customersubsidiaryrelationship
Manages the relationships between customers and subsidiaries, supporting multi-subsidiary operations and reporting.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The internal identifier for the record. | |
| balance | Decimal | The total balance associated with the customer or entity. | |
| depositbalance | Decimal | The balance of deposits associated with the customer or entity. | |
| entity | String | The customer or entity associated with the record. | |
| externalid | String | The external identifier used to reference the record. | |
| isprimarysub | Boolean | Indicates whether this is the primary subsidiary for the customer or entity. | |
| name | String | The name associated with the customer or entity. | |
| primarycurrency | String | The primary currency used for transactions related to this customer or entity. | |
| subsidiary | String | The subsidiary associated with the customer or entity. |