A
AcadiFi
SI
SyntheticPut_Iris2026-04-08
cfaLevel IIIDerivatives

How does dynamic portfolio insurance work, and why did it fail catastrophically during the 1987 crash?

I'm reading about portfolio insurance for the CFA exam. The idea of synthetically replicating a put option by dynamically adjusting the equity allocation sounds elegant. But I've read it contributed to the 1987 crash. What went wrong, and is it still used today?

143 upvotes
AcadiFi TeamVerified Expert
AcadiFi Certified Professional

Dynamic portfolio insurance replicates a protective put synthetically by continuously adjusting the mix between equities and risk-free assets. As the market falls, the strategy sells equities to reduce exposure; as the market rises, it buys equities to increase exposure. This creates a payoff that mimics owning stock plus a put.\n\nHow It Works:\n\nThe hedge ratio (delta of the synthetic put) determines the equity allocation:\n\nEquity Weight = N(d1) = Delta of synthetic call equivalent\n\nAs S falls, delta decreases, triggering equity sales. As S rises, delta increases, triggering equity purchases.\n\n`mermaid\nsequenceDiagram\n participant M as Market\n participant PM as Portfolio Manager\n participant P as Portfolio\n M->>PM: Market falls 2%\n PM->>P: Sell 5% equities
Move to T-bills\n M->>PM: Market falls another 3%\n PM->>P: Sell 12% more equities\n Note over P: Equity weight declining
toward floor\n M->>PM: Market rebounds 4%\n PM->>P: Buy 8% equities\n Note over P: Equity weight rising
toward ceiling\n`\n\nWorked Example:\n\nTrenton University Endowment ($400M) implements dynamic insurance with a 15% floor (minimum value = $340M).\n\nStarting allocation: 70% equities ($280M), 30% bonds ($120M)\nCushion = Portfolio Value - Floor = $400M - $340M = $60M\nMultiplier (m) = 3\nEquity allocation = m x Cushion = 3 x $60M = $180M (45%)\n\nDay 1: Equities fall 5% -> Portfolio = $280M x 0.95 + $120M = $386M\nNew cushion = $386M - $340M = $46M\nNew equity target = 3 x $46M = $138M\nAction: Sell $280M x 0.95 - $138M = $128M of equities\n\nDay 2: Equities fall another 8% -> Equities now $138M x 0.92 = $126.96M\nNew portfolio = $126.96M + ($386M - $138M - $120M + $120M) = ~$374.96M\nNew cushion shrinks further, forcing more selling.\n\nThe 1987 Failure:\nOn October 19, 1987 (Black Monday), the S&P 500 fell 20.5% in a single day. Dynamic insurance programs needed to sell massive amounts of equity simultaneously, but:\n1. The market gapped down --- no chance to rebalance gradually\n2. All programs tried to sell at the same time, creating a feedback loop\n3. Liquidity evaporated as market makers withdrew\n4. The synthetic put could not be replicated in a discontinuous market\n5. Portfolios breached their floors because the selling could not keep pace with the decline\n\nModern Applications:\nDynamic insurance is still used but with important modifications:\n- Tighter rebalancing bands with circuit breakers\n- Combined with actual put options for gap risk protection\n- Lower multipliers to reduce feedback effects\n- Awareness of crowding risk when many portfolios use similar strategies\n\nStudy portfolio protection techniques in our CFA Derivatives course.

📊

Master Level III with our CFA Course

107 lessons · 200+ hours· Expert instruction

#portfolio-insurance#dynamic-hedging#synthetic-put#1987-crash