📘 Black-Scholes Model: Overview & Formulas

Introduction

The Black-Scholes Model is a foundational framework in quantitative finance used to determine the fair value of European-style options. It assumes that the underlying asset follows a geometric Brownian motion with constant volatility and interest rates.

Core Variables

Intermediate Terms

Define:
d₁ = [ln(S/K) + (r − q + σ²/2)·T] / (σ·√T)
d₂ = d₁ − σ·√T

Option Pricing Formulas

Greeks

Note: N′(d₁) is the standard normal probability density function: N′(x) = (1 / √(2π)) · e−x²/2