Skip to content

Commit

Permalink
Singapore GST 2023 (#85)
Browse files Browse the repository at this point in the history
* Singapore GST 2023

* Formatting JSON

* Indentation

Co-authored-by: Dom Morgan <[email protected]>
  • Loading branch information
brettd3r and dmnc authored Nov 29, 2022
1 parent 1be5014 commit 844827a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
26 changes: 26 additions & 0 deletions resources/tax_type/sg_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Singaporean GST",
"generic_label": "gst",
"display_inclusive": true,
"zone": "sg_gst",
"rates": [
{
"id": "sg_gst_standard",
"name": "Standard",
"default": true,
"amounts": [
{
"id": "sg_gst_standard_2007",
"amount": 0.07,
"end_date": "2022-12-31",
"start_date": "2007-07-01"
},
{
"id": "sg_gst_standard_2023",
"amount": 0.08,
"start_date": "2023-01-01"
}
]
}
]
}
12 changes: 12 additions & 0 deletions resources/zone/sg_gst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Singapore (GST)",
"scope": "tax",
"members": [
{
"type": "country",
"id": "sg_gst_0",
"name": "Singapore",
"country_code": "SG"
}
]
}

0 comments on commit 844827a

Please sign in to comment.