Find the rate where a book of loans refinances itself.

Trigger Ladder pulls public rate data, models a pool of VA and FHA loans, and computes at every candidate rate how many files clear the real regulatory refinance tests. An AI writes the morning brief; an eval harness verifies every number before it ships.

Every figure verified before ship - fail-closed
Live public rates - as of 2026-07-29 10-Yr Treasury 4.670% 30-Yr VA 6.275% 30-Yr FHA 6.418% 30-Yr Conforming 6.672%
Portfolio project Modeled synthetic pool

By Brian Valentine - 34 years in mortgage lending, 12-state licensure.

Three clearance layers

Eligible, worth it, and doable are not the same test.

Most tools stop at eligibility. Trigger Ladder keeps three independent screens separate on purpose - a loan can pass one and fail another, and only files that clear all three are genuinely actionable.

Layer 01

Agency-clear

Passes the formal program gates for VA IRRRL and FHA Streamline - the rules, not a guess.

Seasoning Net tangible benefit VA statutory recoupment FHA combined-rate
Layer 02

Economically-clear

Genuinely worth doing under real break-even math - not just permitted on paper.

Break-even period Cost recovery Rate delta
Layer 03

Call-clear

The file is actually executable and saleable - nothing structural is blocking the close.

Executable Saleable Not blocked

Why keep them apart? Collapsing eligibility, economics, and executability into one score hides exactly where a deal dies. Separate layers make the failure legible.

How it works

Public data in, a verified brief out.

01

Pull public data

The 10-Year Treasury yield plus 30-year VA and FHA average mortgage rates.

source: FRED (Federal Reserve) + Freddie Mac PMMS

02

Model the pool

A synthetic set of 5,000 VA and FHA loans, held in SQLite. No real borrower data.

03

Compute the ladder

Score the pool across 17 candidate rate rungs against all three clearance layers.

04

Write the brief

The Anthropic API drafts a plain-English morning read on what the ladder is saying.

05

Verify before ship

An eval harness checks every number in the brief against the data. If a figure does not reconcile, the brief does not ship.

The eval harness gives the AI the read, but not the last word. Every figure is reconciled against the computed ladder, and a brief that cannot be verified is held back.

Numbers reconciled Claims traced to data Fail-closed on mismatch
The honest part

What this is, plainly.

  • An educational portfolio project on a modeled, synthetic loan pool - no real borrowers, no real book of business, no servicing.
  • Public data only: FRED and Freddie Mac PMMS. Nothing proprietary.
  • Any ladder or figure shown here is illustrative and schematic - not today's real market.
  • Not financial advice. No NMLS-regulated activity takes place here.
The live desk

Run the ladder on live public data.

Open the Streamlit app to watch the rungs re-score and read a verified morning brief.