edge_funding_schemes


Columns

Column Type Children Parents Comments
id int8
member_id int8
scheme_type varchar
hcp_approved_level varchar
hcp_assigned_level varchar
ndis_plan_type varchar
ndis_next_plan_review_at timestamp
brokerage_hcp_approved_level varchar
brokerage_hcp_assigned_level varchar
created_at timestamp
updated_at timestamp
hcp_exit_date timestamp
progressive_payback bool
chsp_consent_to_provide_details bool
chsp_consented_for_future_contacts bool
chsp_is_using_pseudonym bool
chsp_is_birth_date_an_estimate bool
chsp_has_disabilities bool
chsp_has_carer bool
dva_white_card_holder bool
company_id int8

The owning tenant’s ID. @example 1.

custom_funding_scheme_type_id int8

The custom funding scheme types if any. @example 1.

hcp_sah_transition_arrangement varchar

Indicates what the transition arrangement from HCP to SaH is. @example none, hcp_liable_for_itf

sah_entry_date date

The date the member entered into care under support at home. @example ‘2025-01-01’

sah_departure_date date

The date a member departed care under support at home. @example ‘2025-01-01’

ndis_next_plan_review_at_in_company_tz 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_funding_schemes_pkey Primary key Asc id
edge_funding_schemes_company_id_idx Performance Asc company_id
edge_funding_schemes_custom_funding_scheme_type_id_idx Performance Asc custom_funding_scheme_type_id
edge_funding_schemes_member_id_idx Performance Asc member_id

Relationships