Skip to content

Commit

Permalink
Correct VAT and postal code for Campione d'Italia (#168)
Browse files Browse the repository at this point in the history
* Campione d'Italia, IT became part of the EU customs territory on 1 Jan 2020

Campione d’Italia formally became part of the EU customs territory on 1 January 2020. VAT will apply, but the tax rate will remain that of Switzerland. Also, the Swiss postal code ceased to be valid.

* Revert the Campione d'Italia VAT rate exception to zero

It seems that the tax is not VAT as such, but rather "a local consumption tax [...] which is in line with Swiss VAT".

https://www.admin.ch/gov/en/start/documentation/media-releases.msg-id-77668.html

"territories excluded from the application of the VAT."
https://www.agenziaentrate.gov.it/portale/web/english/nse/services/vat-mini-one-stop-shop/faq/general-topics
  • Loading branch information
spaze authored Jan 3, 2024
1 parent b16738e commit eef0421
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/VatCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,6 @@ class VatCalculator
'code' => 'DE',
'name' => 'Büsingen am Hochrhein',
],
[
'postalCode' => '/^6911$/',
'code' => 'IT',
'name' => "Campione d'Italia",
],
// The Italian city of Domodossola has a Swiss post office also
[
'postalCode' => '/^3907$/',
Expand Down

0 comments on commit eef0421

Please sign in to comment.