# Custodian holdings (by legal entity) The raw holdings reported by the custodian — before any Aleta-side classification. One row per asset / account on a given date. `unitsInHolding` is the number of units for asset rows and the account balance for account rows. ## Endpoints GET /v2/custodian-holdings/legal-entities/:id Custodian-reported holdings for a legal entity on a single date. ## Path params id (required) — Legal-entity identifier. ## Attributes (`type: custodian-holding`) date (string, ISO 8601) — Date of the data. unitsInHolding (number) — Units (for asset rows) or account balance (for account rows). ## Relationships legalEntity (required) account (optional) — Set on account rows. asset (optional) — Set on asset rows. depository (optional) — Set on asset rows.