exact: schema:Organizationclose: gleif:LegalEntity
A legal entity — the spine every other table joins to. One row per entity per validity interval, keyed by a Certvas-assigned dataco_id that is stable across rebuilds.
| slot | range | description | |
|---|---|---|---|
dataco_id | string | required | Certvas entity identifier — a deterministic hash of the LEI where one exists, else a ULID. Stable across rebuilds, which is what lets it be a public, citable identifier. |
lei | string | optional | ISO 17442 Legal Entity Identifier. Null where the entity has none. |
legal_name | string | required | The name as registered, not a trading or display name. |
entity_type | EntityTypeEnum | required | What kind of entity this is. |
jurisdiction | string | required | ISO 3166-1 alpha-2 (or 3166-2) code of the registering jurisdiction. |
entity_status | EntityStatusEnum | required | Operating status as last observed. |
registry_ids | string | optional | Map of registry name to identifier, for registries without a dedicated slot. |
observed_at | datetime | required | When Certvas itself observed this value. Never a proxy for publication date. |
source_ref | string | required | URL or document-hash pointer into the immutable raw archive. |
license_class | string | required | License Register ID governing redistribution of THIS row. Per-row rather than per-table because a single table legitimately mixes sources with different terms. |
valid_from | date | required | Start of the interval over which this assertion holds. |
valid_to | date | optional | End of the validity interval; NULL means current. Half-open, so `valid_from <= t < valid_to` selects without double-counting the boundary. |