Skip to content

Instantly share code, notes, and snippets.

@adamcooke
Created December 15, 2015 12:26
Show Gist options
  • Save adamcooke/cf7ef742d72d2f2e3c9b to your computer and use it in GitHub Desktop.
Save adamcooke/cf7ef742d72d2f2e3c9b to your computer and use it in GitHub Desktop.
{
"details":"http://github.com/adamcooke/vat-rates",
"rates":[
{
"name":"Italy",
"code":"IT",
"periods":[
{
"effective_from":"0000-01-01",
"rates":{
"super_reduced":4.0,
"reduced":10.0,
"standard":22.0
}
}
]
},
[.... more countries here ....]
{
"name":"Greece",
"code":"EL",
"periods":[
{
"effective_from":"0000-01-01",
"rates":{
"reduced1":6.5,
"reduced2":13.0,
"standard":23.0
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment