Options Delta¶
OVERVIEW¶
Delta measures the sensitivity of an option's price to a $1 change in the underlying asset's price. It is the most fundamental of the options Greeks and governs directional exposure across every options position in Tapeboard.
| Option Type | Delta Range | Behavior |
|---|---|---|
| Call option | 0.0 to +1.0 | Gains value as underlying rises |
| Put option | −1.0 to 0.0 | Gains value as underlying falls |
| Deep ITM call | ≈ 1.0 | Moves nearly 1-for-1 with underlying |
| At-the-money call | ≈ 0.50 | Moves $0.50 per $1 underlying move |
| Deep OTM call | ≈ 0.0 | Minimal sensitivity to underlying |
Note
Delta also approximates the market-implied probability that the option expires in the money. A 0.25-delta call has approximately a 25% chance of finishing in the money at expiration.
FORMULA¶
Delta is the partial derivative of the option price (V) with respect to the underlying price (S):
Under the Black-Scholes model, the call delta formula is:
| Variable | Definition |
|---|---|
| N() | Cumulative standard normal distribution |
| S | Current underlying price |
| K | Strike price |
| r | Risk-free rate |
| σ | Implied volatility |
| T | Time to expiration in years |
WORKED EXAMPLE¶
NVDA trades at $875. A 30-day call with a $910 strike has a delta of 0.34.
| Scenario | Underlying Move | Delta P&L |
|---|---|---|
| NVDA rises to $880 | +$5 | +$1.70 (0.34 × $5) |
| NVDA falls to $860 | −$15 | −$5.10 (0.34 × $15) |
Delta-equivalent share exposure for one contract (100 shares):
A trader holding 10 contracts carries the directional exposure of 340 shares of NVDA.
Tip
Use Tapeboard's position summary panel to view delta-equivalent share exposure aggregated across all open contracts in real time.
HOW TO USE¶
Position sizing Size options positions by delta-equivalent shares rather than raw contract count to keep directional exposure consistent across different strikes and expiration dates.
Delta hedging Offset directional exposure by buying or shorting the delta-equivalent share quantity. Rebalance continuously as delta drifts with price movement.
| Delta Hedge Scenario | Action |
|---|---|
| Short 100 calls at delta 0.40 | Buy 4,000 shares to hedge |
| Price rises, delta moves to 0.50 | Buy additional 1,000 shares |
| Price falls, delta moves to 0.30 | Sell 1,000 shares to rebalance |
Portfolio-level exposure Sum net delta across all positions to compute total directional exposure expressed in share equivalents or dollar delta. Hedge the aggregate to reach a delta-neutral book.
LIMITATIONS¶
Note
Delta is a linear approximation of a non-linear relationship. For large underlying moves, gamma dominates and the linear estimate breaks down.
| Risk Factor | Description |
|---|---|
| Gamma | Rate of delta change; dominates on large moves |
| Theta | Time decay erodes option value daily |
| Vega | Implied volatility shifts affect option price independently of delta |
| Rebalancing drift | A delta-neutral position requires continuous rebalancing to remain neutral |
A delta-hedged position is not risk-free. Gamma, theta, and vega exposure can each exceed delta P&L over a multi-day hold.