Skip to main content
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 (the IS_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

To list trademarks across the whole corporate group (parent + all descendants), use the entity_group filter on List Trademarks: GET /v1/trademarks?entity_group=ent_....

Errors