From 5e30901478cd73bcae9f5b38bc3787a930d76fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20V=C3=ADger?= Date: Wed, 18 Dec 2024 11:31:08 +0100 Subject: [PATCH 1/2] Slovakia will have 2 reduced VAT rates from 1.1.2025 --- vat-rates.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vat-rates.json b/vat-rates.json index a81aedc..07484d8 100644 --- a/vat-rates.json +++ b/vat-rates.json @@ -459,7 +459,8 @@ { "effective_from": "2025-01-01", "rates": { - "reduced": 19, + "reduced1": 5, + "reduced2": 19, "standard": 23 } }, From 8ffe44b6f5242a018a0f90493d20bfe5ae4e2bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20V=C3=ADger?= Date: Wed, 18 Dec 2024 11:32:38 +0100 Subject: [PATCH 2/2] Added VAT rates for Slovakia valid before 1.1.2011 --- vat-rates.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vat-rates.json b/vat-rates.json index 07484d8..83eb91b 100644 --- a/vat-rates.json +++ b/vat-rates.json @@ -465,11 +465,18 @@ } }, { - "effective_from": "0000-01-01", + "effective_from": "2011-01-01", "rates": { "reduced": 10, "standard": 20 } + }, + { + "effective_from": "0000-01-01", + "rates": { + "reduced": 10, + "standard": 19 + } } ], "DE": [