Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added VAT rates to EU countries #151

Merged
merged 3 commits into from
Jan 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/countries/country.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class ISO3166::Country
:languages,
:nationality,
:eu_member,
:vat_rates,
:postal_code
]

Expand Down
182 changes: 182 additions & 0 deletions lib/data/countries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,12 @@ AT:
- de
nationality: Austrian
eu_member: true
vat_rates:
standard: 20
reduced:
- 10
super_reduced:
parking: 12
postal_code: true
AU:
continent: Australia
Expand Down Expand Up @@ -886,6 +892,13 @@ BE:
- de
nationality: Belgian
eu_member: true
vat_rates:
standard: 21
reduced:
- 6
- 12
super_reduced:
parking: 12
postal_code: true
BF:
continent: Africa
Expand Down Expand Up @@ -972,6 +985,12 @@ BG:
- bg
nationality: Bulgarian
eu_member: true
vat_rates:
standard: 20
reduced:
- 9
super_reduced:
parking:
postal_code: true
BH:
continent: Asia
Expand Down Expand Up @@ -2282,6 +2301,13 @@ CY:
- hy
nationality: Cypriot
eu_member: true
vat_rates:
standard: 19
reduced:
- 5
- 9
super_reduced:
parking:
postal_code: true
CZ:
continent: Europe
Expand Down Expand Up @@ -2331,6 +2357,12 @@ CZ:
- sk
nationality: Czech
eu_member: true
vat_rates:
standard: 21
reduced:
- 15
super_reduced:
parking:
postal_code: true
DE:
continent: Europe
Expand Down Expand Up @@ -2388,6 +2420,12 @@ DE:
- de
nationality: German
eu_member: true
vat_rates:
standard: 19
reduced:
- 7
super_reduced:
parking:
postal_code: true
DJ:
continent: Africa
Expand Down Expand Up @@ -2477,6 +2515,11 @@ DK:
- da
nationality: Danish
eu_member: true
vat_rates:
standard: 25
reduced: []
super_reduced:
parking:
postal_code: true
DM:
continent: North America
Expand Down Expand Up @@ -2674,6 +2717,12 @@ EE:
- et
nationality: Estonian
eu_member: true
vat_rates:
standard: 20
reduced:
- 9
super_reduced:
parking:
postal_code: true
EG:
continent: Africa
Expand Down Expand Up @@ -2849,6 +2898,12 @@ ES:
- es
nationality: Spanish
eu_member: true
vat_rates:
standard: 21
reduced:
- 10
super_reduced: 4
parking:
postal_code: true
ET:
continent: Africa
Expand Down Expand Up @@ -2939,6 +2994,13 @@ FI:
- sv
nationality: Finnish
eu_member: true
vat_rates:
standard: 24
reduced:
- 10
- 14
super_reduced:
parking:
postal_code: true
FJ:
continent: Australia
Expand Down Expand Up @@ -3150,6 +3212,13 @@ FR:
- fr
nationality: French
eu_member: true
vat_rates:
standard: 20
reduced:
- 5.5
- 10
super_reduced: 2.1
parking:
postal_code: true
GA:
continent: Africa
Expand Down Expand Up @@ -3244,6 +3313,12 @@ GB:
- en
nationality: British
eu_member: true
vat_rates:
standard: 20
reduced:
- 5
super_reduced:
parking:
postal_code: true
GD:
continent: North America
Expand Down Expand Up @@ -3718,6 +3793,13 @@ GR:
- el
nationality: Greek
eu_member: true
vat_rates:
standard: 23
reduced:
- 6.5
- 13
super_reduced:
parking:
postal_code: true
GS:
continent: Antarctica
Expand Down Expand Up @@ -4069,6 +4151,13 @@ HR:
- hr
nationality: Croatian
eu_member: true
vat_rates:
standard: 25
reduced:
- 5
- 13
super_reduced:
parking:
postal_code: true
HT:
continent: North America
Expand Down Expand Up @@ -4158,6 +4247,13 @@ HU:
- hu
nationality: Hungarian
eu_member: true
vat_rates:
standard: 27
reduced:
- 5
- 18
super_reduced:
parking:
postal_code: true
ID:
continent: Asia
Expand Down Expand Up @@ -4259,6 +4355,13 @@ IE:
- ga
nationality: Irish
eu_member: true
vat_rates:
standard: 23
reduced:
- 9
- 13.5
super_reduced: 4.8
parking: 13.5
postal_code: false
IL:
continent: Asia
Expand Down Expand Up @@ -4604,6 +4707,12 @@ IT:
- it
nationality: Italian
eu_member: true
vat_rates:
standard: 22
reduced:
- 10
super_reduced: 4
parking:
postal_code: true
JE:
continent: Europe
Expand Down Expand Up @@ -5544,6 +5653,13 @@ LT:
- lt
nationality: Lithuanian
eu_member: true
vat_rates:
standard: 21
reduced:
- 5
- 9
super_reduced:
parking:
postal_code: true
LU:
continent: Europe
Expand Down Expand Up @@ -5592,6 +5708,13 @@ LU:
- lb
nationality: Luxembourger
eu_member: true
vat_rates:
standard: 17
reduced:
- 8
- 14
super_reduced: 3
parking: 12
postal_code: true
LV:
continent: Europe
Expand Down Expand Up @@ -5633,6 +5756,12 @@ LV:
- lv
nationality: Latvian
eu_member: true
vat_rates:
standard: 21
reduced:
- 12
super_reduced:
parking:
postal_code: true
LY:
continent: Africa
Expand Down Expand Up @@ -6343,6 +6472,13 @@ MT:
- en
nationality: Maltese
eu_member: true
vat_rates:
standard: 18
reduced:
- 5
- 7
super_reduced:
parking:
postal_code: true
MU:
continent: Africa
Expand Down Expand Up @@ -6864,6 +7000,12 @@ NL:
- nl
nationality: Dutch
eu_member: true
vat_rates:
standard: 21
reduced:
- 6
super_reduced:
parking:
postal_code: true
'NO':
continent: Europe
Expand Down Expand Up @@ -7413,6 +7555,13 @@ PL:
- pl
nationality: Polish
eu_member: true
vat_rates:
standard: 23
reduced:
- 5
- 8
super_reduced:
parking:
postal_code: true
PM:
continent: North America
Expand Down Expand Up @@ -7615,6 +7764,13 @@ PT:
- pt
nationality: Portuguese
eu_member: true
vat_rates:
standard: 23
reduced:
- 6
- 13
super_reduced:
parking: 13
postal_code: true
PW:
continent: Australia
Expand Down Expand Up @@ -7819,6 +7975,13 @@ RO:
- ro
nationality: Romanian
eu_member: true
vat_rates:
standard: 24
reduced:
- 5
- 9
super_reduced:
parking:
postal_code: true
RS:
continent: Europe
Expand Down Expand Up @@ -8165,6 +8328,13 @@ SE:
- sv
nationality: Swedish
eu_member: true
vat_rates:
standard: 25
reduced:
- 6
- 12
super_reduced:
parking:
postal_code: true
SG:
continent: Asia
Expand Down Expand Up @@ -8303,6 +8473,12 @@ SI:
- sl
nationality: Slovene
eu_member: true
vat_rates:
standard: 22
reduced:
- 9.5
super_reduced:
parking:
postal_code: true
SJ:
continent: Europe
Expand Down Expand Up @@ -8392,6 +8568,12 @@ SK:
- sk
nationality: Slovak
eu_member: true
vat_rates:
standard: 20
reduced:
- 10
super_reduced:
parking:
postal_code: true
SL:
continent: Africa
Expand Down
Loading