From c3815f9f8e93dde2fc115c2b824ba8d568adb382 Mon Sep 17 00:00:00 2001 From: Dom Morgan Date: Mon, 29 Jul 2024 16:05:19 +0100 Subject: [PATCH] Check rates July 2024 (#93) --- resources/tax_type/cz_vat.json | 16 ++++++++++++++-- resources/tax_type/ee_vat.json | 8 +++++++- resources/tax_type/lu_vat.json | 24 +++++++++++++++++++++--- 3 files changed, 42 insertions(+), 6 deletions(-) diff --git a/resources/tax_type/cz_vat.json b/resources/tax_type/cz_vat.json index c611086..541d215 100644 --- a/resources/tax_type/cz_vat.json +++ b/resources/tax_type/cz_vat.json @@ -60,7 +60,13 @@ { "id": "cz_vat_reduced_2013", "amount": 0.15, - "start_date": "2013-01-01" + "start_date": "2013-01-01", + "end_date": "2023-12-31" + }, + { + "id": "cz_vat_reduced_2024", + "amount": 0.12, + "start_date": "2024-01-01" } ] }, @@ -71,7 +77,13 @@ { "id": "cz_vat_second_reduced_2015", "amount": 0.1, - "start_date": "2015-01-01" + "start_date": "2015-01-01", + "end_date": "2023-12-31" + }, + { + "id": "cz_vat_second_reduced_2024", + "amount": 0.12, + "start_date": "2024-01-01" } ] }, diff --git a/resources/tax_type/ee_vat.json b/resources/tax_type/ee_vat.json index f21a109..4f4721a 100644 --- a/resources/tax_type/ee_vat.json +++ b/resources/tax_type/ee_vat.json @@ -42,7 +42,13 @@ { "id": "ee_vat_reduced_2009", "amount": 0.09, - "start_date": "2009-01-01" + "start_date": "2009-01-01", + "end_date": "2024-12-31" + }, + { + "id": "ee_vat_reduced_2025", + "amount": 0.13, + "start_date": "2025-01-01" } ] } diff --git a/resources/tax_type/lu_vat.json b/resources/tax_type/lu_vat.json index bddd9ef..bf6c901 100644 --- a/resources/tax_type/lu_vat.json +++ b/resources/tax_type/lu_vat.json @@ -25,7 +25,13 @@ { "id": "lu_vat_standard_2023", "amount": 0.16, - "start_date": "2023-01-01" + "start_date": "2023-01-01", + "end_date": "2023-12-31" + }, + { + "id": "lu_vat_standard_2024", + "amount": 0.17, + "start_date": "2024-01-01" } ] }, @@ -48,7 +54,13 @@ { "id": "lu_vat_intermediate_2023", "amount": 0.13, - "start_date": "2023-01-01" + "start_date": "2023-01-01", + "end_date": "2023-12-31" + }, + { + "id": "lu_vat_intermediate_2024", + "amount": 0.14, + "start_date": "2024-01-01" } ] }, @@ -71,7 +83,13 @@ { "id": "lu_vat_reduced_2023", "amount": 0.07, - "start_date": "2023-01-01" + "start_date": "2023-01-01", + "end_date": "2023-12-31" + }, + { + "id": "lu_vat_reduced_2024", + "amount": 0.08, + "start_date": "2024-01-01" } ] },