From 44c5f91492d286ec005576add217a1ec334239b1 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 29 Apr 2025 15:14:37 +1000 Subject: [PATCH] I think I will be paid out my vehicle allowance, so using that figure, but not 100% sure --- calc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calc.py b/calc.py index bc2ebf6..5ab3739 100644 --- a/calc.py +++ b/calc.py @@ -47,7 +47,8 @@ def calculate_savings_depletion(finance): bus_days_in_fortnight=10 # this is what I earn before-tax - pre_tax_D_earning = 7830.42 + pre_tax_D_earning = 7830.42 ; # use this is vehicle allowance is not included? + pre_tax_D_earning = 8443.7 # as the leave is just on top of my existing earnings and if in 2024 fin year, just take tax at 37% for the extra leave amount D_leave_after_tax = (D_leave_owed_in_days/bus_days_in_fortnight) * pre_tax_D_earning * (1-0.37)