Methodology
A transparent, config-driven scoring framework that turns 10 public macro indicators into a single composite read of US dollar liquidity conditions, alongside 7 context and reference series. Updated every 6 hours from public source APIs.
Methodology Deep Dives
Full write-ups of how each layer of the terminal works.
Indicator Universe
17 displayed series: 10 scored indicators across 4 tiers plus 7 context/reference series. Each scored indicator's direction is normalized so a positive z-score always means "tighter" liquidity.
Tier A 路 Policy / Reserves 65%
- Fed Balance Sheet (WALCL)
- Treasury General Account (TGA)
- Overnight Reverse Repo (ON RRP)
Tier B 路 Funding / Plumbing 10%
- SOFR-IORB spread
- Standing Repo Facility usage
Tier C 路 Credit / Intermediation 5%
- Bank Cash Buffer (cash assets / total assets)
- High Yield OAS spread
Tier D 路 Risk / Price 20%
- VIX
- Broad Dollar Index (DXY)
- 10-Year Real Yield (TIPS)
Context (not scored)
- Net Liquidity = Fed BS - TGA - ON RRP
- M2 Money Supply
- Fed Central Bank Liquidity Swaps
- 90D Financial CP - 3M T-Bill Spread
- Foreign Holdings of US Federal Debt
- ECB Total Assets
- Bank of Japan Total Assets
Scoring
1. Robust z-score
For each indicator, we compute a robust z-score using the median and median absolute deviation (MAD) over a rolling 10-year window:
z = (value - median) / (MAD x 1.4826)
The 1.4826 constant makes MAD comparable to standard deviation for normally distributed data. Z-scores are winsorized to [-4, +4] to prevent extreme observations from dominating the composite. We use median/MAD rather than mean/std for resilience to structural breaks (regime changes, COVID, etc.).
2. Direction normalization
Some indicators rise when liquidity tightens (TGA, ON RRP, VIX, HY Spread, etc.); others fall (Fed BS, Bank Cash Buffer). For "falling-is-tightening" indicators we negate the raw z-score so a positive z always means "tighter" across every indicator.
3. Composite
composite = sum (z_i x weight_i)
Tier A (Policy/Reserves): 3 x (13/60) ~= 0.65
Tier B (Funding/Plumbing): 2 x 0.05 = 0.10
Tier C (Credit/Intermediation): 2 x 0.025 = 0.05
Tier D (Risk/Price): 3 x (1/15) ~= 0.20
----
1.00
When indicators are missing on a given day, the remaining weights are renormalized so a partial-data day still produces a comparable composite.
4. Regime classification
We rank today's composite within the rolling 5-year history of composites and assign a regime:
- Loose - <= P20
- Mildly Loose - P20-P50
- Mildly Tight - P50-P80
- Tight - >= P80
5. Momentum & concentration
- Momentum: composite_today - composite_7d_ago.
>+0.15= deteriorating,<-0.15= improving, else stable. - Concentration: top-3 |contributions| / total |contributions|. High concentration = signal driven by a few drivers.
Asset Impact Lens
For SPX, QQQ, BTC, and GOLD we precompute three relationship windows on every cron cycle (SPX/QQQ/BTC from FRED; XAU/USD from Twelve Data after FRED retired the LBMA daily series):
- Rolling correlations (30D / 90D / 180D) between the daily DLI composite and daily log returns.
- Lead-lag correlations (DLI leads asset returns by 10D / 20D / 60D).
- Conditional state outcomes: average forward 20-day cumulative log return + win-rate when DLI was in the loose (<= P20) or tight (>= P80) state.
DLI v3.1 — research track
v3.1 is a parallel, independently-built liquidity gauge shown beside the official DLI as a labelled research reading. It is not a forecast, not a second opinion on the headline, and not a candidate that has been accepted.
- Scale: an absolute 0-100 with fixed bands (loose < 33, neutral, tight > 67). It is NOT a percentile, so it is not comparable to the official DLI's percentile reading number-for-number.
- Construction: a net-liquidity flow spine (Fed balance sheet - TGA - ON RRP, six-month equivalent, calendar-day parameterised), a reserve-buffer stock leg that amplifies drains when the buffer is thin, and a funding-stress override built from SOFR-IORB and Standing Repo Facility take-up.
- Record-run verdict: the pre-registered acceptance battery was run once, on 2026-08-09, and 4 of its 14 blocking gates failed. The track was stopped in research state and the failures were recorded as findings rather than repaired. Nine further gates flipped somewhere inside a plus/minus 50% perturbation of their pinned constants and are marked fragile.
- Why some gates fail: three of the four failures are registered conflicts between the acceptance battery and the construct v3.1 implements - a pure liquidity-stance gauge, in which rate-driven parking at the Fed is not treated as a drain on the level. That is a disagreement about what is being measured, and it was recorded rather than resolved by moving a threshold.
- Status of the official reading: unchanged. Methodology v2 remains the headline on every surface and every default; v3.1 is reachable only by asking for it.
Data Sources
- FRED - Federal Reserve Bank of St. Louis, public economic time series
- US Treasury Fiscal Data - Daily Treasury Statement (TGA balance)
- NY Fed Markets - Standing Repo Facility usage
This is not investment advice. Public Fed and Treasury data; computed every 6 hours. Past relationships do not predict future outcomes. Use at your own risk.