Turkish Severance, Notice & Leave
tr_laborComputes Turkish severance (kıdem), notice (ihbar) and annual-leave entitlement from service dates and the gross wage, using the official ceiling and minimum-wage tables for the given day.
Payroll and HR tools in Turkey chase a parameter that changes every January and July: the severance ceiling, the SGK cap, the minimum wage. This endpoint applies the statutory formulae (Labour Law 4857 arts. 17 and 53, former 1475 art. 14) to those tables. The ceiling is applied to the monthly wage, not the total. Stamp tax (0.759%) is deducted from severance; income tax is not — kıdem is exempt. Notice pay IS taxable; we return the gross and say so, because the actual withholding depends on the employee's cumulative tax base. What this will not tell you: whether the employee is entitled to severance at all. That depends on the reason for termination (retirement, just cause, marriage, military service…). Treating the number as "what is owed" is how you lose at trial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Employee age at termination — affects annual-leave entitlement (under 18 or 50+). | |
| asOf | No | Rate table date. Defaults to endDate. | |
| endDate | Yes | Termination date (YYYY-MM-DD). Inclusive of this day. | |
| startDate | Yes | Employment start date (YYYY-MM-DD). | |
| monthlyGross | Yes | Gross monthly wage the severance is based on (giydirilmiş brüt). | |
| unusedLeaveDays | No | Unused annual-leave days, if you also want the unused-leave gross. |