payrise increse included
This commit is contained in:
4
calc.py
4
calc.py
@@ -46,8 +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 (and I *THINK* vehicle allowance won't be paid X 12 weeks)
|
# this is what I now earn before-tax (and I *THINK* vehicle allowance won't be paid X 12 weeks)
|
||||||
pre_tax_D_earning = 7830.42
|
pre_tax_D_earning = 8143.65
|
||||||
|
|
||||||
# whenever I leave, I get 12 weeks (or 60 business days) + whatever leave they owe me
|
# whenever I leave, I get 12 weeks (or 60 business days) + whatever leave they owe me
|
||||||
payout = ((60+D_leave_owed_in_days)/bus_days_in_fortnight) * pre_tax_D_earning
|
payout = ((60+D_leave_owed_in_days)/bus_days_in_fortnight) * pre_tax_D_earning
|
||||||
|
|||||||
Reference in New Issue
Block a user