get_relationships
Retrieve corporate ownership and fund relationships for a legal entity using its LEI. Returns parent, subsidiary, fund manager, or fund relationships.
Instructions
Get corporate ownership and fund relationships for an entity.
USE WHEN: "who owns X?", "parent company", "subsidiaries", "fund manager"
Types: direct-parent, ultimate-parent, children, fund-manager, umbrella-fund, sub-funds. Returns relationship records with related entity LEI, legal name, relationship type, and status.
FAILS WHEN: LEI format invalid (must be 20 alphanumeric chars), no relationships of requested type exist (entity may have no parent; check get_reporting_exceptions for why ownership data is missing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lei | Yes | LEI code | |
| type | No | Relationship type | direct-parent |