Skip to content

Commit

Permalink
Check rates July 2024 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnc authored Jul 29, 2024
1 parent 646977f commit c3815f9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 6 deletions.
16 changes: 14 additions & 2 deletions resources/tax_type/cz_vat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand All @@ -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"
}
]
},
Expand Down
8 changes: 7 additions & 1 deletion resources/tax_type/ee_vat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down
24 changes: 21 additions & 3 deletions resources/tax_type/lu_vat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand All @@ -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"
}
]
},
Expand All @@ -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"
}
]
},
Expand Down

0 comments on commit c3815f9

Please sign in to comment.