AF
America's Future80th · App Suite
🔊 Read to youFront Door
Stephen Moore's suite
CompanionnowcastDemo · payment-dark
Stephen Moore

Nowcast

Built for Stephen Moore · Economist

Combine leading indicators into one forward signal — expansion, caution, or contraction — with every component's contribution visible.

✎ Tried it? Share pilot feedback →
Methodology · no black box

How the composite is built

Four steps, all reproducible. Every constant lives in the Components view and is editable.
Black-box indices ask for trust. Nowcast shows the entire pipeline: each indicator becomes a comparable −1…+1 signal, signals are weighted into one number, that number maps to a regime, and the contribution of every component is exposed so the call can be argued component by component.
Step 1 — Normalize each indicator to −1…+1

Each reading is measured against a neutral reference and divided by a scale (the move that equals a full ±1 swing), then signed by direction and clamped to the ±1 rails.

sign  = direction === "up" ? +1 : -1      // claims are "down": higher = worse
z     = clamp( ((value - neutral) / scale) * sign,  -1, +1 )
Step 2 — Weighted composite

Weights are normalized to shares, then the composite is the share-weighted average of the signals. Each component's contribution is its share × its signal — and the contributions sum exactly to the score.

shareᵢ        = weightᵢ / Σ weight
contributionᵢ = shareᵢ × zᵢ
score         = Σ contributionᵢ        // a single number in −1…+1
Step 3 — Map score to a regime
Contraction
score < −0.2

Leading indicators lean negative on balance — the weight of evidence points to a slowdown ahead.

Caution
−0.2 ≤ score ≤ +0.2

The signals are mixed and near neutral — no clear forward direction. Watch the components that move.

Expansion
score > +0.2

Leading indicators lean forward on balance — the weight of evidence points to growth ahead.

Step 4 — The seed read, worked end to end
IndicatorReadingNeutralDirz (signal)ShareContribution
Yield curve15 bps60↑good−0.3825%−0.094
Jobless claims236 k / wk225↓bad−0.1618%−0.028
ISM PMI49.4 index50↑good−0.1020%−0.020
Sentiment69 index78↑good−0.3214%−0.045
Housing starts1.35 M units1.45↑good−0.2911%−0.031
Equity 6m8 %0↑good+0.5012%+0.060
Σ contributions = composite score → Caution−0.16
Illustrative — seeded readings, not live data and not an official forecast or investment advice. The model is intentionally simple and transparent; weights and references are choices you can change on the Components view to test how robust the call is.
← Back to Nowcast
Showcase demo for the America's Future 80th Anniversary Summit. Showcase · best home: LLC / BBG Academy. Seeded with realistic sample data; runs payment-dark (no billing). Not a production system.