Quick Summary

Volatility Trading

by Euan Sinclair (2008)

Extended Summary - PhD-level in-depth analysis (10-30 pages)

Volatility Trading - Extended Summary

Author: Euan Sinclair | Categories: Options, Volatility, Quantitative Finance, Trading Systems


About This Summary

This is a PhD-level extended summary covering all key concepts from Euan Sinclair's "Volatility Trading," a seminal quantitative guide to trading volatility as an asset class through options markets. This summary distills the complete mathematical framework for volatility measurement, forecasting, option pricing, delta hedging mechanics, and portfolio risk management. It provides rigorous treatment of GARCH and EWMA models, the Greeks, variance swaps, the volatility risk premium, and behavioral aspects of volatility mispricing. Every serious quantitative trader, options market maker, or volatility arbitrageur should internalize these principles as the intellectual foundation for systematic volatility trading.

Executive Overview

"Volatility Trading" (Wiley, 2008; second edition 2013) is Euan Sinclair's definitive contribution to the quantitative options literature, emerging from his career as a physicist turned professional options trader and market maker. The book's central thesis is both provocative and empirically grounded: volatility is persistently mispriced in options markets, and traders who can forecast realized volatility more accurately than the market's implied volatility can extract systematic profits through disciplined hedging and position management.

What makes this book exceptional in the crowded field of options literature is its uncompromising focus on volatility itself as the traded variable. The vast majority of options books treat volatility as a secondary consideration, a parameter to be estimated so that directional bets can be priced. Sinclair inverts this relationship entirely. In his framework, directional price movement is noise to be hedged away, and volatility is the signal. The trader's edge comes not from predicting whether a stock will go up or down, but from predicting whether it will move more or less than the options market currently implies.

Sinclair brings a physicist's intellectual rigor to every topic he addresses. His treatment of volatility measurement is grounded in statistical theory. His discussion of forecasting models is honest about their limitations. His analysis of hedging costs and transaction friction reflects the hard-won lessons of someone who has actually traded these strategies with real capital at meaningful scale. There are no hand-waving arguments or appeals to intuition. Every claim is supported by mathematics, empirical data, or both.

The book is structured as a progressive journey from measurement to forecasting to pricing to trading to risk management. Each chapter builds upon the previous one, creating a coherent intellectual architecture. By the final chapters, the reader possesses not just theoretical knowledge but a complete operational framework for running a volatility trading book.

For the quantitative practitioner, this book fills a critical gap. Academic treatments of volatility (such as those found in Gatheral's "The Volatility Surface" or Rebonato's work) tend toward theoretical elegance at the expense of practical applicability. Practitioner-oriented books (such as Natenberg's "Option Volatility and Pricing") tend toward cookbook-style rules that lack mathematical depth. Sinclair occupies the productive middle ground: mathematically rigorous enough to satisfy the quantitative analyst, practically grounded enough to guide the working trader.


Part I: Volatility Measurement and Statistical Foundations

Chapter 1: The Nature of Volatility

Sinclair opens with a deceptively fundamental question: what exactly is volatility? The answer is less straightforward than most traders assume. Volatility is not directly observable in the same way that price, volume, or even interest rates are observable. It is a latent variable that must be estimated from price data, and the estimation method chosen profoundly affects the results obtained.

Close-to-Close Volatility

The most common measure of historical volatility is the standard deviation of logarithmic returns, computed from closing prices:

Close-to-Close (CC) Volatility:

sigma_CC = sqrt( (1 / (n-1)) * sum( (r_i - r_bar)^2 ) ) * sqrt(252)

Where:

  • r_i = ln(C_i / C_{i-1}) is the logarithmic return on day i
  • r_bar is the mean return over the sample
  • n is the number of observations
  • sqrt(252) annualizes from daily to annual volatility

This formula, while ubiquitous, suffers from several limitations that Sinclair systematically identifies:

  1. It uses only closing prices, discarding all intraday information. A stock that opens at 100, trades between 95 and 105 during the day, and closes at 100 contributes zero to close-to-close volatility despite exhibiting substantial intraday movement.
  2. It assumes returns are normally distributed, which they are not. Empirical return distributions exhibit fat tails (excess kurtosis) and often negative skewness.
  3. The annualization factor of sqrt(252) assumes independent returns, which contradicts the well-documented phenomena of volatility clustering and mean reversion.

Range-Based Volatility Estimators

Sinclair devotes significant attention to range-based volatility estimators, which extract more information from price data by incorporating high and low prices in addition to opens and closes.

Parkinson Estimator:

sigma_P = sqrt( (1 / (4 * n * ln(2))) * sum( (ln(H_i / L_i))^2 ) ) * sqrt(252)

The Parkinson estimator uses the high-low range and is theoretically 5.2 times more efficient than the close-to-close estimator, meaning it achieves the same accuracy with approximately one-fifth the data.

Garman-Klass Estimator:

sigma_GK = sqrt( (1/n) * sum( 0.5 * (ln(H_i/L_i))^2 - (2*ln(2) - 1) * (ln(C_i/O_i))^2 ) ) * sqrt(252)

The Garman-Klass estimator incorporates open, high, low, and close prices and is theoretically 7.4 times more efficient than the close-to-close estimator.

Yang-Zhang Estimator:

The Yang-Zhang estimator is the most sophisticated of the range-based estimators, incorporating overnight returns (the gap between the previous close and the current open) along with the Garman-Klass intraday component. It is robust to both opening jumps and drift, making it the most practical range-based estimator for real-world equity data.

Key Insight: "The choice of volatility estimator is not a trivial detail. Using a more efficient estimator can be equivalent to having several times more data, which directly translates to faster detection of regime changes and more responsive trading signals."

Framework 1: Volatility Estimator Comparison

EstimatorData UsedRelative EfficiencyDrift RobustJump RobustBest Application
Close-to-CloseClose only1.0x (baseline)NoNoSimplest benchmark
ParkinsonHigh, Low5.2xNoNoMarkets without gaps
Garman-KlassO, H, L, C7.4xNoNoContinuous markets
Rogers-SatchellO, H, L, C~8xYesNoTrending markets
Yang-ZhangO, H, L, C~14xYesYesEquity markets with gaps

Properties of Volatility as a Stochastic Process

Sinclair identifies several empirical regularities of volatility that any forecasting model must accommodate:

  1. Volatility clustering: High-volatility periods tend to be followed by high-volatility periods, and low by low. This is the stylized fact that motivates GARCH-family models.

  2. Mean reversion: Despite clustering, volatility does not random-walk permanently to higher or lower levels. It reverts toward a long-run mean, though the speed of reversion varies by asset and regime.

  3. Asymmetry (leverage effect): For equities, negative returns tend to produce larger increases in volatility than positive returns of the same magnitude. This asymmetry is partially explained by the leverage effect (as stock prices fall, the firm's debt-to-equity ratio rises, increasing financial risk) and partially by behavioral factors (panic is a more violent emotion than greed).

  4. Fat tails: The distribution of volatility itself is positively skewed and leptokurtic. Extreme volatility events are far more common than a normal or log-normal distribution would predict.

  5. Regime dependence: Volatility dynamics differ meaningfully across regimes (bull markets, bear markets, crisis periods). A model calibrated to calm markets will dramatically underestimate volatility during crises.


Part II: Volatility Forecasting

Chapter 2: GARCH and EWMA Models

This chapter represents one of the book's most valuable contributions. Sinclair translates the academic GARCH literature into a practical forecasting toolkit, stripping away theoretical generality in favor of models that actually work for trading decisions.

Exponentially Weighted Moving Average (EWMA)

The simplest useful volatility forecasting model is the EWMA, which assigns exponentially declining weights to past squared returns:

sigma^2_t = lambda * sigma^2_{t-1} + (1 - lambda) * r^2_{t-1}

Where:

  • sigma^2_t is today's variance forecast
  • sigma^2_{t-1} is yesterday's variance forecast
  • r^2_{t-1} is yesterday's squared return
  • lambda is the decay factor, typically between 0.90 and 0.97

The EWMA has a single parameter (lambda) that controls the balance between responsiveness and stability. A lower lambda gives more weight to recent returns, making the forecast more responsive but noisier. A higher lambda produces smoother forecasts that adapt more slowly to new information.

Key Insight: "RiskMetrics popularized lambda = 0.94 for daily data, but this is not optimal for all assets or purposes. The optimal lambda depends on the asset's actual volatility dynamics and the trader's time horizon."

EWMA Lambda Selection Guide:

Lambda ValueHalf-Life (days)CharacterBest Use Case
0.90~6.6Very responsiveShort-term vol trading (< 1 week)
0.94~11.2Moderately responsiveStandard risk management
0.96~17.0BalancedMedium-term vol forecasting
0.97~22.8SmoothLonger-term vol estimation
0.99~69.0Very smoothStrategic allocation decisions

The half-life formula is: half-life = -ln(2) / ln(lambda)

GARCH(1,1) Model

The Generalized Autoregressive Conditional Heteroskedasticity model of order (1,1) extends the EWMA by adding a long-run variance component:

sigma^2_t = omega + alpha * r^2_{t-1} + beta * sigma^2_{t-1}

Where:

  • omega represents the weighted long-run variance
  • alpha is the reaction coefficient (weight on new information)
  • beta is the persistence coefficient (weight on prior forecast)
  • The constraint alpha + beta < 1 ensures stationarity (mean reversion)

The long-run (unconditional) variance is:

V_L = omega / (1 - alpha - beta)

This is the variance level toward which the GARCH forecast converges over long horizons. The speed of convergence is governed by the persistence parameter alpha + beta. When alpha + beta is close to 1, the model is nearly integrated (IGARCH), meaning shocks to volatility die out very slowly. When alpha + beta is materially below 1, mean reversion is faster.

The GARCH(1,1) can be rewritten to reveal its economic interpretation:

sigma^2_t = gamma * V_L + alpha * r^2_{t-1} + beta * sigma^2_{t-1}

Where gamma = 1 - alpha - beta is the weight assigned to the long-run variance. This decomposition shows that the GARCH forecast is a weighted average of three components:

  1. Long-run variance (weighted by gamma): the anchor
  2. Yesterday's squared return (weighted by alpha): the news
  3. Yesterday's variance estimate (weighted by beta): the memory

Key Insight: "GARCH is not a black box. It is simply a weighted average of three intuitively meaningful quantities. Understanding this decomposition demystifies the model and makes its behavior predictable to the practitioner."

GJR-GARCH and Asymmetric Models

To capture the leverage effect (negative returns increasing volatility more than positive returns), Sinclair discusses the GJR-GARCH (Glosten-Jagannathan-Runkle) extension:

sigma^2_t = omega + (alpha + gamma * I_{t-1}) * r^2_{t-1} + beta * sigma^2_{t-1}

Where I_{t-1} is an indicator function that equals 1 when r_{t-1} < 0 and 0 otherwise. The parameter gamma captures the asymmetry: a positive gamma means negative returns contribute more to future volatility than positive returns of the same magnitude.

For equity indices, gamma is typically positive and economically significant, often doubling the effective reaction coefficient for negative returns. This asymmetry has profound implications for options trading: it partially explains the persistent steepness of the implied volatility skew, as the market prices in the empirical fact that downside volatility tends to spike more violently than upside volatility.

Model Estimation and Selection

Sinclair is refreshingly practical about model estimation. GARCH parameters are typically estimated via maximum likelihood, but he warns against several common pitfalls:

  1. Overfitting: More complex GARCH variants (EGARCH, TGARCH, component GARCH) often fit in-sample data better but forecast out-of-sample data worse. The simple GARCH(1,1) or GJR-GARCH(1,1) is nearly always sufficient.

  2. Non-stationarity: During regime changes, GARCH parameters estimated on historical data may be meaningless. Rolling-window or recursive estimation helps but does not fully solve this problem.

  3. Return distribution: GARCH with normal errors underestimates the probability of extreme events. Using Student-t errors improves tail behavior at minimal cost in model complexity.

  4. Forecasting horizon: GARCH forecasts mean-revert toward the unconditional variance over longer horizons. The multi-step-ahead forecast is:

E[sigma^2_{t+h}] = V_L + (alpha + beta)^h * (sigma^2_t - V_L)

This formula shows that the forecast converges to the long-run variance V_L at an exponential rate determined by persistence (alpha + beta). For a GARCH model with persistence 0.95, the forecast half-life is approximately 14 days, meaning half the current deviation from long-run variance is expected to decay within two weeks.

Framework 2: GARCH Forecast Behavior

Persistence (alpha + beta)Forecast Half-LifeInterpretationTrading Implication
0.90~7 daysFast mean reversionShort-duration vol trades; expect rapid normalization
0.95~14 daysModerate persistenceStandard vol trading horizon
0.97~23 daysSlow mean reversionExtended vol positions; patient approach needed
0.99~69 daysNear-integratedVol shocks persist; regime change possible
1.00InfiniteUnit root (IGARCH)No mean reversion; random walk in variance

Chapter 3: Forecasting Performance and the Implied Volatility Benchmark

Sinclair presents one of the book's most important empirical findings: simple GARCH and EWMA models frequently outperform implied volatility as forecasters of future realized volatility. This finding is the cornerstone of the entire trading methodology, because if implied volatility were an efficient forecast, there would be no systematic trading opportunity.

The evidence is structured around forecast encompassing regressions of the form:

RV_t = a + b1 * IV_t + b2 * GARCH_t + epsilon_t

Where RV_t is realized volatility over the forecast horizon, IV_t is implied volatility at the start of the period, and GARCH_t is the GARCH forecast. If implied volatility were informationally efficient, b1 should be close to 1 and b2 should be statistically insignificant (implying GARCH adds no information beyond what is already in IV). Sinclair presents evidence that b2 is often significant, meaning GARCH contains information about future realized volatility that is not captured by implied volatility.

However, Sinclair is careful not to overstate this finding:

Key Insight: "Implied volatility is not a pure forecast. It is a risk-adjusted forecast that incorporates a risk premium. The fact that it systematically overestimates realized volatility does not necessarily mean the market is irrational -- it may mean that volatility sellers are being compensated for bearing risk."

This distinction between forecast error and risk premium is crucial. It determines whether the edge in volatility trading is a true alpha (market inefficiency) or a risk premium (compensation for bearing volatility risk, analogous to the equity risk premium). Sinclair argues it is primarily a risk premium, which has important implications for position sizing and risk management: the edge is real and persistent, but it comes with genuine risk, and the trader who sells volatility must be prepared for periodic large drawdowns.


Part III: Option Pricing and the Greeks

Chapter 4: Black-Scholes and Its Limitations

Sinclair provides a thorough treatment of the Black-Scholes-Merton (BSM) framework, not as an academic exercise but as the essential language of options trading. His perspective is that of a practitioner who uses BSM daily while understanding exactly where and why it fails.

The Black-Scholes Formula

For a European call option:

C = S * N(d1) - K * e^(-rT) * N(d2)

Where:

d1 = (ln(S/K) + (r + sigma^2/2) * T) / (sigma * sqrt(T))
d2 = d1 - sigma * sqrt(T)

And:

  • S = current stock price
  • K = strike price
  • r = risk-free rate
  • T = time to expiration (in years)
  • sigma = volatility (annualized standard deviation of log returns)
  • N(.) = cumulative standard normal distribution function

BSM Assumptions and Their Violations

Sinclair systematically examines each BSM assumption and its practical impact:

Assumption 1: Continuous trading with no transaction costs. Reality: Trading is discrete and costly. Each delta hedge incurs bid-ask spread and commissions. This creates a fundamental tension: more frequent hedging better approximates the BSM ideal but incurs higher costs. Less frequent hedging is cheaper but introduces more hedging error (gamma risk).

Assumption 2: Log-normally distributed returns with constant volatility. Reality: Returns exhibit fat tails and volatility is stochastic. This is the central contradiction of using BSM for volatility trading: the model assumes constant volatility, yet the trader is betting on volatility changes. Sinclair resolves this pragmatically: BSM is used as a quoting convention and risk management tool, not as a literal model of reality.

Assumption 3: No dividends (or continuous dividend yield). Reality: Discrete dividends create jumps in stock price that violate the diffusion assumption. For short-dated options near ex-dividend dates, this can materially affect pricing.

Assumption 4: No jumps in the underlying price. Reality: Jumps are empirically common, especially around earnings announcements, macroeconomic events, and geopolitical shocks. The BSM model cannot price jump risk, which is one reason out-of-the-money puts are persistently "expensive" relative to BSM with at-the-money implied volatility.

Assumption 5: Borrowing and lending at the risk-free rate. Reality: This assumption is approximately correct for institutional traders who can access repo markets, but it breaks down during liquidity crises.

Key Insight: "Black-Scholes is wrong, but it is useful. The model's assumptions are violated in every real market, yet it remains the universal language of options trading because it provides a consistent framework for quoting prices, computing hedges, and measuring risk. The key is to understand how reality deviates from the model and to trade those deviations."

Chapter 5: The Greeks in Depth

Sinclair's treatment of the Greeks goes well beyond the standard textbook presentation. He frames each Greek not as an abstract mathematical derivative but as a practical tool for understanding how option positions make and lose money.

Delta

Delta measures the sensitivity of the option price to changes in the underlying price:

Delta_call = N(d1)
Delta_put = N(d1) - 1

For volatility traders, delta is primarily a hedging parameter rather than a trading parameter. The goal is to neutralize delta exposure so that the position's P&L is driven by volatility rather than direction. However, Sinclair emphasizes that delta neutrality is instantaneous and approximate: as the underlying moves, delta changes (due to gamma), requiring continuous rebalancing.

Gamma

Gamma measures the rate of change of delta with respect to the underlying price:

Gamma = N'(d1) / (S * sigma * sqrt(T))

Where N'(d1) is the standard normal density function evaluated at d1.

Gamma is the volatility trader's primary exposure. A long gamma position profits from realized volatility exceeding implied volatility, because each delta hedge locks in a small profit when the underlying moves. A short gamma position profits when realized volatility falls below implied volatility, because the option decays faster than the hedging losses accumulate.

Key properties of gamma:

PropertyDescriptionTrading Implication
Highest at-the-moneyGamma peaks when S is near KATM options provide maximum vol exposure per dollar
Increases as expiry approachesShort-dated ATM options have explosive gammaNear-expiry ATM options are high-risk, high-reward vol bets
Decreases for deep ITM/OTMWings have low gammaWing options provide limited vol exposure
Scales inversely with S^2Higher stock prices mean lower gamma for same moneynessPosition sizing must account for price level

Theta

Theta measures the rate of time decay:

Theta = -(S * N'(d1) * sigma) / (2 * sqrt(T)) - r * K * e^(-rT) * N(d2)    [for a call]

Theta and gamma are intimately connected. In a BSM world with continuous hedging, the relationship is:

Theta + 0.5 * Gamma * S^2 * sigma^2 = r * V

Where V is the option value. This equation reveals the fundamental economics of options: theta (time decay) pays for gamma (convexity). A long gamma position bleeds theta and earns money from realized moves. A short gamma position collects theta and loses money from realized moves. The net P&L depends on whether realized volatility exceeds or falls below the implied volatility used to price the option.

Key Insight: "The theta-gamma tradeoff is not a theoretical curiosity. It is the P&L engine of every volatility trade. Understanding this relationship at an intuitive level is the single most important conceptual foundation for volatility trading."

Vega

Vega measures the sensitivity of option price to changes in implied volatility:

Vega = S * sqrt(T) * N'(d1)

Vega is the Greek that measures exposure to changes in the market's volatility forecast (implied volatility), as distinct from gamma which measures exposure to the actual movement of the underlying (realized volatility). A trader can be long gamma (benefiting from realized moves) while simultaneously losing money on vega (if implied volatility drops).

Framework 3: The Greeks - Comprehensive Reference

GreekMeasuresLong Option ExposureShort Option ExposureKey Relationship
DeltaPrice sensitivityDirectional (positive for calls)Directional (negative for calls)Hedged away in vol trading
GammaDelta convexityProfits from movementProfits from stabilityTied to realized vol P&L
ThetaTime decayPays daily costCollects daily incomeOffsets gamma; theta-gamma parity
VegaIV sensitivityProfits from IV increaseProfits from IV decreaseTied to implied vol P&L
VannaDelta sensitivity to IVComplex cross-effectComplex cross-effectImportant for skew trading
Volga (Vomma)Vega sensitivity to IVProfits from vol-of-volCosts from vol-of-volImportant for tail risk
CharmDelta decay over timeDelta drifts toward 0 or 1OppositeAffects hedge ratios near expiry

Higher-Order Greeks and Their Practical Significance

Sinclair gives meaningful attention to second-order Greeks that many practitioners ignore at their peril:

Vanna (dDelta/dIV or dVega/dS): This cross-Greek becomes critical when managing portfolios with skew exposure. If implied volatility and the underlying are correlated (as they are for equities, where IV rises as price falls), vanna generates systematic delta drift that must be hedged. Ignoring vanna in a large portfolio with significant skew positions can create unintended directional exposure.

Volga or Vomma (dVega/dIV): This measures the convexity of the portfolio with respect to implied volatility. A positive volga position benefits from large moves in implied volatility in either direction. Deep out-of-the-money options have high volga relative to their vega, which partially explains why they trade at higher implied volatilities than ATM options.


Part IV: The Volatility Risk Premium

Chapter 6: Anatomy of the Volatility Risk Premium

The volatility risk premium (VRP) is the central empirical phenomenon that makes systematic volatility trading possible. Sinclair presents it as the most persistent and well-documented anomaly in financial markets.

Definition and Measurement

The VRP is defined as the difference between implied volatility and subsequent realized volatility:

VRP = IV_t - RV_{t, t+T}

Where IV_t is implied volatility at time t and RV_{t, t+T} is the realized volatility over the period from t to t+T (the option's remaining life).

Empirically, this difference is positive on average for virtually every asset class, market, and time period studied. Implied volatility systematically overestimates future realized volatility. The magnitude of the VRP varies by asset class and time period, but typical values for equity index options (such as SPX) are in the range of 2-4 volatility points on average.

Framework 4: Volatility Risk Premium by Asset Class

Asset ClassTypical VRP (vol points)ConsistencyTail RiskSharpe Ratio of Short Vol
Equity indices (SPX, EuroStoxx)3-5Very highSevere (crash risk)0.5-1.0 before crashes
Single-stock equity2-4HighModerate to severeLower; idiosyncratic risk
FX majors1-2ModerateModerate0.3-0.6
Commodities0-2VariableModerateVaries significantly
Interest rates1-3HighModerate0.4-0.8

Sources of the Volatility Risk Premium

Sinclair identifies multiple sources of the VRP, arguing that it cannot be attributed to a single cause:

  1. Insurance demand: Portfolio managers systematically buy protective puts, driving up implied volatility for OTM puts. This demand is structurally persistent because fiduciary duty and risk management mandates require hedging regardless of cost.

  2. Risk aversion: Investors are risk-averse and willing to pay a premium for protection against uncertainty. The VRP is the market price of this aversion. Just as insurance companies charge premiums above expected losses, options sellers earn a premium above the expected cost of delta hedging.

  3. Negatively skewed return distribution of short vol: Selling volatility produces a positively skewed P&L in frequency (many small gains) but a negatively skewed P&L in magnitude (occasional large losses). Investors demand compensation for bearing this asymmetric risk profile, just as they demand an equity risk premium for holding stocks.

  4. Peso problem / jump risk: The market prices in the possibility of extreme events (crashes, black swans) that may not have occurred in the estimation sample. From the perspective of a short sample, implied volatility appears "too high" because the catastrophic events it prices have not materialized. But the pricing may be rational from an expected value perspective that includes rare but devastating scenarios.

  5. Behavioral biases: Sinclair argues that several cognitive biases contribute to volatility overpricing. The availability heuristic causes traders to overweight memorable volatility events. Loss aversion makes portfolio managers overpay for downside protection. The representativeness heuristic causes traders to extrapolate recent volatility spikes into the future.

Key Insight: "The volatility risk premium is not a free lunch. It is compensation for bearing genuine risk -- the risk of being short convexity when catastrophic events occur. The question is not whether the premium exists, but whether the trader can manage the risk well enough to capture it sustainably."

Time Variation in the VRP

The VRP is not constant. It varies systematically with market conditions:

  • The VRP is typically largest after volatility spikes, when fear is elevated and implied volatility overshoots subsequent realized volatility by the widest margin.
  • The VRP compresses during extended calm periods, as implied volatility gradually converges toward very low realized volatility.
  • The VRP can invert (become negative) during the onset of crises, when realized volatility spikes faster than implied volatility can adjust. These are the periods where short volatility strategies suffer their largest drawdowns.

Understanding this time variation is critical for position sizing. The naive approach of maintaining constant short volatility exposure performs poorly because it is maximally positioned precisely when the VRP is smallest (calm periods before storms) and minimally positioned when the VRP is largest (after storms, when fear is elevated).


Part V: Delta Hedging Mechanics and P&L Attribution

Chapter 7: The Mechanics of Delta Hedging

This chapter is the operational heart of the book. Everything in the preceding chapters -- measurement, forecasting, pricing, Greeks -- culminates in the practical question: how does a delta-hedged option position actually make or lose money?

The Hedging P&L Formula

Sinclair derives the fundamental P&L attribution formula for a delta-hedged option position. For a long option position that is continuously delta-hedged:

Daily P&L = 0.5 * Gamma * S^2 * (r^2_realized - sigma^2_implied * dt)

Where:

  • Gamma is the option's gamma
  • S is the stock price
  • r^2_realized is the squared return on that day
  • sigma^2_implied is the implied variance (annualized, divided by 252 to get daily)
  • dt = 1/252

This formula reveals the essence of volatility trading with crystalline clarity:

  1. If the realized squared return exceeds the implied variance rate, the long option position profits that day.
  2. If the realized squared return falls below the implied variance rate, the long option position loses that day.
  3. The daily P&L is weighted by gamma, so the position earns or loses more when gamma is higher (near-the-money, near expiry).

Over the life of the option, the cumulative P&L of a continuously hedged long option position is approximately:

Total P&L = 0.5 * integral( Gamma_t * S_t^2 * (sigma^2_realized - sigma^2_implied) * dt )

This integral shows that the total P&L depends not just on the average difference between realized and implied volatility, but on the path-weighted difference, where the weights are Gamma_t * S_t^2. This path dependence has profound practical implications.

Key Insight: "The P&L of a volatility trade is not simply proportional to the difference between realized and implied volatility. It is proportional to the gamma-weighted difference. If realized volatility is high when your gamma is low (because the underlying has moved away from your strike), you will not capture the theoretical profit."

Discrete Hedging and Hedging Frequency

In practice, continuous hedging is impossible. Traders must hedge at discrete intervals, and the choice of hedging frequency involves a fundamental tradeoff:

More frequent hedging:

  • Better approximation of the BSM ideal
  • Smaller hedging errors (lower variance of P&L)
  • Higher transaction costs (more round trips through the bid-ask spread)

Less frequent hedging:

  • Lower transaction costs
  • Larger hedging errors (higher variance of P&L)
  • Risk of large gaps between hedges

Sinclair presents the variance of the hedging P&L as a function of hedging frequency. For a delta-hedged at-the-money option hedged every dt time units:

Var(P&L) proportional to Gamma^2 * S^4 * sigma^4 * dt

This shows that hedging variance decreases linearly with hedging frequency (smaller dt), while transaction costs increase inversely with dt. The optimal hedging frequency balances these two effects.

Framework 5: Hedging Frequency Decision Matrix

Hedging FrequencyTransaction Cost ImpactP&L VarianceBest Suited For
Continuous (theoretical)InfiniteZeroBSM textbook only
Every tickVery highVery lowHFT market makers
HourlyHighLowActive prop desks
At fixed intervals (2-3x/day)ModerateModerateTypical vol trading
Daily (close-to-close)LowHigherLarge positions, low-cost
At threshold (delta band)AdaptiveAdaptiveOptimal for most traders

Delta Band Hedging

Sinclair advocates for threshold-based (delta band) hedging rather than fixed-interval hedging. In this approach, the trader establishes a tolerance band around delta-neutral (for example, +/- 0.10 delta per unit of notional) and only rebalances when the position's delta drifts outside this band.

This approach is superior because it is inherently adaptive:

  • In low-volatility environments, the underlying moves slowly, delta drifts slowly, and hedging is infrequent (low costs).
  • In high-volatility environments, the underlying moves quickly, delta drifts rapidly, and hedging is frequent (capturing more realized volatility).

The optimal band width depends on transaction costs, gamma, and the trader's confidence in their volatility forecast. Wider bands reduce costs but increase variance; narrower bands increase costs but reduce variance.

P&L Attribution for a Vol Trade

Sinclair breaks down the total P&L of a volatility trade into its component sources:

Total P&L = Gamma P&L + Theta P&L + Vega P&L + Transaction Costs + Financing

Where:

  • Gamma P&L: Profit/loss from delta hedging (depends on realized vs. implied vol)
  • Theta P&L: Time decay cost (for long options) or income (for short options)
  • Vega P&L: Profit/loss from changes in implied volatility
  • Transaction Costs: Cumulative cost of all hedge adjustments
  • Financing: Cost of carrying the position (stock borrow, margin interest, etc.)

For a pure volatility trade, the trader wants Gamma P&L to dominate and Vega P&L to be small. But in practice, changes in implied volatility often dominate short-term P&L, creating mark-to-market volatility that can trigger risk limits or margin calls even when the underlying trade thesis is correct.


Part VI: Volatility Cones and Term Structure

Chapter 8: The Volatility Cone Framework

Volatility cones are one of Sinclair's most practical tools for contextualizing current implied volatility levels. The concept, originally developed by Burghardt and Lane (1990), provides a statistical framework for answering the question: "Is implied volatility high or low relative to historical norms for this specific expiration horizon?"

Construction

A volatility cone is constructed by computing the distribution of realized volatility across multiple historical windows for each forward-looking horizon:

  1. For the 30-day horizon: compute all historical 30-day realized volatilities, then report the min, 25th percentile, median, 75th percentile, and max.
  2. Repeat for 60-day, 90-day, 180-day, and 360-day horizons.
  3. Plot the resulting percentiles as a function of horizon.

The result is a cone-shaped chart (wider at shorter horizons, narrower at longer horizons due to mean reversion) that provides the distributional context for any current implied volatility level.

Framework 6: Volatility Cone Interpretation

IV Position Relative to ConeInterpretationTrading Action
Above 90th percentileImplied vol is historically extreme highStrong candidate for selling vol
75th-90th percentileImplied vol is elevatedModerate candidate for selling vol
25th-75th percentileImplied vol is within normal rangeNo strong signal; look for other edges
10th-25th percentileImplied vol is lowModerate candidate for buying vol
Below 10th percentileImplied vol is historically extreme lowStrong candidate for buying vol

Key Insight: "Volatility cones force the trader to answer the question 'cheap or expensive relative to what?' Current implied volatility of 25% means nothing in isolation. It means everything when you know that realized volatility for this stock, over this horizon, has been above 25% only 10% of the time in the past five years."

Limitations

Sinclair honestly addresses the limitations of the cone approach:

  1. Stationarity assumption: The cone assumes that the historical distribution of realized volatility is representative of the future distribution. During regime changes, this assumption fails.

  2. Survivorship bias: For individual stocks, the historical sample may exclude delisted companies that experienced extreme volatility before failing.

  3. One-dimensional: The cone compares IV to the unconditional distribution of RV. It does not condition on current market state (recent volatility level, trend, market regime). A GARCH-based conditional comparison is more informative.


Part VII: Variance Swaps and Pure Volatility Instruments

Chapter 9: Variance Swaps

Variance swaps represent the purest possible exposure to realized variance. Sinclair presents them as the ideal instrument for volatility trading, free from the path-dependent complications of delta-hedged options.

Mechanics

A variance swap is a forward contract on realized variance. At expiration, the payoff is:

Payoff = Notional_vega * (sigma^2_realized - K^2_var) / (2 * K_var)

Or equivalently, for variance notional:

Payoff = Notional_var * (sigma^2_realized - K^2_var)

Where:

  • sigma^2_realized is the annualized realized variance computed from daily log returns over the swap's life
  • K^2_var is the variance strike (agreed upon at inception)
  • K_var is the volatility strike (square root of the variance strike)

The buyer of the swap profits when realized variance exceeds the strike; the seller profits when realized variance falls below the strike.

Replication and Fair Value

The fair value of the variance strike is determined by the prices of a continuum of options across all strikes. This result, derived by Demeterfi, Derman, Kamal, and Zou (1999), shows that a variance swap can be replicated by a static portfolio of options weighted inversely by the square of the strike price:

K^2_var = (2/T) * [ integral from 0 to F of (1/K^2) * Put(K) dK + integral from F to infinity of (1/K^2) * Call(K) dK ]

Where F is the forward price and T is the time to expiry. This formula reveals that variance swaps are heavily weighted toward out-of-the-money puts (which have small K, making 1/K^2 large), explaining why variance swap strikes are higher than ATM implied volatility for assets with volatility skew.

Variance Swaps vs. Delta-Hedged Options

Comparison:

FeatureDelta-Hedged OptionsVariance Swaps
Realized vol exposurePath-dependent (gamma-weighted)Pure (equal weight to all returns)
Strike dependenceP&L concentrated around option strikeExposure across all price levels
Hedging requiredContinuous delta hedgingNo hedging required
Transaction costsOngoing (each hedge costs money)Upfront (single transaction)
Mark-to-marketAffected by IV changesAffected by IV changes
Skew exposureDepends on strike choiceInherently long skew (overweight puts)
Payoff linearityLinear in volatility (approximately)Linear in variance (convex in volatility)

The convexity distinction is critical: because the variance swap pays off in variance (sigma^2) rather than volatility (sigma), a long variance swap benefits disproportionately from volatility spikes. This convexity is sometimes called "vol-of-vol" exposure and is one reason variance swaps trade at a premium to comparable volatility swaps.


Part VIII: Behavioral Aspects of Volatility Mispricing

Chapter 10: The Psychology of Volatility Markets

Sinclair devotes an important chapter to the behavioral and psychological factors that create and sustain volatility mispricing. This chapter grounds the quantitative framework in market microstructure and human psychology.

Systematic Biases That Create the VRP

1. The Availability Heuristic and Volatility Overestimation

Market participants overweight memorable, vivid events when estimating future volatility. After a market crash, the memory of the crash looms large, causing both hedgers and speculators to overestimate the probability of another crash. This inflates demand for protective options and pushes implied volatility above rational forecasts of future realized volatility.

2. Loss Aversion and Asymmetric Risk Preferences

Prospect theory demonstrates that losses loom roughly twice as large as equivalent gains. Portfolio managers who must explain losses to their boards and investors face asymmetric career risk: a large unhedged loss is career-ending, while the cost of unnecessary hedging is a minor drag on performance. This asymmetry creates inelastic demand for downside protection regardless of its price.

3. The Certainty Effect

People overweight outcomes that are certain relative to outcomes that are merely probable. A put option that provides certain protection against a defined loss scenario is psychologically more valuable than its expected payoff warrants. This causes institutional hedgers to pay above fair value for tail protection.

4. Overconfidence and Underreaction to Volatility Regime Changes

Paradoxically, while some biases push implied volatility too high (relative to realized), others can push it too low during transitions from low-volatility to high-volatility regimes. Traders anchored to recently low volatility levels may underreact when conditions change, creating brief periods where implied volatility is too low.

Key Insight: "The behavioral biases that create the volatility risk premium are structural, not temporary. They arise from fundamental features of human psychology and institutional incentive structures. As long as portfolio managers face asymmetric career risk and humans exhibit loss aversion, the volatility risk premium will persist."

Market Microstructure and Order Flow Effects

Sinclair also examines how the structure of options markets contributes to volatility mispricing:

Dealer hedging feedback loops: When dealers are net short OTM puts (the typical positioning), a decline in the underlying forces them to sell stock (delta hedging), amplifying the decline and further increasing realized volatility. This creates a positive feedback loop that can cause realized volatility to exceed even elevated implied volatility during selloffs.

Pin risk and gamma exposure: Near option expiration, large open interest at specific strikes can cause the underlying to be "pinned" to those strikes, as dealer hedging activity dampens price movement. This phenomenon causes realized volatility to be artificially low near expiry, benefiting short gamma positions.

Earnings and event volatility: Around earnings announcements, implied volatility spikes to price in the binary outcome. Sinclair shows that implied volatility for earnings events is, on average, too high relative to the actual move, but the distribution is extremely variable. The expected value of selling earnings volatility is positive, but the variance of outcomes is high, making it a challenging strategy to pursue systematically.


Part IX: Practical Volatility Trading Strategies

Strategy Construction Principles

Sinclair emphasizes that strategy construction should begin with the forecast, not with the instrument. The decision tree is:

  1. Formulate a volatility view: Will realized volatility exceed or fall below current implied volatility?
  2. Determine the magnitude and confidence of the edge: How large is the discrepancy, and how confident is the forecast?
  3. Choose the instrument: Options, variance swaps, VIX futures, or combinations.
  4. Size the position: Based on edge magnitude, confidence, and risk budget.
  5. Define the hedging protocol: Frequency, method, and cost budget for delta hedging.
  6. Establish exit criteria: Time-based, profit target, or stop-loss.

Strategy 1: Long Volatility via Delta-Hedged Straddles

Buy an ATM straddle (call + put at the same strike) and delta-hedge continuously. This position is long gamma and short theta: it profits from large daily moves (regardless of direction) and loses from time decay.

When to deploy: When the GARCH or EWMA forecast of realized volatility materially exceeds current ATM implied volatility, and the volatility cone confirms that current IV is in a low percentile.

Key risks: Implied volatility may decline further (vega loss), eating into gamma profits. Transaction costs from hedging may erode the edge.

Strategy 2: Short Volatility via Delta-Hedged Strangles

Sell an OTM strangle (OTM put + OTM call) and delta-hedge. This position is short gamma and long theta: it profits from quiet markets and loses from large moves.

When to deploy: When implied volatility is elevated relative to the GARCH forecast and the volatility cone, and the VRP is wide.

Key risks: Tail events can produce catastrophic losses. The position is negatively convex, meaning losses accelerate as the underlying moves further against the position.

Strategy 3: Calendar Spreads for Term Structure Trading

Buy a longer-dated option and sell a shorter-dated option at the same strike. This position profits from changes in the term structure of implied volatility.

When to deploy: When the term structure is abnormally steep (short-dated IV much lower than long-dated IV) or inverted (short-dated IV higher than long-dated IV), and you expect normalization.

Strategy 4: Systematic VRP Harvesting

Systematically sell short-dated options (typically 30-day or shorter) on indices, delta-hedge, and collect the VRP over time. This is the purest expression of the VRP trade.

When to deploy: Continuously, with position size varying based on the current magnitude of the VRP and overall portfolio risk.

Framework 7: Strategy Selection Matrix

StrategyVol ViewPrimary Greek ExposureCapital IntensityTail RiskComplexity
Long straddle (hedged)RV > IVLong gamma, short thetaModerateLimited to premiumModerate
Short strangle (hedged)RV < IVShort gamma, long thetaHigh (margin)Unlimited theoreticallyHigh
Calendar spreadTerm structure normalizationVega neutral (approx.), long/short gammaModerateLimitedModerate
Variance swap (long)RV > IVPure long varianceLow (unfunded)Limited to strikeLow
Variance swap (short)RV < IVPure short varianceHigh (margin/collateral)Unlimited theoreticallyLow
VRP harvestingSystematic short volShort gamma, long thetaHighSevere in crashesHigh

Part X: Risk Management for Volatility Books

Chapter-Level Risk Management

Sinclair's risk management framework for volatility books is multi-layered, reflecting the unique risk characteristics of options portfolios.

Position-Level Risk

Each position must be assessed for:

  • Maximum loss scenario: What happens if volatility doubles? Triples? What happens on a 5-sigma move in the underlying?
  • P&L attribution: What fraction of the position's expected P&L comes from gamma vs. vega vs. theta? Is the position primarily a volatility trade or an implied volatility directional bet?
  • Greeks decay: How will the position's risk profile change as time passes and the underlying moves?

Portfolio-Level Risk

Volatility portfolios face correlation risks that individual position analysis cannot capture:

  1. Cross-asset vol correlation: Volatilities across assets are positively correlated, especially during crises. A portfolio that is short vol across many assets may appear diversified but is actually concentrated in a single risk factor: aggregate market volatility.

  2. Vol-of-vol risk: The variance of volatility itself (vol-of-vol) can spike during regime transitions, causing mark-to-market losses on positions that may ultimately be profitable.

  3. Liquidity risk: During crises, options bid-ask spreads widen dramatically, and delta hedging becomes expensive or impossible. A position that looks profitable in normal markets may be forced closed at a loss during liquidity crises.

Scenario Analysis and Stress Testing

Sinclair advocates for scenario-based risk management rather than purely statistical approaches (VaR):

Framework 8: Stress Test Scenarios for Vol Books

ScenarioUnderlying MoveIV ChangeHedge Cost ImpactHistorical Precedent
Flash crash-10% in minutes+30 vol ptsHedging impossible during eventMay 2010, Aug 2015
Slow grind sell-off-20% over 2 months+15 vol ptsElevated but manageableQ4 2018
Volatility spike and reversal-5% then +5%+20 then -15 vol ptsHigh during spikeFeb 2018 (Volmageddon)
Persistent low volFlat for 6 months-5 vol pts from already low levelsLow2017
Regime change+/- 3% daily for weeks+25 vol pts, sustainedVery highMarch 2020

Key Insight: "VaR tells you the minimum loss you should expect in the worst 5% of days. It tells you nothing about the maximum loss. For short volatility portfolios, the maximum loss is the relevant risk measure, not the average bad day."

Position Sizing

Sinclair advocates for position sizing based on the Kelly criterion, modified for practical constraints:

f* = edge / variance_of_payoff

Where f* is the optimal fraction of capital to risk. However, he strongly recommends using a fraction of Kelly (typically 0.5 * Kelly or less) for several reasons:

  1. Edge estimation is uncertain, and overestimating the edge leads to catastrophic overbetting.
  2. The Kelly criterion assumes infinite time horizon and log-utility preferences, which may not match the trader's actual situation.
  3. Drawdowns at full Kelly can exceed 50%, which is psychologically and institutionally intolerable.

Part XI: Advanced Topics

Implied Volatility Surface Dynamics

Sinclair discusses the implied volatility surface (the two-dimensional function of implied volatility across strikes and expirations) and its dynamics:

The Smile/Skew: For equity options, implied volatility is typically highest for low-strike (OTM put) options and lowest for high-strike (OTM call) options. This pattern, called the skew or smirk, reflects the market's pricing of jump risk, the leverage effect, and institutional demand for downside protection.

Sticky Strike vs. Sticky Delta: Two models of how the implied volatility surface moves as the underlying price changes:

ModelBehaviorWhen It Applies
Sticky StrikeIV at each fixed strike remains constant as S movesQuiet markets, short-term
Sticky DeltaIV at each fixed delta (moneyness) remains constantTrending markets, longer-term

In practice, the surface dynamics are intermediate between these two models, and the regime can shift. Understanding which model currently applies is essential for accurate delta hedging, because the two models imply different deltas for the same option.

Transaction Cost Analysis

Sinclair provides a rigorous framework for incorporating transaction costs into volatility trading decisions. The break-even edge (minimum difference between realized and implied volatility needed to cover hedging costs) is approximately:

Break-even edge = (spread / 2) * sqrt(252 / n_hedges) * (1 / (S * sqrt(dt)))

Where spread is the bid-ask spread of the underlying, n_hedges is the number of hedges per year, and dt is the average time between hedges. This formula shows that transaction costs create a non-trivial hurdle rate that must be exceeded for a volatility trade to be profitable.


Critical Analysis

Strengths

  1. Mathematical rigor without inaccessibility: Sinclair presents formulas and derivations at a level that is challenging but not impenetrable for practitioners with a quantitative background. He consistently motivates the mathematics with economic intuition.

  2. Honest about limitations: Unlike many trading books that promise easy profits, Sinclair is unflinching about the challenges of volatility trading. He explicitly discusses the risks, costs, and conditions under which his strategies fail.

  3. Bridges theory and practice: The book moves seamlessly between academic concepts (GARCH theory, BSM derivation) and practical concerns (transaction costs, hedging frequency, position sizing). This bridge is rare in the options literature.

  4. The volatility risk premium framework: Sinclair's treatment of the VRP is among the best in the practitioner literature, properly distinguishing between forecast error and risk compensation.

  5. P&L attribution: The gamma P&L formula and its implications for hedging frequency are presented with exceptional clarity. This single concept is worth the price of the book for any aspiring volatility trader.

Weaknesses

  1. Assumes substantial mathematical background: Readers without comfort in calculus, statistics, and stochastic processes will struggle. The book makes no concessions to the mathematically unprepared.

  2. Limited treatment of market microstructure: The book focuses on theoretical and statistical aspects of volatility trading but gives relatively less attention to the microstructural mechanics of how volatility is actually traded in modern electronic markets.

  3. Regime change vulnerability: The GARCH and EWMA forecasting models, while superior to implied volatility on average, can fail catastrophically during regime changes. Sinclair acknowledges this but does not provide a fully satisfactory solution.

  4. Single-asset focus: Most of the analysis assumes single-asset volatility trading. Cross-asset volatility strategies, correlation trading, and dispersion trading receive limited attention.

  5. Pre-Volmageddon publication: The first edition (2008) predated the explosion in volatility products (VIX ETPs, weekly options) and the associated volatility-of-volatility dynamics that have reshaped the landscape. The second edition (2013) addresses some of these developments but still predates the February 2018 volatility spike that destroyed several short-volatility products.

Who Should Read This Book

This book is essential reading for:

  • Quantitative options traders who want to trade volatility systematically rather than directionally.
  • Options market makers who need to understand the sources of their edge and the risks of their inventory.
  • Risk managers overseeing options books who need to understand gamma, vega, and the volatility risk premium.
  • Quantitative researchers studying volatility forecasting and options pricing.
  • Sophisticated retail traders with strong quantitative backgrounds who want to move beyond basic options strategies.

It is not suitable for:

  • Beginners in options trading (start with Natenberg or Hull first).
  • Traders seeking simple, rules-based directional strategies.
  • Anyone uncomfortable with mathematical notation and statistical concepts.

Recommended Further Reading

  1. "Option Volatility and Pricing" by Sheldon Natenberg - The standard introductory text on options pricing and volatility. Provides the foundation that Sinclair's book builds upon.

  2. "The Volatility Surface" by Jim Gatheral - A more mathematically advanced treatment of implied volatility surface modeling. Essential for traders working with exotic options or complex vol surfaces.

  3. "Dynamic Hedging" by Nassim Nicholas Taleb - A practitioner's guide to options hedging that complements Sinclair's work with additional emphasis on tail risk and anti-fragile positioning.

  4. "Positional Option Trading" by Euan Sinclair - Sinclair's follow-up book (2020) that extends the framework to include more practical position management, trade structuring, and the psychological aspects of options trading.

  5. "Options, Futures, and Other Derivatives" by John C. Hull - The canonical academic textbook on derivatives. Provides the theoretical foundations for BSM, the Greeks, and volatility modeling in a more formal mathematical framework.

  6. "Volatility and Correlation" by Riccardo Rebonato - A comprehensive treatment of volatility modeling for interest rate derivatives, with extensive discussion of GARCH, stochastic volatility, and model calibration.

  7. "Trading Volatility" by Colin Bennett - Santander's guide to volatility trading, available as a free PDF. Provides excellent practical coverage of variance swaps, VIX futures, and volatility surface dynamics.

  8. "Expected Returns" by Antti Ilmanen - Provides the broader asset pricing context for understanding the volatility risk premium alongside other risk premia (equity, credit, carry, momentum).

  9. "Frequently Asked Questions in Quantitative Finance" by Paul Wilmott - A reference work that clarifies many of the mathematical concepts Sinclair uses, presented in an accessible Q&A format.

  10. "The Black Swan" by Nassim Nicholas Taleb - The philosophical counterpoint to systematic short-volatility strategies. Essential reading for anyone who plans to sell options, as a reminder of the risks that statistical models cannot fully capture.


Conclusion

Euan Sinclair's "Volatility Trading" stands as one of the most intellectually honest and practically useful books in the quantitative options literature. Its core contribution is a complete, coherent framework for treating volatility as a tradeable asset class: from measurement (range-based estimators) through forecasting (GARCH and EWMA) through pricing (BSM and its limitations) through execution (delta hedging mechanics and P&L attribution) through risk management (position sizing, stress testing, and portfolio construction).

The book's central insight -- that the volatility risk premium is persistent, measurable, and tradeable, but not free -- is a mature perspective that respects both the opportunity and the risk. Sinclair does not promise easy profits. He demonstrates that systematic volatility trading requires mathematical sophistication, operational discipline, adequate capitalization, and the psychological fortitude to endure periodic large drawdowns in pursuit of long-run positive expected value.

The gamma P&L formula and its implications for hedging frequency represent perhaps the single most important conceptual contribution. Understanding that volatility trading P&L is path-dependent and gamma-weighted transforms the trader's approach from naive comparison of implied vs. realized volatility to a nuanced analysis of when and where realized volatility occurs relative to the option's strike and expiry. This understanding separates the amateur from the professional volatility trader.

For the modern practitioner, the book's GARCH-based forecasting framework remains relevant despite advances in machine learning and alternative data. The fundamental insight -- that simple time-series models contain information about future volatility that is not fully impounded in implied volatility -- continues to hold empirically. The trader who combines Sinclair's forecasting framework with modern tools (intraday data, cross-asset signals, order flow analytics) has an even more powerful platform than what the book describes.

Ultimately, "Volatility Trading" teaches its reader to think about options markets in the correct way: not as a casino where directional bets are leveraged, but as a marketplace where the price of uncertainty is determined by the interaction of hedgers, speculators, and market makers, and where a disciplined, quantitative approach to forecasting and risk management can extract a genuine, if demanding, edge. That edge is the volatility risk premium, and this book is the definitive practitioner's guide to harvesting it.

Log in to mark this book as read, save it to favorites, and track your progress.

GreenyCreated by Greeny