We are excited to announce the first official release of the Greek Salary Calculator CLI!
This release includes standalone executables for macOS, Linux, and Windows. You can download the appropriate executable for your operating system from the assets below.
Included Executables
- macOS:
ng_salary_calculator
- Linux:
ng_salary_calculator
- Windows:
ng_salary_calculator.exe
How to Use
- Download the executable for your operating system from the assets below.
- Make the executable file executable (Linux and macOS):
chmod +x ng_salary_calculator
- Run the application:
- On macOS and Linux:
./ng_salary_calculator
- On Windows:
ng_salary_calculator.exe
- On macOS and Linux:
Example Usage
Gross Monthly Salary: 2000
Number of Children: 2
Insurance institution: Electronic National Social Security Institution (e-NSSI)
Annual salaries: 14
Gross monthly salary: €2000.00
Gross annual salary: €28000.00
Net monthly salary: €1457.29
Net annual salary: €20401.08
Explanation of the Calculation
- Gross Monthly Salary: The starting salary provided by the user.
- Annual Gross Salary: Calculated as
gross_monthly_salary * 14
since there are 14 monthly payments in the year. - Employee's Insurance Contribution: Calculated based on whether the gross salary exceeds the insurable earnings ceiling.
- Annual Insurance Contribution: The monthly insurance contribution multiplied by 14.
- Annual Taxable Income: The gross annual salary minus the annual insurance contribution.
- Total Tax: Calculated based on the taxable income using the given tax brackets and rates.
- Tax Credit: Based on the number of children and reduced by income above €12,000.
- Final Tax: The total tax reduced by the tax credit.
- Net Annual Income: The gross annual salary minus the insurance contributions and final tax.
- Net Monthly Income: The net annual income divided by 14.
License
This project is licensed under the MIT License - see the LICENSE file for details.
We hope you find this tool useful and look forward to your feedback!