Company Relationships
Snowflake table name : CYBERSYN.COMPANY_RELATIONSHIPS
Name | Description | Type | Example |
---|---|---|---|
| Unique identifier assigned by Cybersyn to each company. Joinable to the COMPANY_INDEX table. | VARCHAR |
|
| The name of the company. | VARCHAR |
|
| Describes the type or level of the entity for additional convenience. Currently, all entities are corporate entities and are denoted as 'Corporate'. | VARCHAR |
|
| Unique identifier assigned by Cybersyn to the related company. Joinable to the COMPANY_INDEX table. | VARCHAR |
|
| The name of the related company. | VARCHAR |
|
| Describes the type or level of the related entity for additional convenience. Currently, all entities are corporate entities and are denoted as 'Corporate'. | VARCHAR |
|
| Specifies the kind of relationship between the company and the related company. The value is 'Parent' when the company is the parent of the related company and 'Subsidiary' when the company is a subsidiary of the related company. | VARCHAR |
|
| The beginning of a company being associated with the related company. In cases where the start date is unknown, NULL is assigned. | DATE | N/A |
| The ending of the relationship being valid for the company and the related company. In cases where a relationship is currently valid, an end date of NULL is assigned. | DATE | N/A |
Last updated