Skip to content

Commit

Permalink
Merge pull request #22 from dwkitchen/maderia
Browse files Browse the repository at this point in the history
#9 Add Maderian VAT Tax Type and Rates
  • Loading branch information
bojanz committed May 18, 2015
2 parents 640936a + ca7e7c2 commit 737e770
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions resources/tax_type/pt_30_vat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"name": "Madeiran VAT",
"generic_label": "vat",
"zone": "pt_30_vat",
"tag": "EU",
"rates": [
{
"id": "pt_30_vat_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "pt_30_vat_standard_2005",
"amount": 0.15,
"start_date": "2005-07-01",
"end_date": "2008-06-30"
},
{
"id": "pt_30_vat_standard_2008",
"amount": 0.14,
"start_date": "2008-07-01",
"end_date": "2010-06-30"
},
{
"id": "pt_30_vat_standard_2010",
"amount": 0.15,
"start_date": "2010-07-01",
"end_date": "2011-12-31"
},
{
"id": "pt_30_vat_standard_2011",
"amount": 0.16,
"start_date": "2011-01-01",
"end_date": "2012-03-31"
},
{
"id": "pt_30_vat_standard_2012",
"amount": 0.22,
"start_date": "2012-04-01"
}
]
},
{
"id": "pt_30_vat_intermediate",
"name": "Intermediate",
"amounts": [
{
"id": "pt_30_vat_intermediate_1996",
"amount": 0.08,
"start_date": "1996-07-01",
"end_date": "2010-06-30"
},
{
"id": "pt_30_vat_intermediate_2010",
"amount": 0.09,
"start_date": "2010-07-01",
"end_date": "2012-03-31"
},
{
"id": "pt_30_vat_intermediate_2012",
"amount": 0.12,
"start_date": "2012-04-01"
}
]
},
{
"id": "pt_30_vat_reduced",
"name": "Reduced",
"amounts": [
{
"id": "pt_30_vat_reduced_1986",
"amount": 0.06,
"start_date": "1986-01-01",
"end_date": "1994-12-31"
},
{
"id": "pt_30_vat_reduced_1995",
"amount": 0.04,
"start_date": "1995-01-01",
"end_date": "2012-03-31"
},
{
"id": "pt_30_vat_reduced_2012",
"amount": 0.05,
"start_date": "2012-04-01"
}
]
}
]
}

0 comments on commit 737e770

Please sign in to comment.