Skip to content

Commit

Permalink
DE - VAT update for 2020 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkos72 authored Jun 15, 2020
1 parent 2ffae0c commit db3f278
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions resources/tax_type/de_vat.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
{
"id": "de_vat_standard_2007",
"amount": 0.19,
"start_date": "2007-01-01"
"start_date": "2007-01-01",
"end_date": "2020-06-30"
},
{
"id": "de_vat_standard_2020",
"amount": 0.16,
"start_date": "2020-07-01"
}
]
},
Expand All @@ -24,7 +30,13 @@
{
"id": "de_vat_reduced_1983",
"amount": 0.07,
"start_date": "1983-07-01"
"start_date": "1983-07-01",
"end_date": "2020-06-30"
},
{
"id": "de_vat_reduced_2020",
"amount": 0.05,
"start_date": "2020-07-01"
}
]
}
Expand Down

0 comments on commit db3f278

Please sign in to comment.