Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Added

- `es`: added `IRNR` (Impuesto sobre la Renta de no Residentes) retained tax category for income obtained without permanent establishment in Spain. Specific tax rates are not included.
- `tax`: Added `CorrectionNormalize` callback type and `Normalize` field on `CorrectionDefinition` for addon-specific correction logic.
- `bill`: Added `CorrectionOptionsValue()` accessor on `Invoice` for use by correction normalizers.
- `cbc.CodeMap`: added `Lookup` method that returns the code matching a given key, falling back hierarchically to less specific keys.
Expand Down
21 changes: 21 additions & 0 deletions data/regimes/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,27 @@
]
}
]
},
{
"code": "IRNR",
"name": {
"ca": "IRNR",
"en": "IRNR",
Comment on lines +753 to +758
"es": "IRNR",
"eu": "IRNR",
"gl": "IRNR"
},
"title": {
"ca": "Impost sobre la renda de no residents",
"en": "Non-residents income tax",
"es": "Impuesto sobre la renta de no residentes",
"eu": "Ez egoiliarren errentaren gaineko zerga",
"gl": "Imposto sobre a renda de non residentes"
},
"desc": {
"en": "Personal or corporate income tax levied on income obtained in Spanish\nterritory by individuals and entities that are not resident in Spain.\nRegulated by Real Decreto Legislativo 5/2004 (TRLIRNR).\n\nThis category covers income obtained without a permanent establishment\n(sin establecimiento permanente), where the Spanish payer is generally\nobliged to withhold the tax at source on each payment. Income obtained\nthrough a permanent establishment is taxed under the rules of the\nCorporate Income Tax (Impuesto sobre Sociedades) and is out of scope\nat the invoice level.\n\nApplicable rates depend on the type of income and on whether the\nrecipient is resident in another EU/EEA Member State with an effective\nexchange of tax information, in which case reduced rates apply."
},
"retained": true
}
]
}
Loading