# Budget - Fringes Define payroll taxes and benefits (FICA, insurance, workers comp, etc.) once, then auto-apply to all labor line items. Supports % or flat rates with salary cutoffs. ## List budget fringes - [GET /projects/{projectId}/budget/fringes](https://docs.saturation.io/openapi/budget-fringes/listbudgetfringes.md): Retrieve all fringe benefits for a project ## Create budget fringe - [POST /projects/{projectId}/budget/fringes](https://docs.saturation.io/openapi/budget-fringes/createbudgetfringe.md): Create a new fringe benefit for a project ## Get budget fringe - [GET /projects/{projectId}/budget/fringes/{fringeId}](https://docs.saturation.io/openapi/budget-fringes/getbudgetfringe.md): Retrieve a specific fringe benefit ## Update budget fringe - [PUT /projects/{projectId}/budget/fringes/{fringeId}](https://docs.saturation.io/openapi/budget-fringes/updatebudgetfringe.md): Update an existing fringe benefit ## Delete budget fringe - [DELETE /projects/{projectId}/budget/fringes/{fringeId}](https://docs.saturation.io/openapi/budget-fringes/deletebudgetfringe.md): Delete a fringe benefit from a project