From 744d8147faa4f95b2decfe40ffe0e428aa28d7de Mon Sep 17 00:00:00 2001 From: Bert Devriese Date: Fri, 12 Jan 2024 14:12:26 +0100 Subject: [PATCH] The "parking" VAT rate as of 2024-01-01 is incorrect The parking vat rate of 13% that was applicable in 2023, should be reverted back to the originel 14% that was used before. All other VAT rates have been reverted as of 2024-01-01 in the JSON file, but the parking vat rate was not updated. See also: - Official government page indicating that the 13% rate was valid until 2023-12-31: https://gouvernement.lu/en/actualites/toutes_actualites/communiques/2022/12-decembre/31-nouveautes-2023.html - Numerous other resources indicating the 13% should revert to 14% as of 2024-01-01: https://www.globalvatcompliance.com/globalvatnews/luxembourg-standard-vat-rates-2024/ --- vat-rates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vat-rates.json b/vat-rates.json index 25e19f6..be8d7c6 100644 --- a/vat-rates.json +++ b/vat-rates.json @@ -203,7 +203,7 @@ "super_reduced": 3, "reduced1": 8, "standard": 17, - "parking": 13 + "parking": 14 } }, {