# 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). - **management_fee_percent** (number | null) Annual management fee as a percentage. - **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. #### Body: application/json (object) - **error** (string) A descriptive error message. [Powered by Bump.sh](https://bump.sh)