$ cat data/methodology.txt
// Data Sources
FRED (Federal Reserve Economic Data)
WALCLFederal Reserve Balance SheetM2SLM2 Money SupplyWTREGENTreasury General Account (TGA)RRPONTSYDReverse Repo Facility (RRP)Market Prices (Yahoo Finance)
BTC-USDBitcoin (BTC/USD)GC=FGold FuturesDX-Y.NYBUS Dollar Index (DXY)^VIXCBOE Volatility Index// Methodology Summary
The RebelTerminal Liquidity Index computes a Net Supply-Demand (Net S-D) z-score that measures the balance between monetary liquidity supply and financial stress demand. Positive values indicate expansionary conditions; negative values indicate contraction.
Supply composites are built from Fed balance sheet (WALCL), M2 money supply (M2SL), Treasury General Account (WTREGEN), and Reverse Repo Facility (RRPONTSYD). Each series is normalized via pipeline-specific transformations (level differencing, rolling z-score, clipping to +-3 sigma) before weighted aggregation.
Demand composites aggregate financial stress indicators: high-yield and investment-grade credit spreads, DXY dollar strength, VIX volatility, and secured financing rates. Higher demand signals tighter financial conditions.
The composite signal is detrended using a Hamilton filter (h=24, p=4) to remove slow-moving trends, then cycle components are extracted via Lomb-Scargle periodogram analysis to detect dominant periodicities in the 6-96 month range. The final Net S-D = z(supply) - z(demand).
// Download CSV
Download the last 12 months of monthly Net S-D data with underlying FRED series values.
// Citation Format
// API Access
Programmatic access to the Liquidity Index is available via our REST API.
GET /api/liquidity/monthlyGET /api/analytics/daily