show Restschuld as negative in buy net worth tooltip
This commit is contained in:
1
calc.js
1
calc.js
@@ -116,6 +116,7 @@ function run_simulation(p) {
|
||||
cum_rent_arr.push(Math.round(cum_rent_cost));
|
||||
detail_arr.push({
|
||||
house_value: Math.round(home_value),
|
||||
mortgage_balance: Math.round(balance),
|
||||
buyer_portfolio: Math.round(buyer_portfolio),
|
||||
yr_interest: Math.round(yr_interest),
|
||||
yr_principal: Math.round(yr_principal),
|
||||
|
||||
Reference in New Issue
Block a user