Skip to content
Closed
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
20 changes: 20 additions & 0 deletions resources/tax_type/ca_ab_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Alberta",
"generic_label": "gst",
"zone": "ca_ab",
"tag": "CA",
"rates": [
{
"id": "ca_ab_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_ab_gst_standard_2013",
"amount": 0.05,
"start_date": "2013-04-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_bc_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - British Columbia",
"generic_label": "gst",
"zone": "ca_bc",
"tag": "CA",
"rates": [
{
"id": "ca_bc_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_bc_gst_standard_2013",
"amount": 0.05,
"start_date": "2013-04-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_bc_pst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - British Columbia",
"generic_label": "PST",
"zone": "ca_bc",
"tag": "CA",
"rates": [
{
"id": "ca_bc_pst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_bc_pst_standard_2013",
"amount": 0.07,
"start_date": "2013-04-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_mb_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Manitoba",
"generic_label": "gst",
"zone": "ca_mb",
"tag": "CA",
"rates": [
{
"id": "ca_mb_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_mb_gst_standard_2013",
"amount": 0.05,
"start_date": "2013-04-01"
}
]
}
]
}
26 changes: 26 additions & 0 deletions resources/tax_type/ca_mb_rst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Canada - Manitoba",
"generic_label": "RST",
"zone": "ca_mb",
"tag": "CA",
"rates": [
{
"id": "ca_mb_rst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_mb_rst_standard_2013",
"amount": 0.08,
"start_date": "2013-07-01",
"end_date": "2019-06-30"
},
{
"id": "ca_mb_rst_standard_2019",
"amount": 0.07,
"start_date": "2019-07-01"
}
]
}
]
}
27 changes: 27 additions & 0 deletions resources/tax_type/ca_nb_hst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Canada - New Brunswick",
"generic_label": "hst",
"zone": "ca_nb",
"tag": "CA",
"compound": false,
"rates": [
{
"id": "ca_nb_hst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_nb_hst_standard_2013",
"amount": 0.13,
"start_date": "2013-04-01",
"end_date": "2016-06-30"
},
{
"id": "ca_nb_hst_standard_2016",
"amount": 0.15,
"start_date": "2016-07-01"
}
]
}
]
}
26 changes: 26 additions & 0 deletions resources/tax_type/ca_nl_hst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Canada - Newfoundland and Labrador",
"generic_label": "hst",
"zone": "ca_nl",
"tag": "CA",
"rates": [
{
"id": "ca_nl_hst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_nl_hst_standard_2013",
"amount": 0.13,
"start_date": "2013-04-01",
"end_date": "2015-12-31"
},
{
"id": "ca_nl_hst_standard_2016",
"amount": 0.15,
"start_date": "2016-01-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_ns_hst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Nova Scotia",
"generic_label": "hst",
"zone": "ca_ns",
"tag": "CA",
"rates": [
{
"id": "ca_ns_hst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_ns_hst_standard_2013",
"amount": 0.15,
"start_date": "2013-04-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_nt_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Northwest Territories",
"generic_label": "gst",
"zone": "ca_nt",
"tag": "CA",
"rates": [
{
"id": "ca_nt_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_nt_gst_standard_2013",
"amount": 0.05,
"start_date": "2013-04-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_nu_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Nunavut",
"generic_label": "gst",
"zone": "ca_nu",
"tag": "CA",
"rates": [
{
"id": "ca_nu_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_nu_gst_standard_2013",
"amount": 0.05,
"start_date": "2013-04-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_on_hst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Ontario",
"generic_label": "hst",
"zone": "ca_on",
"tag": "CA",
"rates": [
{
"id": "ca_on_hst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_on_hst_standard_2013",
"amount": 0.13,
"start_date": "2013-04-01"
}
]
}
]
}
26 changes: 26 additions & 0 deletions resources/tax_type/ca_pe_hst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Canada - Prince Edward Island",
"generic_label": "hst",
"zone": "ca_pe",
"tag": "CA",
"rates": [
{
"id": "ca_pe_hst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_pe_hst_standard_2013",
"amount": 0.14,
"start_date": "2013-04-01",
"end_date": "2016-09-30"
},
{
"id": "ca_pe_hst_standard_2016",
"amount": 0.15,
"start_date": "2016-10-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_qc_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Quebec",
"generic_label": "gst",
"zone": "ca_qc",
"tag": "CA",
"rates": [
{
"id": "ca_qc_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_qc_gst_standard_2013",
"amount": 0.05,
"start_date": "2013-04-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_qc_qst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Quebec",
"generic_label": "QST",
"zone": "ca_qc",
"tag": "CA",
"rates": [
{
"id": "ca_qc_qst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_qc_qst_standard_2013",
"amount": 0.09975,
"start_date": "2013-04-01"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_sk_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Saskatchewan",
"generic_label": "gst",
"zone": "ca_sk",
"tag": "CA",
"rates": [
{
"id": "ca_sk_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_sk_gst_standard_2013",
"amount": 0.05,
"start_date": "2013-04-01"
}
]
}
]
}
26 changes: 26 additions & 0 deletions resources/tax_type/ca_sk_pst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Canada - Saskatchewan",
"generic_label": "PST",
"zone": "ca_sk",
"tag": "CA",
"rates": [
{
"id": "ca_sk_pst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_sk_pst_standard_2006",
"amount": 0.05,
"start_date": "2006-10-28",
"end_date": "2017-03-22"
},
{
"id": "ca_sk_pst_standard_2017",
"amount": 0.06,
"start_date": "2017-03-23"
}
]
}
]
}
20 changes: 20 additions & 0 deletions resources/tax_type/ca_yt_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Canada - Yukon",
"generic_label": "gst",
"zone": "ca_yt",
"tag": "CA",
"rates": [
{
"id": "ca_yt_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "ca_yt_gst_standard_2013",
"amount": 0.05,
"start_date": "2013-04-01"
}
]
}
]
}
2 changes: 1 addition & 1 deletion resources/tax_type/id_gst.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Indonesian GST",
"generic_label": "GST",
"generic_label": "gst",
"display_inclusive": true,
"zone": "id_gst",
"rates": [
Expand Down
Loading