austax: Fix FBT gross-up calculation

This commit is contained in:
RunasSudo 2023-09-10 20:55:03 +10:00
parent 339de57a1f
commit a76ba56984
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ repayment_rates = {
]
}
# FBT type 2 gross-up factor
# FBT type 1 gross-up factor
# https://www.ato.gov.au/rates/fbt/#GrossupratesforFBT
fbt_grossup = {
2023: 1.8868
2023: 2.0802
}