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