looks like I dont get paid 12 weeks veh. allowance on leaving
This commit is contained in:
5
calc.py
5
calc.py
@@ -46,9 +46,8 @@ def calculate_savings_depletion(finance):
|
|||||||
# if we could stretch this to July 2026, then would be more (due to less tax)
|
# if we could stretch this to July 2026, then would be more (due to less tax)
|
||||||
bus_days_in_fortnight=10
|
bus_days_in_fortnight=10
|
||||||
|
|
||||||
# this is what I earn before-tax
|
# this is what I earn before-tax (and I *THINK* vehicle allowance won't be paid X 12 weeks)
|
||||||
pre_tax_D_earning = 7830.42 ; # use this is vehicle allowance is not included?
|
pre_tax_D_earning = 7830.42
|
||||||
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
|
# 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)
|
D_leave_after_tax = (D_leave_owed_in_days/bus_days_in_fortnight) * pre_tax_D_earning * (1-0.37)
|
||||||
|
|||||||
Reference in New Issue
Block a user