# Catalogue detail for a single fund allocation **GET /fund_allocations/{fund_allocation_id}** Catalogue detail for a single fund allocation (fund picker / detail UI). Compound allocations (e.g. Penfold Balance) are represented as a single allocation entry; underlying fund breakdown may be added as an optional sub-resource later. ## 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) - **provider** (string) - **risk_level** (integer) - **management_fee_percent** (number | null) - **asset_allocation** (array[object] | null) - **asset_allocation_as_of_date** (string(date) | null) - **industries** (array[object] | null) - **markets** (array[object] | null) - **performance** (array[object] | null) Historical performance series for catalogue display, in pence. ### 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. [Powered by Bump.sh](https://bump.sh)