calcola_irpef
Calculate gross Italian IRPEF tax for a given total income and tax year (2023-2025), returning total tax and per-bracket details.
Instructions
Calcola l'IRPEF lorda per un dato reddito complessivo e anno fiscale.
Utilizza gli scaglioni ufficiali (2024-2025: 23%/35%/43% - riforma IRPEF L. 207/2024).
Restituisce l'imposta totale e il dettaglio per scaglione.
Args:
reddito_complessivo: Reddito complessivo in euro (>= 0).
anno: Anno di imposta. Supportati: 2023, 2024, 2025. Default: 2025.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anno | No | ||
| reddito_complessivo | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||