Market Parameters

Python Implementation

Python Black-Scholes Greeks

Real-time calculations using Black-Scholes formula (no dividend yield):

Call: C = S₀N(d₁) - Ke⁻ʳᵀN(d₂)
Put: P = Ke⁻ʳᵀN(-d₂) - S₀N(-d₁)

Option Prices

Call Option

$2.4847
Intrinsic: $0.0000
Time Value: $2.4847

Put Option

$6.1738
Intrinsic: $5.0000
Time Value: $1.1738

Option Greeks

Delta (Δ)

Call: 0.377 Put: -0.623
Price sensitivity to underlying

Gamma (Γ)

Both: 0.038
Delta sensitivity to underlying

Theta (Θ)

Call: -0.026 Put: -0.011
Time decay per day

Vega (ν)

Both: 0.190
Volatility sensitivity

Rho (ρ)

Call: 0.088 Put: -0.171
Interest rate sensitivity