Skip to content

Commit

Permalink
Add 2023 Tax rates (defaults to 2022 tho)
Browse files Browse the repository at this point in the history
  • Loading branch information
pts-jweatherby committed Feb 29, 2024
1 parent aa2e5e6 commit 522fb54
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions api/tax_calculator/fixtures/tax-brackets--2023.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"min": 0,
"max": 53359,
"rate": 0.15
},
{
"min": 53359,
"max": 106717,
"rate": 0.205
},
{
"min": 106717,
"max": 165430,
"rate": 0.26
},
{
"min": 165430,
"max": 235675,
"rate": 0.29
},
{
"min": 235675,
"rate": 0.33
}
]

0 comments on commit 522fb54

Please sign in to comment.