From 240ae2ab807e838ad5797307ab8bf08ce445726e Mon Sep 17 00:00:00 2001 From: Sander van Leeuwen Date: Thu, 15 Aug 2024 13:03:41 +0200 Subject: [PATCH 1/2] Increase standard rate for Finland starting September '24 --- vat-rates.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vat-rates.json b/vat-rates.json index d129feb..82754f1 100644 --- a/vat-rates.json +++ b/vat-rates.json @@ -188,6 +188,14 @@ "reduced2": 14, "standard": 24 } + }, + { + "effective_from": "2024-09-01", + "rates": { + "reduced1": 10, + "reduced2": 14, + "standard": 25.5 + } } ], "CY": [ From 0952ec3c1e103f5ba73dce58b3d58b4607c7205b Mon Sep 17 00:00:00 2001 From: Sander van Leeuwen Date: Thu, 15 Aug 2024 15:22:50 +0200 Subject: [PATCH 2/2] Change order, some clients depend on a descending order --- vat-rates.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vat-rates.json b/vat-rates.json index 82754f1..62ec691 100644 --- a/vat-rates.json +++ b/vat-rates.json @@ -182,19 +182,19 @@ ], "FI": [ { - "effective_from": "0000-01-01", + "effective_from": "2024-09-01", "rates": { "reduced1": 10, "reduced2": 14, - "standard": 24 + "standard": 25.5 } }, { - "effective_from": "2024-09-01", + "effective_from": "0000-01-01", "rates": { "reduced1": 10, "reduced2": 14, - "standard": 25.5 + "standard": 24 } } ],