edge_finance_sah_client_contributions


Description

A current and historical list of Support at Home programme client contributions rates per membership

Columns

Column Type Children Parents Comments
id int8
company_id int8

The foreign key to the company record. @example 1

membership_id int8

The foreign key to the membership record. @example 1

start_date date

The start date of when this client contribution rate is valid from. @example 01-07-2025

end_date date

The last day of when this client contribution rate is valid to. @example 10-11-2025

category varchar

The category the client contribution is applicable under Support at Home. @example Everyday living

rate numeric

The assigned Support at Home participant contribution rate for the selected category. @example 0.25

created_at timestamp
updated_at timestamp
funding_source_id int8

Links client contribution to Services Australia funding source/budget. @example 123

created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
company_timezone varchar

The company timezone. E.g. Australia/Brisbane.

Indexes

Constraint Name Type Sort Column(s)
0bb4f5ffee5e3bfa62de57682718b1c9 Performance Asc company_id
28ec81a0e91a9512f585f7335d465a88 Performance Asc membership_id
e25697d9d2e9b1c97018c9f5caa41823 Performance Asc funding_source_id

Relationships