How the Vega Exposure Score works.
A short, explicit description of the formulas, thresholds, sign convention, and what the model deliberately simplifies.
What it measures
The Vega Exposure Score estimates the dollar impact of an implied volatility move on a single-leg option position, then expresses that impact as a percentage of a stated portfolio value. The output is a category — Low, Moderate, Elevated, or High — together with the underlying numbers.
The score is intentionally simple. It is intended to build intuition about volatility exposure, not to replace position-level Greeks reporting from a broker or risk system.
Inputs
- Vega per contract
- The estimated dollar change in the option's price for a one percentage point change in implied volatility. Per-contract vega is what tools like VegaCalculator.com produce.
- Number of contracts
- How many option contracts make up the position.
- Contract multiplier
- The unit conversion between one contract and the underlying. Standard U.S. equity options use 100.
- Expected IV move
- The hypothetical change in implied volatility, in percentage points (not relative percent). A move from 25% IV to 30% IV is a 5-point move.
- Position direction
- Long or short. Long positions gain when IV rises; short positions lose. The model uses this to apply the correct sign to the impact.
- Portfolio value
- The total value the impact is being scaled against. Determines the exposure percentage and the resulting category.
Formulas
Total vega exposure
Total vega exposure = vega per contract × contracts × contract multiplier
Reported in dollars per one percentage point IV move. With defaults of 0.12 vega, 10 contracts, and a 100 multiplier, total exposure is 0.12 × 10 × 100 = $120 per 1pp.
Estimated impact
Estimated impact = total vega exposure × IV move × sign
sign = +1 for long options
sign = -1 for short options
A long position with $120 of vega exposure and a 5-point IV rise produces an estimated +$600 impact. The same position held short produces -$600.
Exposure percentage
Exposure % = |estimated impact| / portfolio value × 100
Absolute value — the category reflects magnitude, not direction. A $600 impact against a $10,000 portfolio is 6.00%.
Category thresholds
| Category | Exposure % range | Reading |
|---|---|---|
| Low | under 2% | The IV move would be a small line item against the portfolio. |
| Moderate | 2% to under 5% | Noticeable; comparable in scale to a typical daily portfolio swing. |
| Elevated | 5% to under 10% | Material; the IV move is a meaningful contributor to portfolio P&L. |
| High | 10% or more | Concentrated volatility risk; the position is large relative to the portfolio. |
These cutoffs are heuristic. They are not an industry standard. They were chosen to map to retail portfolio scales where a 2% daily move is typical, a 5% move is noticeable, and a 10% move is large.
Sign convention
By the convention used here, vega is always reported as a positive number per contract; the sign of the position (long or short) determines the sign of the impact. This matches how most retail tools display vega. Some institutional platforms instead report negative vega for short positions directly — the math is the same either way.
What the model intentionally simplifies
- Single-leg only
- The tool models one position at a time. Multi-leg structures (spreads, condors, straddles) are handled by computing each leg's exposure and summing the impacts. The examples page walks through this.
- First-order only
- Only vega is used. Second-order Greeks like vanna (vega's sensitivity to spot) and volga (vega's sensitivity to volatility) are ignored. For small IV moves this is fine; for large ones, second-order effects matter.
- Flat IV surface
- Implied volatility is treated as a single number. Real options have a volatility smile across strikes and a term structure across expirations; an IV move rarely shifts every strike and tenor by the same amount.
- No correlation across positions
- When summing across legs or positions, the model does not account for correlations between underlyings. A portfolio of options on correlated names is more concentrated than the raw sum suggests.
- Static
- The IV move is treated as instantaneous, with no accompanying time decay or change in the underlying price. Real IV moves usually happen alongside spot moves.
- No path dependency
- The model assumes a one-step jump from the current IV level to the target. The path the IV takes between them does not affect the result.
What this means in practice
The output is a sanity check, not a P&L forecast. It is most useful for comparing positions ("which of these has more volatility exposure?"), checking concentration ("am I over-weighted in vega relative to my portfolio?"), and stress-testing scenarios ("what would a 10-point IV spike do?"). It is not appropriate for live risk management or hedging decisions, which should rely on a real options risk system.