calculate_french_salary
Convert a French gross salary to net pay for 2026, applying social contributions based on employment status (cadre/non-cadre/public sector).
Instructions
Convert a French gross salary to net salary for 2026, applying the social-contribution rates of the selected employment status. Use when the user knows their gross pay and wants their take-home pay in France. Inputs: gross_monthly (gross monthly salary in EUR) and optional status ('cadre', 'non-cadre' or civil servant — see the enum). Returns monthly and annual net, total social contributions, and employer cost. Read-only, deterministic estimate based on standard rates; individual company agreements may differ. For income tax on that salary, use calculate_french_income_tax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Employment status | cadre |
| gross_monthly | Yes | Gross monthly salary in euros |