From db3f2789deebd17bf4ed9b9346e6aab279a13570 Mon Sep 17 00:00:00 2001 From: Mark Wingfield Date: Mon, 15 Jun 2020 19:10:25 +0100 Subject: [PATCH] DE - VAT update for 2020 (#78) --- resources/tax_type/de_vat.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/resources/tax_type/de_vat.json b/resources/tax_type/de_vat.json index 893b158..24a383c 100644 --- a/resources/tax_type/de_vat.json +++ b/resources/tax_type/de_vat.json @@ -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" } ] }, @@ -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" } ] }