Skip to content

Put Delta

First derivative of the Black-Scholes put price with respect to the underlying. Equal to call delta minus 1 by put-call parity.

When to use: Use to size or hedge put exposure. Negative delta reflects the put's inverse relationship with the underlying.

Calculator

Formula

Δput=N(d1)1\Delta_{\text{put}} = N(d_1) - 1

Variables

SymbolNameDescriptionUnit
DeltaDeltaChange in option price per $1 change in the underlyinginteger
SStock PriceCurrent price of the underlying$
StrikeStrike PriceExercise price of the option contract$
RfRisk-Free RateContinuously compounded annual risk-free rate as a decimal%
SigmaVolatilityAnnualized volatility of the underlying as a decimal (e.g. 0.25 for 25%)%
TTime to ExpirationTime to expiration in years (e.g. 0.25 for 3 months)years

Real-Life Examples

Example 1: ATM Put Delta, 30% Vol, 90 Days

Stock at $100, $100-strike 90-day put, r = 4%, σ = 30%.

Given

S = 100Strike = 100Rf = 0.04Sigma = 0.3T = 0.25

Step-by-Step

1.d1 = 0.1417
2.Δ_put = N(0.1417) − 1 ≈ 0.5563 − 1 = −0.4437
Result:-0.44

Each $1 rise in the stock drops the put price by ~$0.44. Equivalently, you can read |Δ_put| = 0.44 as a rough approximation of the chance the put finishes ITM.

Frequently Asked Questions

Strictly between −1 and 0. Deep OTM puts approach 0; deep ITM puts approach −1. ATM puts are slightly less negative than −0.50 (mirror of the call delta drift).

Differentiate put-call parity (C − P = S − K·e^(−rT)) with respect to S: ∂C/∂S − ∂P/∂S = 1, so Δ_call − Δ_put = 1.