Variable LEGAL_ENTITY_TYPESConst
LEGAL_ENTITY_TYPES: readonly [
"LIMITED_LIABILITY_COMPANY",
"C_CORPORATION",
"S_CORPORATION",
"B_CORPORATION",
"CLOSE_CORPORATION",
"COOPERATIVE",
"GENERAL_PARTNERSHIP",
"LIMITED_PARTNERSHIP",
"NONPROFIT_CORPORATION",
"SOLE_PROPRIETORSHIP",
] = ...
Canonical US legal-entity-type vocabulary.
AiPrise (our KYB source) returns
entity_typeas a free-form registry string ("Legal structure (LLC, PLC, etc.)"), so there is no upstream enum to adopt — this is our own provider-neutral code set for US organizations, mirroring the business structures RouteFusion accepts (minus RouteFusion'snon_ussentinel, which is a country projection, not a legal structure). Non-US orgs keep their free-formlegalEntityType.Client-safe: pure data + pure functions, no server/DB imports, so dashboard client components can import it via
@cfxlabsinc/entity-services/legal-entity-type.