FinancialInstitution
Represents financial institutions connected to the system, grouping associated checking accounts, savings accounts, and credit cards.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the financial institution. |
| auditCreatedDateTime | Datetime | True |
The date and time when the financial institution was created. |
| auditModifiedBy | String | True |
The user who last modified the financial institution. |
| auditModifiedDateTime | Datetime | True |
The date and time when the financial institution was last modified. |
| entity_Href | String | True |
The URL of the entity associated with this financial institution. |
| entity_Id | String | True |
The Id of the entity associated with this financial institution. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this financial institution. |
| entity_Name | String | True |
The name of the entity associated with this financial institution. |
| href | String | True |
The URL of the financial institution resource. |
| id | String | False |
The unique identifier of the financial institution record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the financial institution record. |
| name | String | False |
The name of the financial institution. |
| totalAccounts | Int | True |
The total number of accounts associated with this financial institution. |
| ListAggregate_CheckingAccounts | String | False |
The aggregate list of checking accounts associated with this financial institution. |
| ListAggregate_CreditCards | String | False |
The aggregate list of credit card accounts associated with this financial institution. |
| ListAggregate_SavingsAccounts | String | False |
The aggregate list of savings accounts associated with this financial institution. |