Options Pricing and the Greeks
Derivatives

Options Pricing and the Greeks

April 28, 202513 min readby QuantArtisan
Black-Scholesderivativesgreeksoptions

Options Pricing and the Greeks

Options are the most versatile instruments in a quantitative trader's toolkit. They allow you to express views on direction, volatility, time, and correlation — often simultaneously. The Greeks are the partial derivatives of the option price with respect to its inputs, and mastering them is the foundation for options trading.

The Black-Scholes Framework

The Black-Scholes model prices European options under the assumption of constant volatility and log-normal price dynamics:

C=S0N(d1)KerTN(d2)C = S_0 N(d_1) - K e^{-rT} N(d_2)

Where:

d1=ln(S0/K)+(r+σ2/2)TσT,d2=d1σTd_1 = \frac{\ln(S_0/K) + (r + \sigma^2/2)T}{\sigma\sqrt{T}}, \quad d_2 = d_1 - \sigma\sqrt{T}

Despite its unrealistic assumptions, Black-Scholes remains the industry standard for quoting and hedging options.

The Five Primary Greeks

Delta (Δ): Rate of change of option price with respect to underlying price. A call with delta 0.5 gains 0.50forevery0.50 for every1 increase in the underlying. Delta is also the hedge ratio — to delta-hedge a long call, short delta shares of the underlying.

Gamma (Γ): Rate of change of delta with respect to underlying price. High gamma means your delta changes rapidly — good if you're long options (you benefit from large moves), bad if you're short options.

Theta (Θ): Rate of change of option price with respect to time. Options lose value as expiration approaches (time decay). Long options have negative theta; short options have positive theta.

Vega (ν): Rate of change of option price with respect to implied volatility. Long options have positive vega — they benefit from volatility increases. This is the primary risk in volatility trading.

Rho (ρ): Rate of change with respect to interest rates. Less important for short-dated options; significant for long-dated instruments.

Implied Volatility and the Volatility Surface

The Black-Scholes model assumes constant volatility, but the market prices options with different implied volatilities at different strikes and expirations — the volatility surface. The volatility smile (higher IV for OTM puts) reflects the market's demand for downside protection. Understanding and trading the volatility surface is the domain of professional options market makers.

Applied Ideas

The frameworks discussed above translate directly into deployable trading logic. Here are concrete next steps for practitioners:

  • Backtest first: Validate any signal-generation or risk-management approach with walk-forward analysis before committing capital.
  • Start small: Deploy with fractional position sizing and paper-trade for at least one full market cycle.
  • Monitor regime shifts: Set automated alerts for when your model detects a regime change — manual review before large rebalances is prudent.
  • Iterate on KPIs: Track Sharpe, Sortino, max drawdown, and win rate weekly. If any metric degrades beyond your predefined threshold, pause and re-evaluate.
  • Combine signals: The strongest edges come from combining uncorrelated signals — pair the ideas in this post with your existing alpha sources.

Found this useful? Share it with your network.