Skip to content

Commit

Permalink
Adds the 2023 LU taxes according to https://pfi.public.lu/fr/professi…
Browse files Browse the repository at this point in the history
  • Loading branch information
el-seirh authored May 3, 2023
1 parent a4cf435 commit 645bd64
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions resources/tax_type/lu_vat.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
{
"id": "lu_vat_standard_2015",
"amount": 0.17,
"start_date": "2015-01-01"
"start_date": "2015-01-01",
"end_date": "2022-12-31"
},
{
"id": "lu_vat_standard_2023",
"amount": 0.16,
"start_date": "2023-01-01"
}
]
},
Expand All @@ -36,7 +42,13 @@
{
"id": "lu_vat_intermediate_2015",
"amount": 0.14,
"start_date": "2015-01-01"
"start_date": "2015-01-01",
"end_date": "2022-12-31"
},
{
"id": "lu_vat_intermediate_2023",
"amount": 0.13,
"start_date": "2023-01-01"
}
]
},
Expand All @@ -53,7 +65,13 @@
{
"id": "lu_vat_reduced_2015",
"amount": 0.08,
"start_date": "2015-01-01"
"start_date": "2015-01-01",
"end_date": "2022-12-31"
},
{
"id": "lu_vat_reduced_2023",
"amount": 0.07,
"start_date": "2023-01-01"
}
]
},
Expand Down

0 comments on commit 645bd64

Please sign in to comment.