Record
A structured entry from an upstream data source, such as a government filing, business registration, or third-party database record. Enigma links resolved business entities—such as addresses, legal entities, and registered entities—back to the records from which they were derived, enabling traceability to the underlying source data.
GraphQL type: Record
Example
An example Record in the Enigma data model.
Available from: Legal Entity
A structured entry from an upstream data source, such as a government filing or business registration, from which Enigma derives and links business entities.
Pricing tier: Core
| Field | Name | Type | Description |
|---|---|---|---|
| Data | data | map(string, string) | Key-value pair data sourced directly from the raw data source. |
| ID | id | long | |
| First Observed Date | first_observed_date | string | |
| Last Observed Date | last_observed_date | string |
Relationships
Record connects to other entities in the Enigma graph:
| Direction | Relationship | Target Entity |
|---|---|---|
| ← | is associated with | Address |
| ← | is associated with | Legal Entity |
| ← | is associated with | Registered Entity |