fix(affordability): calibrate key_rate→market mortgage spread to 4.5pp #1052
No reviewers
Labels
No labels
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
Fable 5 ревью
feedback/max
generative
GG-форсайт
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
вторичка
ИРД
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#1052
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/affordability-market-spread"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Calibrates the §7.9 affordability key_rate→market-mortgage spread from a 0.0 placeholder to 4.5 pp.
Why (ground-truthed on prod
macro_indicator): payments were computed at the bare CBR key_rate (~14.5%), understating borrower cost and overstating affordability. The real market primary rate is mortgage_rate_primary_domrf = 19.125% (@ 2026-04-19) vs key_rate ~14.5% → observed spread ≈4.6 pp (inside the typical RF 3-5 pp band). Sorate_used = key_rate + 4.5 ≈ 19%now matches the directly-observed market rate. (#981 had correctly moved off the subsidizedmortgage_rate_weighted7-11% but landed on key_rate+0 as a stopgap.)Effect
Affordability /
price_feasibilitybecomes less optimistic = more accurate (real ~19% borrower cost).rate_kind/graceful-fallback (market_unavailablewhen no key_rate) unchanged.Tests
Docstrings + tests updated to the symbolic spread (not loosened) + a new regression anchor (
_KEY_RATE_MARKET_SPREAD_PP == 4.5; mocked key_rate 14.5 →_current_market_rate≈ 19.0). Whole forecasting suite 841 passed, ruff clean. No stale fixtures (product_scoring's afford stub sets payment directly, spread-independent).