diff --git a/resources/tax_type/de_vat.json b/resources/tax_type/de_vat.json index 41c9033..fec0139 100644 --- a/resources/tax_type/de_vat.json +++ b/resources/tax_type/de_vat.json @@ -42,7 +42,13 @@ { "id": "de_vat_reduced_2020", "amount": 0.05, - "start_date": "2020-07-01" + "start_date": "2020-07-01", + "end_date": "2020-12-31" + }, + { + "id": "de_vat_reduced_2021", + "amount": 0.07, + "start_date": "2021-01-01" } ] }