Skip to content

Commit

Permalink
Update const.py on tax curve for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
0-k authored Sep 17, 2024
1 parent 5cbaae8 commit f649785
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions netto/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,24 @@
"const": [None, None],
},
},
2025: {
0: {"step": 12086, "rate": 0.14},
1: {
"step": 17430,
"rate": 0.2397,
"const": [None, None],
},
2: {
"step": 68430,
"rate": 0.42,
"const": [None, None, None],
},
3: {
"step": 277826,
"rate": 0.45,
"const": [None, None],
},
},
}


Expand Down

0 comments on commit f649785

Please sign in to comment.