The Black-Scholes Option Pricing Model | 布莱克-舒尔斯期权定价模型

📚 The Black-Scholes Option Pricing Model | 布莱克-舒尔斯期权定价模型

The Black-Scholes option pricing model is one of the most important tools in mathematical finance. It provides a closed-form solution for the theoretical price of European-style options, enabling traders and investors to hedge and price derivatives systematically. For students, it is a beautiful application of stochastic calculus, partial differential equations, and probability theory.

布莱克-舒尔斯期权定价模型是数学金融中最重要的工具之一。它为欧式期权提供了一个解析解,使得交易者和投资者能够系统地定价和对冲衍生品。对学生而言,它是随机微积分、偏微分方程和概率论的一个优美应用。


1. Options Basics | 期权基础

A call option gives the holder the right, but not the obligation, to buy an underlying asset at a specified strike price K within a specified time T. A put option gives the right to sell. European options can only be exercised at expiration, while American options can be exercised any time before expiration.

看涨期权赋予持有者在指定时间T内以指定行权价K买入标的资产的权利,但没有义务。看跌期权则赋予卖出的权利。欧式期权只能在到期日行权,而美式期权可以在到期前任意时间行权。

The payoff of a European call at expiration is max(ST − K, 0), where ST is the asset price at time T. The payoff of a put is max(K − ST, 0). These payoffs are the foundation for deriving the option price before expiration.

欧式看涨期权在到期时的收益为 max(ST − K, 0),其中 ST 是到期时的资产价格。看跌期权的收益为 max(K − ST, 0)。这些收益是推导到期前期权价格的基础。


2. The Model Assumptions | 模型假设

The Black-Scholes model relies on a set of simplifying assumptions:

布莱克-舒尔斯模型依赖一组简化假设:

1. The underlying asset price follows a geometric Brownian motion with constant drift μ and constant volatility σ.

1. 标的资产价格遵循几何布朗运动,具有常数漂移率 μ 和常数波动率 σ。

2. There are no transaction costs or taxes, and short selling is allowed.

2. 不存在交易成本和税收,允许卖空。

3. The risk-free interest rate r is constant and known.

3. 无风险利率 r 是常数且已知。

4. The underlying asset pays no dividends during the life of the option.

4. 在期权存续期内标的资产不支付股息。

5. The market is frictionless and arbitrage opportunities are absent.

5. 市场无摩擦,不存在套利机会。


3. The Black-Scholes Formula | 布莱克-舒尔斯公式

The Black-Scholes formula gives the price of a European call option C and a European put option P:

布莱克-舒尔斯公式给出了欧式看涨期权 C 和欧式看跌期权 P 的价格:

C = S N(d₁) − K e−rT N(d₂)

P = K e−rT N(−d₂) − S N(−d₁)

where S is the current price of the underlying asset, K is the strike price, T is time to maturity in years, r is the continuously compounded risk-free rate, and σ is the volatility of the asset returns. N(x) is the cumulative distribution function of the standard normal distribution.

其中 S 是标的资产的当前价格,K 是行权价,T 是以年为单位的到期时间,r 是连续复利无风险利率,σ 是资产收益的波动率。N(x) 是标准正态分布的累积分布函数。

The terms d₁ and d₂ are given by:

d₁ 和 d₂ 由下式给出:

d₁ = [ln(S/K) + (r + σ²/2)T] / (σ√T)

d₂ = d₁ − σ√T


4. Understanding the Variables | 理解公式中的变量

Each variable has an intuitive financial meaning. The current asset price S reflects the market’s present valuation. The strike price K is the agreed exchange price. Time to maturity T affects the option’s time value: longer time allows more uncertainty and therefore higher premiums.

每个变量都有直观的金融含义。当前资产价格 S 反映了市场的现时估值。行权价 K 是约定的交换价格。到期时间 T 影响期权的时间价值:时间越长,不确定性越大,因此权利金越高。

Volatility σ measures the dispersion of returns. Higher volatility increases the chance of extreme price movements, making options more valuable regardless of direction. The risk-free rate r is used to discount future payoffs; a higher r raises call prices and lowers put prices, all else equal.

波动率 σ 衡量收益的离散程度。更高的波动率增加了极端价格变动的可能性,使期权无论方向如何都更有价值。无风险利率 r 用于折现未来收益;在其他条件相同时,较高的 r 会提高看涨期权价格并降低看跌期权价格。

The function N(d) can be interpreted as a probability: N(d₁) is the risk-neutral probability that the option is exercised, adjusted for the expected value of the stock price in the risk-neutral world, while N(d₂) is the probability that the option expires in the money under the risk-neutral measure.

函数 N(d) 可以解释为概率:N(d₁) 是在风险中性世界中期权被行权的概率(并根据股票价格的期望值调整),而 N(d₂) 是期权在风险中性测度下到期实值(价内)的概率。


5. Risk-Neutral Valuation | 风险中性定价

One key insight of Black-Scholes is that the option price does not depend on the expected return μ of the asset, but only on the risk-free rate r. This is achieved by changing the probability measure to a risk-neutral world, where all assets grow at the risk-free rate.

布莱克-舒尔斯的一个关键洞见是:期权价格不依赖于资产的期望收益 μ,而只依赖于无风险利率 r。这是通过将概率测度转变为风险中性世界实现的,在该世界中所有资产以无风险利率增长。

In a risk-neutral world, the discounted expected payoff of the option equals its fair price. For a call, this can be written as:

在风险中性世界中,期权的折现期望收益等于其公平价格。对于看涨期权,可以写成:

C = e−rT E[ max(ST − K, 0) ]

Here, E[·] is taken under the risk-neutral measure, where ST follows a lognormal distribution with mean (r − σ²/2)T and variance σ²T. This expectation is then evaluated analytically to produce the Black-Scholes formula.

此处 E[·] 是在风险中性测度下取的期望,其中 ST 服从对数正态分布,其对数收益的均值为 (r − σ²/2)T,方差为 σ²T。这个期望随后被解析地计算,从而得到布莱克-舒尔斯公式。


6. Stochastic Calculus Foundation | 随机微积分基础

The Black-Scholes model assumes the underlying asset follows a geometric Brownian motion:

布莱克-舒尔斯模型假设标的资产遵循几何布朗运动:

dS = μ S dt + σ S dW

where dW is a Wiener process (Brownian motion). The first term μ S dt is the deterministic drift, and the second term σ S dW is the stochastic component.

其中 dW 是维纳过程(布朗运动)。第一项 μ S dt 是确定性漂移,第二项 σ S dW 是随机部分。

To price an option, we construct a portfolio consisting of one option and Δ units of the underlying asset. This portfolio is designed to be instantaneously risk-free, meaning its stochastic component cancels out. By applying Itô’s lemma to the option price V(S,t), we obtain the differential equation.

为了给期权定价,我们构建一个包含一个期权和 Δ 单位标的资产的投资组合。该组合被设计为瞬时无风险,即其随机部分相互抵消。通过对期权价格 V(S,t) 应用伊藤引理,我们得到微分方程。

Itô’s lemma states that for a function V(S,t),

伊藤引理指出,对于函数 V(S,t),

dV = (∂V/∂t + μ S ∂V/∂S + ½ σ² S² ∂²V/∂S²) dt + σ S ∂V/∂S dW


7. Deriving the Black-Scholes PDE | 推导布莱克-舒尔斯偏微分方程

Consider a portfolio Π = V − Δ S. Its change over time dt is dΠ = dV − Δ dS. Substituting dS and dV from Itô’s lemma and choosing Δ = ∂V/∂S eliminates the dW term.

考虑投资组合 Π = V − Δ S。其随时间的变化为 dΠ = dV − Δ dS。将 dS 和 dV 代入伊藤引理,并选择 Δ = ∂V/∂S,就可以消除 dW 项。

The resulting portfolio is risk-free, so it must earn the risk-free rate: dΠ = r Π dt. After simplification, we arrive at the Black-Scholes partial differential equation:

所得投资组合是无风险的,因此它必须获得无风险利率:dΠ = r Π dt。简化后,我们得到布莱克-舒尔斯偏微分方程:

∂V/∂t + r S ∂V/∂S + ½ σ² S² ∂²V/∂S² − r V = 0

This is a linear parabolic PDE. Boundary conditions are provided by the payoff functions. For example, for a European call, V(S,T) = max(S − K, 0). The PDE can be solved using a change of variables to transform it into the heat equation, then solved analytically.

这是一个线性抛物型偏微分方程。边界条件由收益函数提供。例如,对于欧式看涨期权,V(S,T) = max(S − K, 0)。该偏微分方程可以通过变量替换转化为热传导方程来求解,然后得到解析解。

The solution of this PDE with the appropriate boundary conditions yields the Black-Scholes formula. This derivation shows that the option price is unique and consistent with no-arbitrage.

在适当边界条件下求解该偏微分方程,就得到了布莱克-舒尔斯公式。这一推导表明期权价格是唯一的,并且与无套利原则一致。


8. The Greeks | 希腊字母

The Greeks measure the sensitivity of an option price to various parameters. They are essential for risk management. Common Greeks include Delta (Δ), Gamma (Γ), Theta (Θ), Vega (ν), and Rho (ρ).

希腊字母衡量期权价格对不同参数的敏感性,是风险管理中必不可少的工具。常见的希腊字母包括 Delta (Δ)、Gamma (Γ)、Theta (Θ)、Vega (ν) 和 Rho (ρ)。

Delta is the first derivative of the option price with respect to the underlying asset price. For a European call, Δ = N(d₁), and for a put, Δ = N(d₁) − 1.

Delta 是期权价格对标的资产价格的一阶导数。对于欧式看涨期权,Δ = N(d₁);对于欧式看跌期权,Δ = N(d₁) − 1。

Gamma is the second derivative with respect to S. Theta is the derivative with respect to time, representing time decay. Vega is the derivative with respect to volatility, indicating how much the option price changes with a 1% change in volatility. Rho is the derivative with respect to the risk-free rate.

Gamma 是期权价格对 S 的二阶导数。Theta 是对时间的导数,代表时间衰减。Vega 是对波动率的导数,表示波动率变化 1% 时期权价格的变化。Rho 是对无风险利率的导数。

These Greeks allow traders to hedge positions and assess risk exposure. For example, a delta-neutral portfolio has zero Delta, protecting against small price movements in the underlying asset.

这些希腊字母使交易者能够对冲头寸并评估风险暴露。例如,Delta 中性投资组合的 Delta 为零,可以抵御标的资产价格的小幅变动。


9. Applications and Limitations | 应用与局限

The Black-Scholes model is widely used for pricing European options, especially in indices, currencies, and commodities. It is also a building block for more advanced models, such as the Black-76 model for futures and the Garman-Kohlhagen model for foreign exchange.

布莱克-舒尔斯模型广泛用于欧式期权定价,尤其是在指数、外汇和大宗商品中。它也是更高级模型的基础,例如用于期货的 Black-76 模型和用于外汇的 Garman-Kohlhagen 模型。

However, the model has significant limitations. It assumes constant volatility, constant interest rates, no dividends, and continuous trading. Real markets exhibit volatility smiles and skews, jumps, transaction costs, and dividends, which can cause observed option prices to deviate from model prices.

然而,该模型存在显著的局限性。它假设波动率恒定、利率恒定、无股息且连续交易。真实市场存在波动率微笑和偏斜、跳跃、交易成本以及股息,这些都可能使观测到的期权价格偏离模型价格。

Despite these limitations, the Black-Scholes model remains a benchmark. Practitioners often use it as a starting point and adjust for known biases. The implied volatility, for instance, is the volatility that makes the model price equal to the market price; it is used to quote option prices and monitor market sentiment.

尽管存在这些局限,布莱克-舒尔斯模型仍然是一个基准。实践者常将其作为起点,然后针对已知偏差进行调整。例如,隐含波动率是使模型价格等于市场价格的波动率,它被用于报价和监测市场情绪。


10. Exam Tips for Students | 学生考试要点

For A-level and university-level examinations, you should be able to state the Black-Scholes formula, identify each variable, and compute d₁ and d₂. Some exams may ask you to calculate the call or put price given numerical values; you will need a standard normal table or a calculator with normal distribution functions.

对于 A-level 和大学水平的考试,你应该能够写出布莱克-舒尔斯公式,识别每个变量,并计算 d₁ 和 d₂。有些考试可能要求你用给定数值计算看涨或看跌期权价格;你需要标准正态分布表或带有正态分布功能的计算器。

Remember to convert the time to maturity T into years and use the continuously compounded interest rate. If the rate is given as an annual effective rate, convert it using r = ln(1 + r_annual). Also, ensure that the volatility σ is expressed in annual terms, not daily or monthly.

记住将到期时间 T 转换为以年为单位并采用连续复利利率。如果利率以年度有效利率给出,使用 r = ln(1 + r_annual) 转换。此外,确保波动率 σ 以年化为单位,而不是日或月。

When solving problems, always check the put-call parity relationship: C − P = S − K e−rT. This can help you verify your results. Also, understand the effect of each parameter on option prices: as S, r, and σ increase, call prices generally increase; as K and T (for European options with no dividends) change, the effects depend on the situation.

在解题时,始终检查看涨-看跌平价关系:C − P = S − K e−rT。这可以帮助你验证结果。同时,理解每个参数对期权价格的影响:随着 S、r 和 σ 增大,看涨期权价格通常升高;K 和 T(对于无股息欧式期权)的变化则需视情况而定。

Finally, be comfortable with the risk-neutral valuation framework. Questions often ask you to explain why the expected return of the asset does not appear in the equation. Emphasize the replication argument: the option can be replicated by a dynamic portfolio of the stock and the risk-free bond, which fixes the price.

最后,要熟悉风险中性定价框架。问题经常要求你解释为什么资产的期望收益不出现在方程中。强调复制论证:期权可以通过股票和无风险债券的动态组合复制,从而确定其价格。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading