From ba15124c54b8ad0daba3aa521ce78ce8efd8bb2b Mon Sep 17 00:00:00 2001 From: Tormi Talv Date: Tue, 2 Jan 2024 21:25:55 +0200 Subject: [PATCH] Estonian VAT 22% since 2024 (#91) --- resources/tax_type/ee_vat.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" } ] },