Households
Households are central to managing financial data for a client. All net worth and financial data falls underneath a household. Household
s and FirmClient
s are related to each other in a one-to-many basis, with one household potentially being represented within many clients. Households are traditionally fetched through relations via FirmClient
s.
The Household
model
- Name
id
- Type
- ID!
- Description
Unique identifier for the household.
- Name
createdAt
- Type
- Time!
- Description
ISO-8601 timestamp of when this
Household
was created.
- Name
updatedAt
- Type
- Time!
- Description
ISO-8601 timestamp of when this
Household
was last updated.