From 80de94b2b381413a50ccecabcc9d413660f55d77 Mon Sep 17 00:00:00 2001 From: Luba McLean Date: Wed, 3 May 2023 11:53:03 +0200 Subject: [PATCH] Adds 2024 swiss tax rate according to https://www.estv.admin.ch/estv/de/home/mehrwertsteuer/mwst-steuersaetze/mwst-steuersaetze-2024.html (#87) --- resources/tax_type/ch_vat.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/resources/tax_type/ch_vat.json b/resources/tax_type/ch_vat.json index ab0e2f0..317c519 100644 --- a/resources/tax_type/ch_vat.json +++ b/resources/tax_type/ch_vat.json @@ -24,7 +24,13 @@ { "id": "ch_vat_standard_2018", "amount": 0.077, - "start_date": "2018-01-01" + "start_date": "2018-01-01", + "end_date": "2023-12-31" + }, + { + "id": "ch_vat_standard_2024", + "amount": 0.081, + "start_date": "2024-01-01" } ] }, @@ -47,7 +53,13 @@ { "id": "ch_vat_hotel_2018", "amount": 0.037, - "start_date": "2018-01-01" + "start_date": "2018-01-01", + "end_date": "2023-12-31" + }, + { + "id": "ch_vat_hotel_2024", + "amount": 0.038, + "start_date": "2024-01-01" } ] }, @@ -64,7 +76,13 @@ { "id": "ch_vat_reduced_2011", "amount": 0.025, - "start_date": "2011-01-01" + "start_date": "2011-01-01", + "end_date": "2023-12-31" + }, + { + "id": "ch_vat_reduced_2024", + "amount": 0.026, + "start_date": "2024-01-01" } ] }