From 7afce333e18b43df2d230f93f3ed675d645993e4 Mon Sep 17 00:00:00 2001 From: Dom Morgan Date: Wed, 21 Aug 2024 10:55:04 +0100 Subject: [PATCH] Finnish VAT update September 2024 --- resources/tax_type/fi_vat.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/tax_type/fi_vat.json b/resources/tax_type/fi_vat.json index 39fb067..5f1e1be 100644 --- a/resources/tax_type/fi_vat.json +++ b/resources/tax_type/fi_vat.json @@ -25,7 +25,13 @@ { "id": "fi_vat_standard_2013", "amount": 0.24, - "start_date": "2013-01-01" + "start_date": "2013-01-01", + "end_date": "2024-08-31" + }, + { + "id": "fi_vat_standard_2024", + "amount": 0.255, + "start_date": "2024-09-01" } ] },