20 lines
969 B
Plaintext
20 lines
969 B
Plaintext
TODO:
|
|
|
|
CONSIDER in code:
|
|
* when we time the payment of GMHBA / HCF (and at what cadence) and include it in calcs better
|
|
- it kicks in after pay stops, and could be paid monthly say, but it is higher than if we pay yearly (I think)
|
|
* could try to get smarter with +6 fortnights at end -> as it also ends in different car repayments for 6 fortnights
|
|
* could make bills be paid quarterly rather than as 'daily' living expenses
|
|
- also could be more painful with bill increases, they seem to go up more than CPI
|
|
|
|
CONSIDER in real-world:
|
|
* moving > $250k into say ING, then rabo-bank -- 4 months interest higher in each -- maybe to another provider after that
|
|
while the balance is > $250k it offsets individual bank risk
|
|
* maybe buying shares in something like berkshire-hathaway, or vanguard ETFs?
|
|
|
|
To run the code:
|
|
|
|
cd ~/src/finplan
|
|
source ./.python/bin/activate
|
|
FLASK_APP=main ./.python/bin/flask --debug run --host=192.168.0.2
|