← Back to Articles
$ cat title.md

MODELING THE
PATH OF MONEY

A Propagation-Based Framework
for Inflation Prediction

Martin Russmann  |  macropulze.com  

$ diff models.log reality.log

THE PROBLEM

-- What Models Assume
- Shocks hit all sectors at once
- Prices adjust uniformly
- Money is ~neutral
++ What Actually Happens
+ Money enters at specific sectors
+ Assets inflate first, CPI last
+ Dispersion rises before CPI

> Inflation is a wave, not a flood.

$ trace --propagation inflation.wave

THE INFLATION WAVE

ASSET INFLATION
Weeks
Equities, bonds, real estate
────>
PRODUCER INFLATION
Months
Capital goods, machinery
────>
CONSUMER INFLATION
Quarters
CPI, retail, wages

> The lag between stages = early-warning window

$ cat architecture.md

THREE BUILDING BLOCKS

[1] Network W
IO tables + financial flows → W = α · W_IO + (1-α) · W_F
[2] Propagation m_t
m_t = ρ·m_{t-1} + γ·W·m_{t-1} + u_t − diag(δ)·m_{t-1}
[3] Price Response κ
ΔL_t^i = κ_i · m_t^i     financial κ≈0.9 | consumer κ≈0.15
$ run three_sector --inject F

THE THREE-SECTOR MODEL

F
Financial
κ = 0.9
────>
I
Investment
κ = 0.4
────>
C
Consumption
κ = 0.15
<── θ feedback loop ──>
> No direct F→C channel. Money reaches C only through I.
> Cantillon ordering: Π_F > Π_I > Π_C  (always)
$ analyze --emergent-dynamics

EMERGENT DYNAMICS

[1] Sequential Inflation
F → I → C activation order. Timing = network distance from injection.
[2] Cantillon Ordering
Cumulative inflation permanently larger for early recipients.
[3] Dispersion Hump
Cross-sectional dispersion rises, peaks, declines. Rise = early warning.

> None imposed. All emerge from network + injection + κ asymmetry.

$ rpcq --components --formula

RPCQ: EARLY WARNING INDEX

Relative-Price Coordination Pressure
DDispersionSectors inflating at different rates?
CCantillonEarly recipients still outpacing?
LLLead-lagWave following expected path?
HHeterogeneityImpulse responses diverging?
SStabilitySmall shocks → big divergence?
RPCQ = w_D·D + w_C·C + w_LL·(1-LL) + w_H·H + w_S·S
       ↑ higher = more inflationary pressure building
$ trace --pipeline inflation.predict

THE PREDICTIVE LOGIC

Monetary
Injection
u_t
Network
Propagation
m_t
Sectoral
Inflation
κ·m
Dispersion
Rises
RPCQ↑
Aggregate
CPI Moves
CPI
├──── EARLY-WARNING WINDOW ────┤

> By the time CPI moves, RPCQ has been rising for quarters.

$ echo conclusion

Inflation is a wave,
not a flood.

It starts where the money lands and
propagates through the economy's network.
The dispersion it creates on the way is
the early warning aggregate models miss.

macropulze.com

mrussmann@proton.me

1/9
arrow keys or click to navigate
← Back to Articles