# Catalogue detail for a single fund allocation **GET /fund_allocations/{fund_allocation_id}** Catalogue detail for a single fund allocation. Compound allocations (e.g. Penfold Balance) are represented as a single allocation entry. Returns the full available mid price history for the allocation's underlying funds. ## Servers - https://payroll-api.getpenfold.dev/v4: https://payroll-api.getpenfold.dev/v4 () ## Authentication methods - O auth2 client credentials ## Parameters ### Path parameters - **fund_allocation_id** (string) ## Responses ### 200 Fund allocation detail retrieved successfully. #### Body: application/json (object) - **id** (string) - **name** (string) - **description** (string | null) - **provider** (string | null) - **risk_level** (integer | null) - **indicative_annual_fee_percent** (number) Indicative combined annual fee percentage (Penfold administration fee at the lowest pot threshold plus fund manager charge); not personalised per worker or employer bespoke rates. - **asset_allocation** (array[object] | null) - **asset_allocation_as_of_date** (string(date) | null) - **industries** (array[object] | null) - **markets** (array[object] | null) - **performance** (array[object]) Full historical mid unit price series in pence. Compound allocations average mid prices across underlying funds on dates where every fund has data (equal-weight mid prices on overlapping dates). ### 401 Unauthorized. #### Body: application/json (object) - **error** (string) A descriptive error message. ### 404 Fund allocation not found. #### Body: application/json (object) - **error** (string) A descriptive error message. ### 405 Method not allowed #### Body: application/json (object) - **error** (string) A descriptive error message. ### 500 Fund allocation data is incomplete (e.g. no linked funds) or performance could not be produced. #### Body: application/json (object) - **error** (string) A descriptive error message. ### 503 Price history is temporarily unavailable. #### Body: application/json (object) - **error** (string) A descriptive error message. [Powered by Bump.sh](https://bump.sh)