Financial Institution Hierarchy
Snowflake table name : CYBERSYN.FINANCIAL_INSTITUTION_HIERARCHY
Name | Description | Type | Example |
---|---|---|---|
| Unique identifier for parent entity. Joinable to entities table | NUMBER |
|
| Name of parent entity | VARCHAR |
|
| Flag to indicate if parent is active | BOOLEAN |
|
| High-level category of successor entity legal structure (e.g., Bank Holding Company) | VARCHAR |
|
| Unique identifier for offspring entity. Joinable to entities table | NUMBER |
|
| Name of offspring entity | VARCHAR |
|
| Flag to indicate if offspring is active | BOOLEAN |
|
| High-level category of successor entity legal structure (e.g., Branch, Bank) | VARCHAR |
|
| Indication if the relationship is still current | BOOLEAN |
|
| Indication if the parent has direct control over the offspring | BOOLEAN |
|
| Parent percentage of controlling interest in the offspring | NUMBER |
|
| Description of the type of relationship between the two entities | VARCHAR |
|
Last updated