Setup
From Single Option to Book-Level Risk
A single option's Greeks are straightforward to compute. A trading book is a collection of hundreds to thousands of positions across different underlyings, strikes, maturities, and option types. Aggregating these into meaningful, actionable risk metrics requires:
- Netting: which positions offset each other.
- Bucketing: grouping by the risk factor that drives each position.
- Ladder construction: expressing sensitivities as a vector indexed by market pillars.
- Cross-Greeks: second-order sensitivities that matter for books with large vega.
None of these is trivial. A common error is to aggregate Greeks naively and miss the distinction between a flat ladder (no net risk) and a butterfly (zero net vega but large volga). The two have identical total vega but completely different risk profiles.
Notation and Sign Conventions
Throughout:
- : portfolio value, where is the position (positive = long, negative = short) and the per-unit option price.
- Portfolio Greeks are additive for positions in the same underlying: . This is exact under the Black-Scholes flat-smile model; under smile models, the aggregation is approximate (because delta depends on the smile model, which is a portfolio-level calibration).
- All Greeks computed at market mid-prices under a consistent model (e.g., Black-Scholes with the implied vol for each option).
Netting and Bucketing
Delta Netting
Delta is aggregated across all positions in the same underlying:
A delta-neutral book requires , achieved by holding shares of the underlying. Note: delta netting applies within a single underlying. Across underlyings, deltas cannot be netted (a long delta in EURUSD and a short delta in GBPUSD are distinct risks).
Gamma Bucketing
Gamma is additive across positions in the same underlying:
However, the total net gamma is less informative than the gamma profile — the gamma as a function of spot. A long ATM straddle and a short OTM strangle may have similar total gammas but completely different profiles: the straddle has concentrated gamma at current spot, while the strangle has distributed gamma at the wings. The profile determines the P&L distribution under different spot moves.
Gamma bucketing by moneyness: divide positions into buckets by (log-moneyness) and report for each bucket. This reveals concentrations.
Theta Aggregation
For a delta-and-gamma-neutral book, the net theta is:
from the BS PDE. A flat gamma book has flat theta. A long gamma book pays theta.
Vega Ladder Construction
The Implied Vol Surface as a Risk Factor
The implied vol surface is a function of two variables. The option book's P&L from a move in the surface is:
where is the vega ladder entry at pillar . The vega ladder has dimensions (number of strike pillars) (number of maturity pillars).
Constructing the Vega Ladder
For each surface pillar :
where is the unit bump at pillar and (1 vol point). Each entry requires two full portfolio repricings (or one complex-step repricing). For a surface with pillars, this is 70 repricings (or 35 complex steps) per risk run.
Term structure of vega. Summing across strikes for each maturity bucket:
The vega term structure shows how the book's vol sensitivity is distributed across maturities — short-dated vega is more volatile (short-dated vol moves more) but also hedged more cheaply. Long-dated vega is more stable but harder to hedge (fewer liquid instruments at long maturities).
Vega-weighted by maturity: some desks report (vega normalised by the vol scaling ), which gives a "volatility-normalised" sensitivity comparable across maturities.
Cross-Greeks: Vanna and Volga in Portfolio Context
Why Cross-Greeks Matter
For a portfolio with significant vega, the second-order P&L from simultaneous moves in spot and vol is:
For equity options, and are negatively correlated (leverage effect: when spot falls, vol rises). This means the vanna term is typically negative for a long call book (positive vanna, negative correlation → negative cross-term P&L on a vol spike combined with a spot drop).
Vanna at Portfolio Level
Portfolio vanna is additive:
Sign structure:
- OTM calls (): positive vanna. As vol rises, delta increases (options become more likely to expire ITM).
- ITM calls (): negative vanna. As vol rises, delta decreases (delta moves toward 1 more slowly).
- At-the-money (): vanna .
A risk-reversal (long OTM call, short OTM put) is long vanna: its delta increases when vol rises and decreases when vol falls — consistent with negative spot-vol correlation in equity markets, which means the risk-reversal profits from the correlation.
Volga at Portfolio Level
Sign structure:
- OTM options (both and large, same sign): positive volga. These options have convex prices in vol — they benefit from large vol moves in either direction.
- ATM options (, ): volga proportional to ... wait, for ATM: , so volga at-the-money.
Correction: recall , so for ATM (, ): , . Product . So ATM options have negative volga under BS — surprising, and correct: the ATM vega is maximised, so its second derivative in vol is negative (it's a maximum). OTM options have positive volga (their vega is increasing in vol at OTM strikes).
A strangle (long OTM call + long OTM put) is long volga: it profits from large vol moves in either direction, making it a pure vol convexity position.
Vanna-Volga Pricing of Exotics
The vanna-volga method is a practitioner approach for pricing FX exotic options. Given the prices of three vanilla options (ATM, 25-delta call, 25-delta put), one can exactly replicate the vanna and volga of any exotic by a linear combination of these three. The cost of this replication in the market is used as a correction to the BS price:
The method is approximate (it assumes the third-order terms are negligible) but widely used in FX options for first-cut pricing of barrier options when a full stochastic vol calibration is unavailable.
DV01 and Fixed Income Aggregation
For books with both equity and rates exposure (e.g., convertible bonds, equity-linked notes), the interest rate sensitivity is reported via DV01:
expressed as the P&L from a 1bp decrease in rates (hence the negative sign: lower rates → higher bond values → positive DV01).
DV01 ladder: sensitivity to a 1bp shift at each tenor point of the yield curve (1m, 3m, 6m, 1y, 2y, 5y, 10y, 20y, 30y). A bond with 10-year maturity has DV01 concentrated in the 10y bucket; a swap portfolio has DV01 distributed across all its fixed and floating legs.
Key vs. parallel: a DV01 ladder shows the key-rate sensitivities (shift only one tenor). The total parallel DV01 (sum of all entries) measures sensitivity to a parallel shift of the entire curve.
Limitations
Additivity under non-flat smile. Black-Scholes Greeks are additive because the model is linear. Under a stochastic vol model (Heston, SABR), the correct delta is model-dependent and not simply the sum of individual BS deltas. Specifically, the model delta includes a correction for the smile:
where captures how the implied vol changes as the spot moves (the smile dynamics). For a portfolio under smile-adjusted deltas, individual option deltas are not additive in a simple way — the whole portfolio must be re-priced under the model.
Cross-position netting of higher-order Greeks. Vanna and volga are additive in principle, but the hedging interpretation of net vanna/volga requires knowing the joint distribution of and . A book with zero net vanna but large individual vanna positions in different strikes is not truly vanna-neutral — the hedges may cancel on average but not in tail scenarios.
Correlation risk. The interaction term Vanna assumes a correlation between spot and vol moves. In a crisis, this correlation can change dramatically (e.g., in March 2020, the leverage effect was extreme). Correlation risk is a form of model risk not captured by standard Greeks.
Interview Angle
L1. What is a vega ladder? How many repricings are required to construct a vega ladder over a surface with 5 maturities and 7 strikes using central differences?
A vega ladder is the matrix of sensitivities for each surface pillar. For central differences: 2 repricings per pillar 35 pillars = 70 repricings. For complex-step: 1 complex repricing per pillar = 35 complex (more expensive per reprice, but fewer). Practical desks use AAD or analytic Greeks where available; bump-reval for the remaining non-analytic exotic positions.
L2. Explain the sign of vanna for OTM calls. Why does a risk-reversal have positive vanna, and why is this relevant for equity options under the leverage effect?
OTM call: (the risk-neutral probability of expiring ITM is below 0.5). Vanna = . As vol rises, and both shift toward zero (the distribution widens), increasing (the delta) for an OTM call. So long OTM calls are long vanna: their delta is positively correlated with vol.
A risk-reversal (long OTM call, short OTM put) combines positive call vanna and negative put vanna. But for an OTM put, as well (both calls and puts at the same |moneyness| have the same vanna sign for the BS formula applied separately — the difference is in the sign of the position). Net: long OTM call vanna + short OTM put vanna (put vanna is also positive — but the short position flips sign). Actually a risk reversal where you're long OTM call and short OTM put — the call contributes positive vanna, the put contributes negative vanna (short put = short vanna) — so net vanna is long. In equity markets with the leverage effect (): on a spot drop, the risk-reversal loses on vanna: positive vanna × (negative ) × (positive ) = negative P&L. This is a well-known risk of risk-reversals in equity markets.
L3. Derive the portfolio delta under a sticky-delta smile model. Compare with the BS delta and explain why the two can differ by 0.1 or more for near-the-money options on volatile underlyings.
Under a sticky-delta smile model, implied vol depends on the moneyness ratio — not on absolute . So as changes by , all strikes' implied vols change to keep constant.
The chain rule gives:
For a sticky-delta surface with skew slope (in log-moneyness ):
So: .
For ATM with , (3 months), (a moderate equity skew of 3 vol points per 10% moneyness change): the correction term is . A 6-point delta correction is substantial — it moves the hedge ratio from 0.5 to 0.56 for an ATM call, changing the number of shares to hold by 12%.