From fbf47b0014b51ebf50a24b93bda9ddb591017c85 Mon Sep 17 00:00:00 2001 From: bethnull Date: Tue, 17 Jan 2017 22:21:40 +0100 Subject: [PATCH] Rates updated. Greece raised its VAT rate to 24% on 1st June 2016. Romania cut its VAT rate to 20% on 1st January 2016 and to 19% on 2017. --- vat_moss/rates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vat_moss/rates.py b/vat_moss/rates.py index 8e6a8a4..1f31857 100644 --- a/vat_moss/rates.py +++ b/vat_moss/rates.py @@ -112,7 +112,7 @@ } }, 'GR': { # Greece - 'rate': Decimal('0.23'), + 'rate': Decimal('0.24'), 'exceptions': { 'Mount Athos': Decimal('0.0') } @@ -159,7 +159,7 @@ } }, 'RO': { # Romania - 'rate': Decimal('0.24') + 'rate': Decimal('0.19') }, 'SE': { # Sweden 'rate': Decimal('0.25')