Merchant Company Relationships
Snowflake table name : CYBERSYN.MERCHANT_COMPANY_RELATIONSHIPS
Name | Description | Type | Example |
---|---|---|---|
| Unique identifier assigned by Cybersyn to each merchant. | VARCHAR |
|
| The name of the merchant. | VARCHAR |
|
| Unique identifier assigned by Cybersyn to each company. Joinable to the COMPANY_INDEX table. | VARCHAR |
|
| The name of the company. | VARCHAR |
|
| Specifies if the company is the top level (i.e., ultimate) parent for the merchant. Takes on TRUE and FALSE values. For example, 'SAFEWAY INC' is the parent of merchant SAFEWAY (a supermarket chain) but 'ALBERTSONS COMPANIES, INC.', which owns 'SAFEWAY INC', is the top level parent of merchant SAFEWAY. Thus, 'SAFEWAY INC' would be FALSE but 'ALBERTSONS COMPANIES, INC.' would be TRUE in column IS_TOP_LEVEL_PARENT. | BOOLEAN |
|
| The beginning of a merchant being associated with the company. In cases where the start date is unknown, NULL is assigned. | DATE | N/A |
| The ending of the relationship being valid for the merchant and the company. In cases where a relationship is currently valid, an end date of NULL is assigned. | DATE | N/A |
Last updated