Files
ai/gateway/knowledge/trading/strategies/volatility/volatility-skew-risk-reversal.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

54 lines
3.6 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 skew risk reversal strategy buys an OTM call and sells an OTM put to exploit the empirical skew where put implied volatility exceeds call implied volatility, capturing a directional upside bias at reduced net premium cost."
tags: [volatility, skew, risk-reversal, options, put, call]
---
# Volatility Skew — Long Risk Reversal
**Section**: 7.5 | **Asset Class**: Volatility | **Type**: Volatility Skew / Directional
## Overview
OTM put options are empirically priced with higher implied volatility than OTM call options at the same distance from the current spot price. This volatility skew (puts more expensive than calls) reflects market demand for downside protection. The long risk reversal — buy an OTM call, sell an OTM put — captures this skew by selling the expensive put and buying the cheaper call, resulting in a net credit or reduced debit. However, the strategy has a directional component: it loses money if the underlying falls below the put strike.
## Construction / Mechanics
**Volatility skew setup**: with underlying S_0 = K (at-the-money), and OTM options at distance κ > 0:
- OTM put: strike K_put = K - κ; implied vol σ_put (higher)
- OTM call: strike K_call = K + κ; implied vol σ_call (lower)
- Skew: σ_put > σ_call (puts priced richer than calls at the same moneyness)
**Long risk reversal position**:
- **Buy** OTM call (strike K + κ): pays premium C_call
- **Sell** OTM put (strike K - κ): receives premium C_put > C_call
- Net premium received: C = C_put - C_call > 0 (net credit due to the skew)
Reference: see Section 2.12 of the book for the basic risk reversal option strategy.
## Payoff / Return Profile
- **If S_T > K + κ** (underlying rallies above call strike): call expires ITM; gain = S_T - (K+κ) + C
- **If K - κ < S_T < K + κ** (underlying stays between strikes): both options expire worthless; gain = C (the net premium received)
- **If S_T < K_put** (underlying falls below put strike): put expires ITM; loss = K_put - S_T - C; maximum loss when S_T 0 is K_put - C
- Break-even on the downside: S_T = K_put - C
The strategy profits when the underlying rises or stays stable, and loses when the underlying falls.
## Key Parameters / Signals
- K_put = K - κ: put strike (sold)
- K_call = K + κ: call strike (bought)
- κ: distance from ATM (moneyness)
- C = C_put - C_call: net premium received (positive due to skew)
- σ_put - σ_call: implied volatility skew the size of the mispricing being exploited
- K_put - C: downside break-even level
## Variations
- **Short risk reversal**: sell OTM call, buy OTM put a bearish, downside bet; profits if underlying falls below the put strike.
- **Skew trade without directional bias**: combine the risk reversal with a Delta hedge to isolate the pure skew component.
- **Different distances**: use asymmetric κ_put κ_call to fine-tune the net premium and directional exposure.
## Notes
- This is a directional strategy: it loses money if the price drops below K_put - C; the skew-capture is bundled with an implicit bullish bet.
- The strategy profits most clearly in a stable or rallying market with sustained volatility skew.
- The skew is typically larger for equity indexes than individual stocks (reflecting systematic put-buying for portfolio hedging).
- To isolate the pure skew trade (without directional exposure), the position should be Delta-hedged dynamically, which introduces transaction costs and complexity.
- Risk reversals are commonly used by FX traders where the skew direction can differ from equities (e.g., EURUSD calls can be more expensive than puts in certain regimes).