Skip to content

Instantly share code, notes, and snippets.

@dcustodio
Created February 16, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcustodio/bfb89127eb2064649199 to your computer and use it in GitHub Desktop.
Save dcustodio/bfb89127eb2064649199 to your computer and use it in GitHub Desktop.
EU VAT 2015 standard rate
/*standard rate as seen on http://ec.europa.eu/taxation_customs/resources/documents/taxation/vat/how_vat_works/rates/vat_rates_en.pdf*/
{
"BE": 21,
"BG": 20,
"CZ": 21,
"DK": 25,
"DE": 19,
"EE": 20,
"EL": 23,
"ES": 21,
"FR": 20,
"HR": 25,
"IE": 23,
"IT": 22,
"CY": 19,
"LV": 21,
"LT": 21,
"LU": 17,
"HU": 27,
"MT": 18,
"NL": 21,
"AT": 20,
"PL": 23,
"PT": 23,
"RO": 24,
"SI": 22,
"SK": 20,
"FI": 24,
"SE": 25,
"UK": 20
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment