Registered Entity
A business that has become a legal entity by registering with a U.S. Secretary of State (SoS).
A business may form in one state ("domestic registration") and register with other states to conduct business there ("foreign registration"). Enigma joins these records together to represent the single entity they constitute. Each state's SoS is the ultimate source of truth for these records.
GraphQL type: RegisteredEntity
Starbucks Corporation, registered with the Washington Secretary of State, is a Registered Entity — the formal corporate filing behind the legal entity.
Businesses which have become legal entities by registering with a U.S. Secretary of State (SoS).
Pricing tier: Premium
| Field | Name | Type | Description |
|---|---|---|---|
| Formation Date | formation_date | date | The earliest non-null issue_date from the entity's registrations, formatted YYYY-MM-DD. |
| Formation Year | formation_year | integer | The year (YYYY) of the earliest non-null issue_date from the entity's registrations. |
| Name | standardized_name | This is the standardized name of the entity, derived from the name as listed on the entity's registration. | |
| Registered Entity Type | registered_entity_type | The standardized legal form of the entity, e.g. "Corporation", "LLC", etc. | |
| ID | id | long | |
| First Observed Date | first_observed_date | string | |
| Last Observed Date | last_observed_date | string |
Relationships
Registered Entity connects to other entities in the Enigma graph:
| Direction | Relationship | Target Entity |
|---|---|---|
| → | is instance of | Legal Entity |
| ← | registered | Registration |