Skip to content

A simple calculator to estimate the tax due based on the Italian tax brackets (scaglioni), deductions (detrazioni), and pension contributions (INPS)

Notifications You must be signed in to change notification settings

chrispecoraro/italian-tax-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

italian-tax-calculator

A simple calculator to estimate the tax due based on the Italian tax brackets (scaglioni), deductions (detrazioni), and pension contributions (INPS). This assumes that pension contributions are done separately and at the current rate of 27.7%

Usage:

http://website.com/calculator/40000

Where 40000 is annual income amount

Returns:

{"income":"40000","tax":4981.08,"pension":11080,"standard_deduction":329.88,"net_income":23938.92}

About

A simple calculator to estimate the tax due based on the Italian tax brackets (scaglioni), deductions (detrazioni), and pension contributions (INPS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 98.7%
  • Other 1.3%