A real time personal finance projector.
Important: You data is stored locally on this very device only.
Accumulated net income | Balance | |
---|---|---|
{{getMonthLabel($index+1)}} | {{roundDown(change)}} | {{roundDown(convertToNumber(startBalance) + change)}} |
Per month | Per year | |
---|---|---|
Income | {{roundDown(monthlyIncome())}} | {{roundDown(monthlyIncome()*12)}} |
Expenses | {{roundDown(monthlyExpense())}} | {{roundDown(monthlyExpense()*12)}} |
Non-Recurring | {{tallyTransactions()}} | |
Net income | {{roundDown(monthlyNet())}} | {{roundDown(monthlyNet()*12)+tallyTransactions()}} |