1.0.5 • Published 2 years ago

calculate-autonomo-irpf v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Calculate Spain Autonomo IRPF 2022

Example

const calculate = require('calculate-autonomo-irpf')

console.log(
  calculate(32000)
)

Output:

{
  "annualGross": 32000,
  "net": {
    "yearly": 24234.50,
    "monthly": 2019.54,
    "formatted": {
      "yearly": "€24,234.50",
      "monthly": "€2,019.54"
    }
  },
  "totalIrpf": 7765.5,
  "percentage": 24.27
}

See full example here

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago