@dlivr.io/salary-calculator-egypt
Version:
Javascript SDK for calculating Net/Gross salary in Egypt.
14 lines (13 loc) • 337 B
text/typescript
export interface VariantCalculations {
insuranceWage: number;
socialInsuranceWorkerShare: number;
salaryTax: number;
martyrsFamiliesFunds: number;
socialInsuranceEmployerShare: number;
totalDeduction: number;
}
export enum LawYear {
TWENTY_TWO = "2022",
TWENTY_THREE = "2023",
TWENTY_FOUR = "2024",
}