Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Emmett 8a8399eb74 feat: borrower affordability calculator — reverse-engineer loan from monthly budget
Given a monthly payment budget, shows max borrowable amount across different tier
mixes (blended, all-single-tier, short-heavy, long-heavy). Expandable breakdown
with per-tier allocation table, stacked bar, and interest comparison. Also fixes
pre-existing PaymentFlow.tsx type error from merge.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 21:43:23 +00:00
Jeff Emmett f847d914f7 feat: rMortgage simulator — variable-term lending, lender return calculator, partial funding
Add full mortgage simulation engine with distributed tranches across 5 lending tiers
(2yr/5yr/10yr/15yr/30yr), reinvestment mechanics, secondary market transfers, and
overpayment routing. Includes four visualization modes: mycelial network, Sankey flow,
lender grid, and lender return calculator comparing monthly liquidity vs reinvest-to-term
strategies. Tranches can be partially funded (open slots visible in all views).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 01:50:14 +00:00