Entity Family
Entities
Entity Family
GLEIF corporate parent and direct subsidiaries of a resolved entity
GET
Entity Family
Overview
Returns the GLEIF-curated direct family of an entity: its corporate parent and its direct subsidiaries, one level deep. This is the curated, direct-consolidation view of corporate structure, distinct from the raw, all-relationship-types graph at Owner Related. Family edges come from GLEIF Level 2 (theIS_DIRECTLY_CONSOLIDATED_BY relationship). Coverage is therefore limited to LEI-reporting companies: an absent edge does not mean the entity has no parent or subsidiaries, only that none is recorded in GLEIF. An entity not linked to any others, or a company profile with no GLEIF edges, returns { parent: null, children: [] } (a valid 200, not a 404).
“Family” is a group-level relationship: related companies in a corporate tree. It is never an identity claim:
Pfizer Inc (US) and Pfizer AG (CH) are distinct entities connected by family, not the same entity.Path Parameters
string
required
Entity ID (e.g.
ent_R3jK9mN2), including the derived ent_<owner-uuid> form.Response
string
Always
entity_family.object | null
The corporate parent, or
null when none is recorded.object[]
Direct subsidiaries, sorted by name. Each carries
relationship: "direct_subsidiary" and source: "gleif".string
Always
gleif.string
A human-readable note that edges are GLEIF Level 2 and cover LEI-reporting companies only.
string
Unique request identifier for support.
Code Examples
Errors
Related Endpoints
- Get Entity: entity detail with members
- Entity Trademarks: marks across all member owners
- Owner Related: the raw owner-level GLEIF graph (all relationship types, both directions)