Skip to content

Commit

Permalink
Adds 2024 swiss tax rate according to https://www.estv.admin.ch/estv/…
Browse files Browse the repository at this point in the history
  • Loading branch information
el-seirh authored May 3, 2023
1 parent 645bd64 commit 80de94b
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions resources/tax_type/ch_vat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand All @@ -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"
}
]
},
Expand All @@ -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"
}
]
}
Expand Down

0 comments on commit 80de94b

Please sign in to comment.