diff --git a/resources/tax_type/ee_vat.json b/resources/tax_type/ee_vat.json index 2a44b4e..f21a109 100644 --- a/resources/tax_type/ee_vat.json +++ b/resources/tax_type/ee_vat.json @@ -19,7 +19,13 @@ { "id": "ee_vat_standard_2009", "amount": 0.2, - "start_date": "2009-07-01" + "start_date": "2009-07-01", + "end_date": "2023-12-31" + }, + { + "id": "ee_vat_standard_2024", + "amount": 0.22, + "start_date": "2024-01-01" } ] },