This page defines the factual fields used in the proposed Trade Register data structure.
Examples are intentionally omitted.
| Table | Field | Requirement | Description |
|---|---|---|---|
| registered_subject | subject_id | Required / PK | Internal Trade Register subject identifier. |
| subject_code | Required / Indexed | Jurisdiction-specific subject code identifying the registered subject. The code begins with the ISO 3166-1 alpha-2 country code. | |
| jurisdiction_code | Required | Code of the legal jurisdiction. | |
| registration_authority | Required | Authority responsible for the registration. | |
| registration_number | Required / Indexed | Local Trade Register number. | |
| valid_from | Required | UTC date-time from which the subject record applies. | |
| valid_to | Optional | UTC date-time until which the subject record applied. Empty means currently valid. | |
| subject_legal_status | legal_status_id | Required / PK | Internal identifier for the legal status record. |
| subject_id | Required / FK | Reference to the registered subject. | |
| legal_status | Required | Recorded legal status of the registered subject. | |
| legal_status_code | Optional | Standardized abbreviation of the legal status. | |
| valid_from | Required | UTC date-time from which the legal status applies. | |
| valid_to | Optional | UTC date-time until which the legal status applied. Empty means currently valid. | |
| subject_name | name_id | Required / PK | Internal identifier for the name record. |
| subject_id | Required / FK | Reference to the registered subject. | |
| name_type | Required | Classification of the name, such as legal, legalized, or trade. | |
| name_value | Required | Recorded name value. | |
| is_case_sensitive | Required | Indicates whether uppercase and lowercase letters are distinguished. | |
| valid_from | Required | UTC date-time from which the name applies. | |
| valid_to | Optional | UTC date-time until which the name applied. Empty means currently valid. | |
| primary_trade_name | primary_name_id | Required / PK | Internal identifier for the primary trade name designation. |
| subject_id | Required / FK | Reference to the registered subject. | |
| name_id | Required / FK | Reference to the name record designated as primary trade name. | |
| primary_from | Required | UTC date-time from which the name is designated as primary. | |
| primary_to | Optional | UTC date-time until which the name was primary. Empty means currently primary. | |
| optional_subject_attribute | attribute_id | Required / PK | Internal identifier for the optional attribute record. |
| subject_id | Required / FK | Reference to the registered subject. | |
| attribute_name | Required | Name of the optional attribute. | |
| attribute_value | Optional | The provided attribute value. Empty means the value is not provided. | |
| consent_required | Required | Indicates whether explicit consent is required before disclosure. | |
| valid_from | Required | UTC date-time from which the optional attribute applies. | |
| valid_to | Optional | UTC date-time until which the optional attribute applied. Empty means currently valid. | |
| subject_responsible | responsible_id | Required / PK | Internal identifier for the responsible party record. |
| subject_id | Required / FK | Reference to the registered subject. | |
| responsible_subject_code | Required / Indexed | Subject code identifying the responsible natural person. The code begins with the ISO 3166-1 alpha-2 country code. | |
| responsible_name | Required | Recorded name of the responsible party. | |
| responsible_role | Required | Role of the responsible party in relation to the registered subject. | |
| authority_to_represent | Optional | Indicates whether the responsible party has authority to represent the registered subject. | |
| valid_from | Required | UTC date-time from which the responsibility applies. | |
| valid_to | Optional | UTC date-time until which the responsibility applied. Empty means currently valid. |