austax: Add Medicare levy threshold for FY23-24

This commit is contained in:
RunasSudo 2024-04-04 20:04:23 +11:00
parent 1d051a6682
commit c3f0f3022b
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ repayment_rates = {
# https://www.ato.gov.au/Individuals/Medicare-and-private-health-insurance/Medicare-levy/Medicare-levy-reduction/Medicare-levy-reduction-for-low-income-earners/
# Maps each financial year to list of (lower threshold, upper threshold)
medicare_levy_threshold = {
2024: (26000, 32500), # Treasury Laws Amendment (Cost of Living—Medicare Levy) Act 2024
2023: (24276, 30345),
2022: (23365, 29207)
}