Resources | Amount | Remove |
---|---|---|
{{ income.income }} | ||
Fixed Expense | Amount | Remove |
---|---|---|
Tuition | ||
Textbooks | ||
{{ expense.expense}} | ||
Number of Months |
---|
Variable Expense | Amount | Remove |
---|---|---|
{{ facet.facet}} | ||
Budget | Total | |
---|---|---|
Resources | {{ inctotal() | currency : symbol : fractionSize}} | |
Expenses | {{ exptotal() + factotal() * months | currency : symbol : fractionSize}} | |
Monthly Expenses | {{ (exptotal() + factotal() * months) / months | currency : symbol : fractionSize}} | |
Balance | {{ inctotal() - factotal() * months - exptotal() | currency : symbol : fractionSize}} |