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)
9acd4285efd34e1f3fe92dfa63a2a83b Performance Asc funding_source_id
b85670c266ba5514bc81bb50001cefb7 Performance Asc membership_id
e55dec03faeddb25131ad8fbc986cb2b Performance Asc company_id

Relationships