diff --git a/vat-rates.json b/vat-rates.json index 7b30463..dc81266 100644 --- a/vat-rates.json +++ b/vat-rates.json @@ -52,7 +52,8 @@ { "effective_from": "0000-01-01", "rates": { - "reduced": 12, + "reduced1": 5, + "reduced2": 12, "standard": 21 } } @@ -80,7 +81,8 @@ { "effective_from": "0000-01-01", "rates": { - "reduced": 15, + "reduced1": 10, + "reduced2": 15, "standard": 21 } } @@ -122,7 +124,8 @@ { "effective_from": "0000-01-01", "rates": { - "reduced": 9.5, + "reduced1": 5, + "reduced2": 9.5, "standard": 22 } }