diff --git a/resources/tax_type/de_vat.json b/resources/tax_type/de_vat.json index 24a383c..41c9033 100644 --- a/resources/tax_type/de_vat.json +++ b/resources/tax_type/de_vat.json @@ -19,7 +19,13 @@ { "id": "de_vat_standard_2020", "amount": 0.16, - "start_date": "2020-07-01" + "start_date": "2020-07-01", + "end_date": "2020-12-31" + }, + { + "id": "de_vat_standard_2021", + "amount": 0.19, + "start_date": "2021-01-01" } ] },