Fed Net Liquidity
Last verified
Auto-generated. This article is rebuilt from
app/signals/config/signal_definitions.jsonbyscripts/build_signals_kb.py. Edit the registry entry and re-run the script β do not edit this file directly.
Fed Net Liquidity
What it is
Fed Net Liquidity β registry key net_liquidity.
Drives the categorical liquidity_signal; scored there.
Data-pyramid tier
T1 β Signal. This metric sits at the signal layer of the platformβs six-tier data pyramid (T0 raw inputs β T5 actionable read). The tier reflects how far the value is from a raw measurement β not how strongly it is validated. Abstraction and validation are separate axes: a higher tier is not a claim of stronger evidence.
Horizon & validation
No validated skill horizon is on file for this metric β read it as context / a data carrier, not a validated edge. Stamps are added only when a gated research verdict lands.
Source
Source module: liquidity
Data source: back_fillable
Fetched directly from app/sources/liquidity.py; see source code for the upstream API call and any provider-specific handling.
How itβs computed
US net liquidity in $B: WALCL β TGA β RRP (Fed assets minus Treasury General Account cash minus reverse-repo). See app/sources/liquidity.py:77 β walcl_b - tga_b - rrp_b.
Where it surfaces
- API field:
signals.net_liquidityonGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence) - Surface:
/signals/historytime series - Surface:
/signals/sparklines(UI sparklines) - Surface: change markers in the rendered report
Bands / thresholds
Classifier direction: higher_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| β | Expanding | favorable | BULLISH | β |
| β | Adequate | leaning | BULLISH | β |
| β | Contracting | cautionary | BEARISH | β |
| β | Tight | adverse | BEARISH | β |
Health-score / alignment role
Display-only β has bands for surface labeling but does not contribute to the health score (scoring is handled by a companion metric).
Release cadence
- Publishes:
daily
cadence corrected 2026-06-12 (PR-4/L1-9): WALCLβTGAβRRP composite β refresh cadence = fastest component (rrp, daily via FRED); the weekly walcl/tga legs carry forward between prints. Was mislabeled intraday.
See also
- /kb/api/get-signals-latest β API endpoint that serves this field.