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’

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)
edge_finance_sah_entitlements_pkey Primary key Asc id
edge_finance_sah_entitlements_company_id_idx Performance Asc company_id
edge_finance_sah_entitlements_funding_source_id_idx Performance Asc funding_source_id

Relationships