What is vega?

Vega measures how much an option's theoretical price changes for a 1-vol-point (1%) shift in implied volatility. A call with vega of 0.15 gains $0.15 (per share) when IV rises 1 point and loses $0.15 when IV falls 1 point. Portfolio vega aggregates across all option legs with signs (long options add positive vega, short options subtract). Positive portfolio vega profits when IV expands; negative profits when IV crushes.

Calculation type: Closed-form Greek from BSM Method version: 1.0 Date reviewed: 2026-07-04

Formula

From the Black-Scholes-Merton model, vega is the derivative of the option price with respect to volatility:

Vega = S × φ(d1) × √T × 0.01

Where:

Vega is the same for calls and puts at the same strike, expiration, and IV (put-call parity guarantees this). Vega is always positive for a long option position — buying options is a bet on higher IV, selling is a bet on lower IV.

Worked example

SPY spot = $520, ATM $520 strike, 30 DTE, ATM IV = 15.2%, risk-free rate = 4.5%. Compute vega for a single call:

d1 = (ln(520/520) + (0.045 + 0.5×0.152²)×(30/252)) / (0.152×√(30/252))
   = (0 + 0.00669) / (0.0525)
   = 0.1274
φ(0.1274) = e^(-0.5×0.1274²) / √(2π)
       = 0.3960
Vega = 520 × 0.3960 × √(30/252) × 0.01
     = 520 × 0.3960 × 0.3450 × 0.01
     = $0.71 per share

Interpretation: if IV moves from 15.2% to 16.2% (a +1 vol point spike), this option's theoretical price rises by ~$0.71 per share, or $71 per contract (100 shares). If IV crushes to 14.2%, price falls by ~$0.71.

Portfolio vega example

Consider a short iron condor on SPY: sell 1 × 505 put + sell 1 × 535 call + buy 1 × 500 put + buy 1 × 540 call, all 30 DTE.

Portfolio vega = −68 − 61 + 55 + 50 = −$24 per +1 vol pt

Interpretation: this iron condor loses $24 for every +1 vol point IV spike (bad if IV expands from 15% to 20%: expected loss = ~$120) and gains $24 for every −1 vol point IV crush (good if IV compresses back to 10%: expected gain = ~$120). This is why iron condors and other short-vol structures are called "vega-negative."

Long-vega vs short-vega positions

Long-vega (profits when IV rises)

  • Long calls or long puts
  • Long straddles / strangles
  • Long calendar spreads (long back-month has more vega than short front-month)
  • Long diagonals
  • Debit spreads (net long option premium)

Ideal entry: when IV is low relative to expected realized vol. Common: pre-earnings when the market is under-pricing the announcement move.

Short-vega (profits when IV crushes)

  • Short calls, short puts (naked or defined)
  • Covered calls, cash-secured puts
  • Iron condors, iron butterflies
  • Credit spreads (vertical, calendar reversed)
  • Short straddles / strangles

Ideal entry: when IV is high relative to expected realized vol. Common: right after earnings or major catalysts when IV is elevated but the event has already resolved.

Why vol-shifted P&L matters (Bloomberg OVME's moat feature)

Traditional payoff diagrams and P&L tables (including those on OptionStrat and most retail platforms) hold IV flat when computing cell values at each price × date point. This is materially misleading for any strategy with non-trivial vega:

Bloomberg's OVME (Option Value & Model Evaluator) function has a scenario tab that shocks IV across all legs and recomputes the P&L grid. This is the "vol-shifted P&L overlay" — the ability to answer "what does my P&L look like if IV crushes 5 points overnight?" or "if a vol spike hits, how much do I lose?"

The OptionIncomeTools payout table (in the covered-call, cash-secured-put, Black-Scholes, and double-calendar calculators) implements this exact feature with an IV shock slider (±20 vol points) and preset buttons. Slide the shock left to see the crush scenario; slide right to see the spike scenario. The vega decomposition panel below the grid always shows portfolio vega + the expected P&L delta for ±5 and ±10 point shocks.

Common misconceptions

"Vega tells me how much the option will move"

No. Vega tells you how much the option will move for a given change in IV. If IV doesn't change, vega is irrelevant. Vega is a sensitivity, not a forecast.

"Higher vega means more risk"

Depends on direction. Higher positive vega means more upside if IV rises AND more downside if IV crushes. Higher negative vega means more upside if IV crushes AND more downside if IV rises. The absolute value is a measure of vega exposure; the sign tells you the direction of that exposure.

"Vega is constant"

No. Vega changes with spot, strike, time, and IV itself. Deep ITM and deep OTM options have lower vega than ATM options because they're closer to intrinsic value (their price is dominated by moneyness, not volatility). Vega decays toward zero as expiration approaches.

"I don't need to think about vega for covered calls"

You do, actually. A covered call is short-vega. When IV crushes (typical post-earnings), your short call gains value faster than the model predicts — that's your vega tailwind. When IV spikes (typical pre-earnings or during volatility events), you take a vega hit. Understanding this decides whether to write CCs before or after earnings.

How OptionIncomeTools uses vega

The site computes vega using the closed-form BSM formula (Vega = S × φ(d1) × √T × 0.01) with these implementation notes:

Related terms

Sources: Black & Scholes (1973), Hull "Options, Futures and Other Derivatives" (Chapter 17, Greek letters). This is educational content, not investment advice — see the full disclaimer. Page last reviewed 2026-07-04.