# Worker's current fund allocation **GET /employers/{employer_id}/employees/{employee_id}/fund_allocation** Worker's current fund allocation. Read-only. This reflects the allocation the worker is invested in, not an in-flight fund switch. ## Servers - https://payroll-api.getpenfold.dev/v4: https://payroll-api.getpenfold.dev/v4 () ## Authentication methods - O auth2 client credentials ## Parameters ### Path parameters - **employer_id** (string) - **employee_id** (string) ## Responses ### 200 Fund allocation retrieved successfully. #### Body: application/json (object) - **id** (string) Penfold fund allocation id. - **name** (string) Display name (e.g. "Penfold Growth", "Penfold Balance"). - **description** (string | null) - **provider** (string | null) Fund manager or provider label. - **risk_level** (integer | null) Standardised risk scale (TBD). - **effective_annual_fee_percent** (number) Combined effective annual fee percentage (Penfold administration fee plus fund manager charge), weighted by the worker's current pot value and tier thresholds. Matches the rate shown in the member app fund wizard. - **asset_allocation** (array[object] | null) - **asset_allocation_as_of_date** (string(date) | null) Date the asset allocation breakdown was last updated. ### 401 Unauthorized. #### Body: application/json (object) - **error** (string) A descriptive error message. ### 404 Employee or employer not found, or fund allocation is not available for the employee. #### Body: application/json (object) - **error** (string) A descriptive error message. ### 405 Method not allowed #### Body: application/json (object) - **error** (string) A descriptive error message. [Powered by Bump.sh](https://bump.sh)