edge_finance_sah_entitlements


Description

The components that make up a budget received from Services Australia

Columns

Column Type Children Parents Comments
id int8
company_id int8

The company that the record belongs to. @example 1

funding_source_id int8

The funding source that the record belongs to. @example 1

item_code varchar

The entitlement item code from Services Australia. @example ‘CM_PERCENT’

description text

The description of the entitlement item. @example ‘Home support ongoing reduction’

amount_cents int4

The entitlement amount in cents. @example 2500000

amount_currency varchar

The currency code for the entitlement amount. @example ‘AUD’

start_date date

The start date of the entitlement. @example ‘2024-07-01’

end_date date

The end date of the entitlement. @example ‘2025-06-30’

created_at timestamp
updated_at timestamp
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)
1ab41372bbce10e35af49e627ccb07f9 Performance Asc company_id
7d67267421244e39ecf97c68c50917e9 Performance Asc funding_source_id

Relationships