cap eigenkapital display by start_capital - Nebenkosten

This commit is contained in:
Johannes
2026-03-20 02:37:47 +01:00
parent 183e69f0b7
commit 726b1220ea
2 changed files with 4 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ function run_simulation(p) {
yr_renters_ins: 0,
kaufnebenkosten: Math.round(closing_costs),
finance_nebenkosten: p.finance_nebenkosten,
start_capital: Math.round(start_capital),
});
const invest_r_m = p.invest_return / 100 / 12;