{{define "content"}} {{$d := .}} {{$r := .Result}}

Goal Planner

{{if $d.Email}}{{$d.Email}}{{end}}

Your scenario

Model any transition where you hold an asset with a loan, want to acquire a new one, then sell the old to fund the new.

{{if $d.HasResult}} {{if $r.Warning}}
⚠️ {{$r.Warning}}
{{end}}

Total timeline

{{$r.TotalYears}}y {{$r.TotalRemMonths}}m

until goal is fully paid off

Final monthly cost

€{{cents $r.Phase4MonthlyCents}}

after selling current asset

Total interest

€{{cents $r.TotalInterestCents}}

across both loans combined

Free by

{{dateShort $r.FinalDate}}

fully paid off

Your roadmap

1
Save down payment
{{if gt $r.Phase1Months 0}}
{{$r.Phase1Months}}mo
until {{dateShort $r.Phase1EndDate}}
Target: €{{cents $r.DownPaymentCents}}
Already have: €{{cents $r.AlreadyHaveCents}}
Still need: €{{cents $r.StillNeededCents}}
Saving: €{{cents $r.Form.MonthlySavingsCents}}/mo
{{else}}
Ready now!
equity covers down payment
Down payment: €{{cents $r.DownPaymentCents}}
Your equity: €{{cents $r.AlreadyHaveCents}}
{{end}}
2
Acquire / build
{{$r.Phase2Months}}mo
until {{dateShort $r.Phase2EndDate}}
New loan: €{{cents $r.ConstructionLoanCents}}
{{if $r.CurrentLoan}}
Existing loan: €{{cents $r.CurrentMonthlyCents}}/mo
{{end}}
New EMI: €{{cents $r.ConstructionMonthly}}/mo
Total burden: €{{cents $r.Phase2MonthlyCents}}/mo
3
Sell & transition
One-time event
after acquisition completes
Sale price: €{{cents $r.SalePriceCents}}
Pay off loan: -€{{cents $r.MortgagePayoffCents}}
Net proceeds: €{{cents $r.NetProceedsCents}}
Applied to new loan
4
Goal achieved
{{if gt $r.Phase4Months 0}}
{{$r.Phase4Months}}mo
paid off {{dateShort $r.Phase4EndDate}}
Remaining loan: €{{cents $r.RemainingBalanceCents}}
Monthly payment: €{{cents $r.Phase4MonthlyCents}}/mo
just the new loan
{{else}}
Fully paid!
sale proceeds cleared the loan
No remaining loan!
The sale covers everything.
{{end}}

Monthly cost over time

what you pay each month

Key levers

Save more monthly
Each extra €100/mo shortens Phase 1 and gets you acquiring sooner.
Increase the down payment
A higher down % reduces the new loan and lowers the double-burden in Phase 2.
Sell at a higher price
Every extra euro from the sale goes straight to reducing the new loan balance.
Negotiate the rate
Even 0.5% less on the new loan saves thousands over the full term.
{{else}}
🎯

Plan your next big goal

Model any transition where you hold an asset with a loan, want to acquire something new, and plan to sell the old to fund it — including the double-payment period, the sale, and the final payoff date.

{{if not $d.Properties}}

Tip: add your current asset and loan first so the planner can pre-fill the numbers.

{{end}}
{{end}} {{end}}