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" } ] },