# Reporting entity (single) A reporting entity is the unit performance, holdings, and limits are calculated for. It owns one or more portfolios; each portfolio groups a subset of accounts and depositories. ## Endpoints GET /v2/reporting-entities/:id Fetch one reporting entity. PATCH /v2/reporting-entities/:id Update mutable attributes (only `name`). DELETE /v2/reporting-entities/:id Delete the reporting entity. Rejected if it owns any portfolio. POST /v2/reporting-entities/:id/portfolios Create a new portfolio under the reporting entity. ## Path params id (required) — Reporting-entity identifier (Mongo ObjectID). ## Attributes (`type: reporting-entity`) name (string) — Display name. ## Relationships client — Client that owns the reporting entity. portfolios — Portfolios under the reporting entity. ## Related queries GET /v2/holdings/reporting-entities/:id GET /v3/instrument-holdings/reporting-entities/:id GET /v2/performance/reporting-entities/:id GET /v2/performance/reporting-entities/:id/private-markets