Created
December 5, 2014 10:22
-
-
Save bitomule/0026a2ebe0332556df99 to your computer and use it in GitHub Desktop.
Vats json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vats = { | |
ES:{ | |
name:"España", | |
vat: 21 | |
}, | |
DE:{ | |
name:"Germany", | |
vat: 19 | |
}, | |
AT:{ | |
name:"Austria", | |
vat: 20 | |
}, | |
BE:{ | |
name:"Belgium", | |
vat: 21 | |
}, | |
BG:{ | |
name:"Bulgaria", | |
vat: 20 | |
}, | |
CY:{ | |
name:"Cyprus", | |
vat: 15 | |
}, | |
DK:{ | |
name:"Denmark", | |
vat: 25 | |
}, | |
SK:{ | |
name:"Slovakia", | |
vat: 20 | |
}, | |
SI:{ | |
name:"Slovenia", | |
vat: 22 | |
}, | |
EE:{ | |
name:"Estonia", | |
vat: 20 | |
}, | |
FR:{ | |
name:"France", | |
vat: 20 | |
}, | |
HU:{ | |
name:"Hungary", | |
vat: 27 | |
}, | |
IE:{ | |
name:"Ireland", | |
vat: 23 | |
}, | |
IT:{ | |
name:"Italia", | |
vat: 23 | |
}, | |
LT:{ | |
name:"Lithuania", | |
vat: 21 | |
}, | |
LV:{ | |
name:"Latvia", | |
vat: 21 | |
}, | |
LU:{ | |
name:"Luxembourg", | |
vat: 15 | |
}, | |
MT:{ | |
name:"Malta", | |
vat: 18 | |
}, | |
NL:{ | |
name:"Netherlands", | |
vat: 20 | |
}, | |
PL:{ | |
name:"Poland", | |
vat: 23 | |
}, | |
CZ:{ | |
name:"Czech Republic", | |
vat: 21 | |
}, | |
SE:{ | |
name:"Sweden", | |
vat: 25 | |
}, | |
GR:{ | |
name:"Greece", | |
vat: 23 | |
}, | |
PT:{ | |
name:"Portugal", | |
vat: 23 | |
}, | |
RO:{ | |
name:"Romania", | |
vat: 24 | |
}, | |
FI:{ | |
name:"Finland", | |
vat: 24 | |
}, | |
UK:{ | |
name:"United Kingdom", | |
vat: 20 | |
}, | |
HR:{ | |
name:"Croatia", | |
vat: 25 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment