Skip to content

Commit

Permalink
Add Singapore GST rate change for 2024 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartloxton authored Dec 28, 2023
1 parent 80de94b commit 74c3fc1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resources/tax_type/sg_gst.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
{
"id": "sg_gst_standard_2023",
"amount": 0.08,
"start_date": "2023-01-01"
"start_date": "2023-01-01",
"end_date": "2023-12-31"
},
{
"id": "sg_gst_standard_2024",
"amount": 0.09,
"start_date": "2024-01-01"
}
]
}
Expand Down

0 comments on commit 74c3fc1

Please sign in to comment.