fix(rMortgage): use 5/10/15yr borrower term options
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a1f8702988
commit
99131df914
|
|
@ -5622,7 +5622,7 @@ class FolkFlowsApp extends HTMLElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
private renderBorrowerOptions(): string {
|
private renderBorrowerOptions(): string {
|
||||||
const termOptions = [120, 240, 360]; // 10yr, 20yr, 30yr
|
const termOptions = [60, 120, 180]; // 5yr, 10yr, 15yr
|
||||||
const budget = this.borrowerMonthlyBudget;
|
const budget = this.borrowerMonthlyBudget;
|
||||||
|
|
||||||
// Build lender pool: each active lender has available capital (simulated from repaid principal)
|
// Build lender pool: each active lender has available capital (simulated from repaid principal)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue