fix(rMortgage): use 5/10/15yr borrower term options

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-15 02:18:57 -07:00
parent a1f8702988
commit 99131df914
1 changed files with 1 additions and 1 deletions

View File

@ -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)