Encyclopedia > Black-Scholes

  Article Content

Black-Scholes

The Black-Scholes model, often simply Black-Scholes, is a model of the varying price over time of financial instruments, and in particular stocks. The Black-Scholes formula is a mathematical formula for the theoretical value of European put and call stock options that may be derived from the assumptions of the model. The equation was derived by Fisher Black and Myron Scholes; the paper that contains the result was published in 1973. They built on earlier research by Paul Samuelson and Robert Merton. The fundamental insight of Black and Scholes was that the call option is implicitly priced if the stock is traded. The use of the Black-Scholes model and formula is pervasive in financial markets.

Table of contents

The model

The key assumptions of the Black-Scholes model are:

These lead to the following formula for the price of a call on a stock currently trading at price S, where the option has an exercise price of K, i.e. the right to buy a share at price K, at T years in the future. The constant interest rate is r and the constant stock volatility is v:

<math>V(S,t)=SN(d_1)-K e^{-rT} N(d_2)</math>

where

<math>d_1=\frac{\log \frac{S}{K}+\left( r+v^{2}/2\right) T}{v\sqrt{T}}</math>
<math>d_2=d_1-v\sqrt{T}</math>.

N is the cumulative Normal distribution function.

The price of a put option may be computed from this by put-call parity and simplifies to:

<math> P(s,t) = Ke^{-rT}N(-d_2)-SN(-d_1) </math>

The Greeks under the Black-Scholes model are also easy to calculate.

Extensions

The above option pricing formula is used for pricing European put and call options on non-dividend paying stocks.

American options are more difficult to value, and a choice of models is available (for example Whaley, binomial options model).

Derivation

1) The Black-Scholes PDE

In this section we derive the partial differential equation (PDE) at the heart of the Black-Scholes model via a no-arbitrage or delta-hedging argument. The presentation given here is informal and we do not worry about the validity of moving between dt meaning an small increment in time and dt as a derivative.

As in the model assumptions above we assume that the underlying (typically the stock) follows a geometric Brownian motion. That is,

<math>dS_t = \mu S dt + \sigma S dW_t</math>

where W Brownian. Now let V be some sort of option on S - mathematically V is a function of S and t. By Ito's Lemma for two variables we have

<math> dV = \sigma S \frac{\partial V}{\partial S}dW + ( \mu S \frac{\partial V}{\partial S}+ \frac{1}{2}\sigma^2 S^2 \frac{\partial^2 V}{\partial S^2} + \frac{\partial V}{\partial t})dt </math>

Now consider a portfolio <math>\Pi</math> consisting of one unit of the option V and -dV/dS units of the underlying. The composition of this portfolio, called the delta-hedge portfolio, will vary from time-step to time-step. Now consider the change in value

<math>d\Pi = dV - \frac{\partial V}{\partial S} dS</math>

of the portfolio by subbing in the equation above:

<math> d\Pi = ( \frac{\partial V}{\partial t} + \frac{1}{2}\sigma^2 S^2 \frac{\partial^2 V}{\partial S^2})dt </math>

This equation contains no <math>dW</math> term. That is, it is entirely riskless. Thus, assuming no arbitrage (and also no transaction costs and infinite supply and demand) the rate of return on this portfolio must be equal to the rate of return on any other riskless instrument. Now assuming the risk-free rate of return is <math>r</math> we must have over the time period <math>[t,t+\delta t]</math>

<math> r\Pi dt = ( \frac{\partial V}{\partial t} + \frac{1}{2}\sigma^2 S^2 \frac{\partial^2 V}{\partial S^2})dt </math>

If we now substitute in for <math>\Pi</math> and divide through by <math>dt</math> we obtain the Black-Scholes PDE

<math> \frac{\partial V}{\partial t} + \frac{1}{2}\sigma^2 S^2 \frac{\partial^2 V}{\partial S^2} + r S \frac{\partial V}{\partial S} - r V = 0</math>

With the assumptions of the Black-Scholes model, this equation holds whenever V has two derivatives with respect to S and one with respect to t.

2) From the general Black-Scholes PDE to a specific valuation

We now show how to get from the general Black-Scholes PDE to a specific valuation for this option. Consider as an example the Black-Scholes price of a call on a stock currently trading at price S. The option has an exercise price of K, i.e. the right to buy a share at price K, at T years in the future. The constant interest rate is r and the constant stock volatility is v(all as at top). Now, for a call option the PDE above has boundary conditions[?]:

<math> V(0,t) = 0 </math> for all t
<math> V(S,t) \rightarrow S </math> as <math>S\rightarrow\infty</math>
<math> V(S,T) = max(S-K,0) </math>

In order to solve the PDE we transform thee equation into a standard diffusion equation which may be solved using standard methods. To this end set

<math> x\ s.t.\ S = Ke^{x}</math>
<math> \tau\ s.t. \ t=T-\frac{\tau}{\frac{1}{2}\sigma^2}</math>
<math> v(x,\tau)\ s.t.\ V = K.v(x,\tau)</math>

Thus our Black-Scholes PDE becomes

<math> \frac{\partial v}{\partial \tau}=\frac{\partial^2 v}{\partial x^2} + (c-1)\frac{\partial v}{\partial x} - cv = 0</math>

where <math>c=2r/\sigma^2</math>. The terminal condition <math>V(S,T)=max(S-K,0)</math> now becomes an initial condition <math>v(x,0) = max(e^x-1,0)</math>. If we now make a further transformation such that

<math> v(x,\tau)=e^{-\frac{1}{2}(c-1)x -\frac{1}{4}(c+1)^2\tau}u(x,\tau)</math>
then
<math> \frac{\partial u}{\partial \tau} = \frac{\partial^2 u}{\partial x^2}</math>
a standard diffusion equation as desired. Our initial condition has translated to
<math> u(x,0) = max(e^{\frac{1}{2}(c+1)x}-e^{\frac{1}{2}(c-1)x},0)</math>

Using the standard method for solving a diffusion equation we have

<math>u(x,\tau) = \frac{1}{2\sqrt{\pi\tau}}\int_{-\infty}^{\infty} u_0(y) e^{-\frac{(x-y)^2}{4\tau}}dy</math>

where u0 is the initial condition defined in the line above. This integral may be further transformed until we obtain

<math> u(x,\tau) = I_1 - I_2 </math>
where
<math> I_1 = e^{\frac{1}{2}(c+1)x+\frac{1}{4}(c+1)^2\tau}N(d_1)</math>
<math> d_1 = \frac{x}{\sqrt{2\tau}}+\frac{1}{2}(c+1)\sqrt{2\tau}</math>
and <math>I_2</math> is identical to <math>I_1</math> except that (c+1) is replaced by (c-1) everywhere.

Substituting v for u and the V for v, we finally obtain the the value of a call option in terms of the Black-Scholes parameters:

<math>V(S,t)=SN(d_1)-K e^{-rT} N(d_2)</math>

where

<math>d_1=\frac{\log \frac{S}{K}+\left( r+v^{2}/2\right) T}{v\sqrt{T}}</math>
<math>d_2=d_1-v\sqrt{T}</math>.

N is the cumulative Normal distribution function.

The formula for the price of a put option, follows from this via put-call parity.

3) Other derivations

Above we used the method of arbitrage-free pricing ("delta-hedging") to derive a PDE governing option prices given the Black-Scholes model. It is also possible to use a risk neutrality argument. This latter method gives the price as the expectation of the option payoff under a particular probability measure, called the risk-neutral measure[?], which differs from the real world measure.

Black-Scholes in practice

The use of the Black-Scholes formula is pervasive in the markets. In fact the model has become such an integral part of market conventions that it is common practice for the implied volatility rather than the price of an instrument to be quoted. (All the parameters in the model other than the volatility - that is the time to expiry, the strike, the risk-free rate and current underlying price - are unequivocably observable. This means there is one-to-one relationship between the option price and the volatility.) Traders prefer to think in terms of volatility.

However, the Black-Scholes model can not be modelling the real world completely accurately. If the Black-Scholes model held, then the implied volatility of an option on a particular stock would be constant, even as the strike and maturity varied. In practice, the volatility surface[?] (the two-dimensional graph of implied volatility against strike and maturity ) is not flat. In fact, in a typical market, the graph of strike against implied volatility for a fixed maturity is typically smile-shaped (see volatility smile[?]). That is, at-the-money (the option for which the underlying price and strike co-incide) the implied volatility is lowest; out-of-the-money or in-the-money the implied volatility tends to be higher. The reason for this smile is still the subject of much speculation and research. A prominent proposed explanation is that the market in options away from the money is less liquid than at-the-money: traders demand a premium for these options because they know it may be more difficult to reverse an option position in illiquid markets. This view is consistent with the fact the smile was first observed shortly after the stock market crash of 1987[?]. Before this crash, the first and most severe since the introduction of options, the Black-Scholes was more widely trusted.

See also

  • Binomial options model, which is able to handle a variety of conditions for which Black-Scholes cannot be applied.
  • Black model a variant (and more general form) of the Black-Scholes option pricing model.
  • Financial mathematics, which contains a list of related articles.

External links and references



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
East Marion, New York

... have a female householder with no husband present, and 32.5% are non-families. 28.9% of all households are made up of individuals and 16.7% have someone living alone who is ...

 
 
 
This page was created in 40.9 ms