Legal Entity
Enigmaâs legal entity contains all registration filings associated with a business's legal name and operating names. Currently, the only object within the Legal Entity is the Registrations array. In the future, the legal entity may contain information such as information on Articles of Incorporation, Ultimate Beneficial Owners, etc.
{
"enigma_id": string,
"data_sources": array[string],
"match_confidence": number,
"matched_fields": object, // {"field": "value"} for fields that were matched on
"registrations": array[object]
}
Updated 2 months ago