Files
ai/gateway/knowledge/trading/strategies/volatility/volatility-risk-premium.md
Tim Olson 47471b7700 Expand model tag support: add GLM-5.1, simplify Anthropic IDs, scan tags anywhere in message
- Flink update_bars debouncing
- update_bars subscription idempotency bugfix
- Price decimal correction bugfix of previous commit
- Add GLM-5.1 model tag alongside renamed GLM-5
- Use short Anthropic model IDs (sonnet/haiku/opus) instead of full version strings
- Allow @tags anywhere in message content, not just at start
- Return hasOtherContent flag instead of trimmed rest string
- Only trigger greeting stream when tag has no other content
- Update workspace knowledge base references to platform/workspace and platform/shapes
- Hierarchical knowledge base catalog
- 151 Trading Strategies knowledge base articles
- Shapes knowledge base article
- MutateShapes tool instead of workspace patch
2026-04-28 15:05:15 -04:00

64 lines
4.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description: "Volatility risk premium strategy sells S&P 500 ATM straddles when implied volatility (VIX) exceeds recent realized volatility, capturing the persistent premium that implied vol commands over realized vol in normal markets."
tags: [volatility, risk-premium, straddle, vix, implied-volatility, realized-volatility]
---
# Volatility Risk Premium
**Section**: 7.4 | **Asset Class**: Volatility | **Type**: Carry / Short Volatility
## Overview
Implied volatility is empirically higher than realized volatility most of the time — the volatility risk premium. This means options are, on average, overpriced relative to their Black-Scholes fair value based on realized volatility. The strategy sells options (ATM straddles on S&P 500) when the premium is positive, earning the excess implied vol over realized vol. It is profitable in sideways markets but loses money during sharp volatility spikes.
## Construction / Mechanics
**Volatility risk premium proxy signal**: at the start of each month, compare:
- VIX (implied volatility of S&P 500, in %) at the beginning of the current month
- Realized volatility of S&P 500 daily returns (in %) since the beginning of the current month
If the spread (VIX - realized vol) is positive → **sell the ATM straddle** on S&P 500 options.
**Position**: short 1 near-ATM straddle (1 short ATM call + 1 short ATM put) on S&P 500 index options, held for approximately 1 month.
The straddle is ATM at inception, hence approximately Delta-neutral at entry. However, as the underlying moves, the straddle becomes Delta-nonzero.
## Payoff / Return Profile
- Earns the net option premium (implied vol minus realized vol differential) when the market moves less than implied by VIX.
- Profitable in low-volatility, sideways markets.
- Loses money when the S&P 500 moves sharply (volatility spike), which typically accompanies equity market selloffs.
- The "short vega" position loses immediately when implied volatility rises, even before expiry.
## Key Parameters / Signals
- VIX at month start: measure of implied volatility
- Realized vol of S&P 500 since month start: backward-looking volatility
- Spread = VIX - realized vol: entry signal (sell when positive)
- Strike selection: near-ATM (at-the-money) straddle
- Holding period: approximately 1 month (to option expiry)
## Variations
### 7.4.1 Volatility Risk Premium with Gamma Hedging
The ATM straddle is initially Delta-neutral but becomes Delta-nonzero as the S&P 500 moves. This variation adds Gamma hedging to maintain near-Delta-neutrality:
- **Gamma (Γ = ∂²V/∂S²)**: measures the rate of change of Delta with the underlying price.
- As the underlying moves up (down), the short straddle develops positive (negative) Delta.
- **Gamma hedge**: buy (sell) the underlying S&P 500 to offset the Delta change; i.e., trade the underlying in the direction opposite to the move.
Effect of Gamma hedging:
- The strategy becomes a "Theta play": profits from Theta (Θ = ∂V/∂t) decay — the time value of the short options erodes daily.
- The cost of Gamma hedging is the bid-ask spread and transaction costs of continuously rebalancing.
- As the underlying moves further from the strike, Gamma hedging becomes more expensive (the underlying positions become larger) and can eventually exceed the collected option premium, at which point the strategy loses money.
- This is also known as "Gamma scalping" (but from the short side — the hedger is short Gamma).
**Option Greeks for reference**:
- Θ = ∂V/∂t (Theta): time decay
- Δ = ∂V/∂S (Delta): sensitivity to underlying price
- Γ = ∂²V/∂S² (Gamma): sensitivity of Delta to underlying price
- ν = ∂V/∂σ (Vega): sensitivity to implied volatility
## Notes
- Index options (S&P 500) are better suited than single-stock options for this strategy because index options typically have higher volatility risk premia (see Section 6.3 on dispersion trading).
- A volatility spike (e.g., during a market selloff) causes both realized vol to rise and VIX to jump, producing large losses on both the Vega and Delta dimensions simultaneously.
- The strategy is sometimes described as "selling tail risk" — the premium earned in normal times compensates for large, infrequent losses.
- Gamma hedging reduces directional risk but cannot eliminate it for large moves; it also introduces transaction costs that reduce the effective premium earned.