13. The Black-Scholes Model#

The Black-Scholes formula is one of the most celebrated results in finance. In this chapter we show how to replicate the payoff of a European call or put option written on a non-dividend paying stock by dynamically trading in the stock and a risk-free bond. The replication strategy is self-financing, and therefore determines the no-arbitrage price of the option.

A fundamental side-effect of the replication strategy is that the partial differential equation (PDE) that characterizes the price of the option does not depend on the real dynamics of the stock. We could obtain the same pricing equation by using any other risk-premia. This suggests a powerful idea to price the option. Let us assume that all investors are risk-neutral. If this was the case, the replication argument that gives the correct price of the option would still hold. However, in such a world, all assets should be priced by discounting their payoffs at the risk-free rate.

The risk-neutral approach provides us with a simpler way to derive the Black-Scholes formula. Since the risk-neutral dynamics of the non-dividend paying stock are driven by a GBM with drift equal to the risk-free rate, the stock price at maturity is log-normally distributed and allows us to apply the formulas for partial expectations in order to price the option.

13.1. The Replicating Portfolio Approach#

In order to price a call or put option, we take the point of view of a trading desk that makes the market for option contracts. Their sales team just sold a European option \(H\) written on a non-dividend paying stock \(S\) with maturity \(T\) to a client. At this point, the traders of the desk are in charge of hedging the exposure of the short position.

13.1.1. The Traders’ Problem#

Since the option depends on the stock, it makes sense to try to hedge the exposure by trading dynamically in the stock and a risk-free bond. Specifically, we will try to replicate the option by buying (or selling) \(N_{S}(t)\) units of the stock and \(N_{B}(t)\) units of a zero-coupon bond with face value \(K\) and maturity \(T\), respectively, at each time \(t \leq T\).1To simplify notation, I will suppress the dependence on time whenever there is no ambiguity. If we call \(V\) the value of such replicating portfolio, we have that at time \(t < T\):

\[\begin{equation*} V_{t} = N_{S}(t) S_{t} + N_{B}(t) B_{t}. \end{equation*}\]

In order to replicate the option, we want to make sure that the value of the portfolio at time \(t = T\) equals the payoff of the derivative, that is:

\[\begin{equation*} V_{T} = F(S_{T}). \end{equation*}\]

For example, if we consider a European call option then \(F(S_{T}) = \max(S_{T} - K, 0),\) whereas for a European put option we have that \(F(S_{T}) = \max(K - S_{T}, 0).\)

At time \(t+\Delta t\), the value of the replicating portfolio is:

\[\begin{equation*} V_{t + \Delta t} = N_{S}(t) S_{t + \Delta t} + N_{B}(t) B_{t + \Delta t}, \end{equation*}\]

which implies that:

\[\begin{equation*} \Delta V_{t} = N_{S}(t) \Delta S_{t} + N_{B}(t) \Delta B_{t}. \end{equation*}\]

As \(\Delta t \rightarrow 0\), we have that:

(13.1)#\[\begin{align} dV & = N_{S} dS + N_{B} dB \notag \\ & = N_{S} dS + N_{B} (r B dt) \notag \\ & = N_{S} dS + (N_{B} B) r dt \label{dynamics_long_position_1} \\ \end{align}\]

where in the second line we used the fact that \(dB = r B dt.\)2Note that if \(B = K e^{-r (T - t)}\), then \(dB = r K e^{-r (T - t)} dt = r B dt.\)

Now, the replication works in the following way. We determine first how many shares of the stock to buy or sell, depending on whether the option is a call or put. Then, given the number of shares that we need to hold and the value of the portfolio at time \(t\), we see how much money we need to borrow or invest at the risk-free rate to keep our portfolio self-financing.

The amount invested in the risk-free bonds is such that \(N_{B} B = V - N_{S} S.\) This is a similar condition to the one imposed in classical portfolio theory where we keep the sum of the portfolio weights equal to one. Thus, if we replace \(N_{B} B\) in \(\eqref{dynamics_long_position_1}\) we get that

(13.2)#\[\begin{equation} dV = r (V - N_{S} S) dt + N_{S} dS \label{dynamics_long_position_2} \end{equation}\]

Equation \(\eqref{dynamics_long_position_2}\) captures the dynamics of the replicating portfolio needed to hedge the option that the trading desk just sold. As such, it represents the dynamics of the long position that the desk will hold to offset the risk of the short position. Thus, this is a classical long-short strategy. If the hedge is successful, the dynamics of both legs must also be the same.

13.1.2. The Sales Team Problem#

As mentioned before, the sales team just sold a European option \(H\) written on a non-dividend paying stock \(S\) with maturity \(T\) to a client. Since our objective is to make sure that the value of the derivative is equal to the replicating portfolio, let us abuse notation and call for the moment also \(V\) the value of the derivative. If we assume that \(V = V(S,t)\) is a smooth function of \(S\) and \(t\), then Ito’s Lemma implies that:

\[\begin{align*} dV & = \frac{\partial V}{\partial S} dS + \frac{1}{2} \frac{\partial^{2} V}{\partial S^{2}} (dS)^{2} + \frac{\partial V}{\partial t} dt \\ & = \frac{\partial V}{\partial S} dS + \frac{1}{2} \sigma^{2} S^{2} \frac{\partial^{2} V}{\partial S^{2}} dt + \frac{\partial V}{\partial t} dt \\ \end{align*}\]

where in the second we have used the fact that \((dS)^{2} = \sigma^{2} S^{2} dt.\) We can arrange the previous expression so that:

(13.3)#\[\begin{equation} dV = \left(\frac{1}{2} \sigma^{2} S^{2} \frac{\partial^{2} V}{\partial S^{2}} + \frac{\partial V}{\partial t}\right) dt + \frac{\partial V}{\partial S} dS \label{dynamics_short_position} \end{equation}\]

Equation \(\eqref{dynamics_short_position}\) captures the dynamics of the short position.

13.1.3. Getting the Hedge to Work#

We want to make sure that the hedge works so that the changes in value of the option equal the changes of the replicating portfolio. Therefore, replication will succeed if we can determine \(\alpha\) such that both dynamics are the same:

(13.4)#\[\begin{equation} \underbrace{\left(\frac{1}{2} \sigma^{2} S^{2} \frac{\partial^{2} V}{\partial S^{2}} + \frac{\partial V}{\partial t}\right) dt + \frac{\partial V}{\partial S} dS}_{\text{Changes in the value of the option}} = \underbrace{\vphantom{\left(\frac{1}{2}\right)} r (V - N_{S} S) dt + N_{S} dS}_{\text{Changes in the replicating portfolio}} \label{replicating_condition} \end{equation}\]

Equation \(\eqref{replicating_condition}\) shows that replication will indeed work if:

(13.5)#\[\begin{equation} N_{S} = \frac{\partial V}{\partial S} \label{alpha} \end{equation}\]

This is a fundamental relationship in derivatives pricing. It states that the number of shares needed to replicate the derivative is equal its sensitivity to the underlying asset. The street name of this quantity is the delta (\(\Delta\)) of the derivative. Also, a by-product of choosing \(N_{S}\) to equal the delta of the derivative is that it really does not matter what drift we have for the stock. We will use this fact in a moment to define the risk-neutral probabilities in continuous-time.

Second, it must be the case that:

\[\begin{equation*} \frac{1}{2} \sigma^{2} S^{2} \frac{\partial^{2} V}{\partial S^{2}} + \frac{\partial V}{\partial t} = r \left(V - S \frac{\partial V}{\partial S}\right) \end{equation*}\]

Therefore:

(13.6)#\[\begin{equation} \frac{1}{2} \sigma^{2} S^{2} \frac{\partial^{2} V}{\partial S^{2}} + r S \frac{\partial V}{\partial S} + \frac{\partial V}{\partial t} - r V = 0 \label{black_scholes_pde} \end{equation}\]

subject to \(V_{T} = F(S_{T}).\)

Equation \(\eqref{black_scholes_pde}\) is the celebrated Black-Scholes partial differential equation (PDE) which allowed the authors to compute their influential formula in 1973! Solving PDEs, in general, is very hard so we will resort to a different approach to price European call and put options.

13.2. The Risk-Neutral Pricing Approach#

The replicating approach is insensitive to the drift of the stock. As a matter of fact, the drift might even change based on whose thinking about the asset. Since the previous reasoning is silent about the drift and the type of investor pricing the asset, we could assume in our reasoning that the investor doing the replication is risk-neutral. TYhe attitude towards risk of whoever is doing the replication should not affect the logic of the argument.

13.2.1. The Drift of the Stock is Irrelevant#

In our model, the stock price follows a geometric Brownian motion such that:

(13.7)#\[\begin{equation} dS = \mu S dt + \sigma S dW \label{physical_gmb} \end{equation}\]

In equilibrium, if the stock returns co-vary positively with the returns of the market, as it is the case for most stocks, the drift \(\mu\) of the stock should be greater than the risk-free rate \(r.\) Indeed, risk-averse investors would command a risk-premium to hold a risky asset that increases their exposure to the market.

However, equation \(\eqref{replicating_condition}\) shows that the replication would work with any value for \(\mu.\) Since the parameter \(\mu\) is at our disposal, let’s see what happens if we choose \(\mu = r,\) the risk-free rate. We can then re-write \(\eqref{physical_gmb}\) as:

(13.8)#\[\begin{equation} dS = r S dt + \sigma S dW^{*} \label{risk_neutral_gmb} \end{equation}\]

We can now apply Ito’s lemma to the derivative to find:

(13.9)#\[\begin{align} dV & = \left(r 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}\right) + \left(\sigma S \frac{\partial V}{\partial S}\right) dW^{*} \notag \\ & = r V dt + \left(\sigma S \frac{\partial V}{\partial S}\right) dW^{*}. \label{risk_neutral_process} \\ \end{align}\]

Equation \(\eqref{risk_neutral_process}\) says that if the expected return of the stock is the risk-free rate, then the expected return of any derivative written on the stock is also the risk-free rate.

This is exactly how an economy populated by risk-neutral investors looks like.3Note that the probability distribution of the Brownian motion \(\{W_{t}^{*}\}\) in a risk-neutral world need not correspond to the physical measure that we observe in real world, hence the asterisk on top of it. The expected return of any non-dividend paying asset is the risk-free rate since risk-neutral investors, by definition, do not care about risk and hence do not command a risk-premium to hold risky assets in their portfolios.

With this insight, the valuation of the derivative is simple. In a risk-neutral world, the value of any risky asset is equal to its expected payoff discounted at the risk-free rate,

(13.10)#\[\begin{equation} V = e^{-r T} \ev^{*}(F(S_{T})) \label{risk_neutral_valuation} \end{equation}\]

Therefore, to value a European call or put option, all we need to do is to compute the expectation of the final payoff assuming that the drift of the stock is equal to \(r\), and then discount at the expected payoff at the risk-free rate.

Equation \(\eqref{risk_neutral_valuation}\) presents an alternative approach to compute the price of a derivative without having to solve the PDE defined in \(\eqref{black_scholes_pde}.\) Nevertheless, the risk-neutral approach is valid because we were able to replicate the derivative in the first place by trading in the stock and the risk-free bond.

13.2.2. Pricing a European Call Option#

We can now use \(\eqref{risk_neutral_valuation}\) to compute the premium of a European call option written on a non-dividend paying stock with maturity \(T\) and strike price \(K\). The price of the call should then be:

\[\begin{align*} C & = e^{-r T} \ev^{*}\left((S_{T} - K) \1{S_{T} > K} \right) \\ & = e^{-r T} \ev^{*}\left(S_{T} \1{S_{T} > K} \right) - e^{-r T} \ev^{*}\left(K \1{S_{T} > K} \right) \\ & = S \cdf(d_{1}) - K e^{-r T} \cdf(d_{2}) \\ \end{align*}\]

where

\[\begin{align*} d_{1} & = \frac{\ln(S/K) + (r + \frac{1}{2} \sigma^{2}) T}{\sigma \sqrt{T}} \\ d_{2} & = d_{1} - \sigma \sqrt{T} \\ \end{align*}\]

where in the third line we have used Property 12.4 in order to compute the two partial expectations. We now have a concrete valuation formula for the price of a European call! Let’s see how the call price varies with different values of the stock price.

Figure made with TikZ

Fig. 13.1 The figure plots the Black-Scholes call premium \(C(S)\) if \(r=0.05\), \(\sigma=0.45\), \(T=1\) and \(K=100\). It also shows the call option payoff given by \(\max(S - K, 0)\) and the lower bound for a European call given by \(\max(S - K e^{-r T}, 0)\).

The figure above shows that the call premium is an increasing function of the stock price, keeping everything else constant. This makes sense since for a given strike price, a higher stock price implies that the call is deeper in-the-money. In other words, the derivative of the call price with respect to the stock price must be positive. The graph also shows that the function is convex, meaning that the second derivative of the call price with respect to the stock price is also positive.

13.2.3. Call Delta#

Practitioners usually call the number of shares required to make the replication work the call delta. Equation \(\eqref{alpha}\) shows that the number of shares \(N_{S}\) required to hedge the European call is the partial derivative of the call price with respect the current stock price. Now that we have an expression for the call price, we can compute the call delta explicitly.

Property 13.1 (Call Delta)

In the Black-Scholes model, the delta of the European call is given by:

(13.11)#\[\begin{equation} \frac{\partial C}{\partial S} = \cdf(d_{1}) \label{delta_call} \end{equation}\]

The call delta is then the slope coefficient of the call price with respect to the stock price. Because \(\cdf(d_{1}) > 0,\) the function \(C(S)\) must be increasing in \(S.\)

Figure made with TikZ

Fig. 13.2 The figure plots the Black-Scholes call premium \(C(S)\) where \(r=0.05\), \(\sigma=0.45\), \(T=1\) and \(K=100\), and shows the tangent line at \(S=100\) whose slope coefficient is the delta of the call given by \(\cdf(d_{1})\).

Therefore, the delta of the call measures how sensitive is the call premium to small changes in the stock price. This is exactly why the trader needs to hold delta shares of the stock to hedge the risk of the short call position.

Finally, we have that for a European call option:

\[\begin{equation*} C = N_{S} S + N_{B} B = S \cdf(d_{1}) - K e^{-r T} \cdf(d_{2}) \end{equation*}\]

which because of \(\eqref{delta_call}\) implies that:

\[\begin{equation*} N_{B} = -\cdf(d_{2}) \end{equation*}\]

Therefore, to replicate a European call option we need to go long \(\cdf(d_{1})\) shares of stock and short \(\cdf(d_{2})\) risk-free bonds with face value \(K\) and maturity \(T\). The call can then be seen as a levered position in the underlying asset. Also, note that since \(0<\cdf(d_{1})<1\), the delta of the call for a non-dividend paying asset is bounded between 0 and 1. As we saw in the previous figure, for a given spot price, the delta of the call represents the slope coefficient of the tangency line at that point.

13.2.4. Pricing a European Put Option#

Consider now a European put option with the same characteristics as the previous call. According to put-call parity, it must be the case that:

\[\begin{equation*} C - P = S - K e^{-r T} \end{equation*}\]

Hence,

\[\begin{align*} P & = C - (S - K e^{-rT}) \\ & = S \cdf(d_{1}) - K e^{-r T} \cdf(d_{2}) - (S - K e^{-rT}) \\ & = K e^{-r T} (1 - \cdf(d_{2})) - S (1 - \cdf(d_{1})) \\ & = K e^{-r T} \cdf(-d_{2}) - S \cdf(-d_{1}) \\ \end{align*}\]

Example 13.1

Consider a non-dividend paying stock that currently trades for $100. The risk-free rate is 4% per year, continuously compounded and constant for all maturities. The instantaneous volatility of returns is 25% per year. Consider at-the-money call and put options written on the stock with maturity 9 months. Then,

\[\begin{align*} d_{1} & = \frac{\ln(100/100) + (0.04 + 0.5(0.25)^{2})(0.75)}{0.25\sqrt{0.75}} = 0.2468 \\ d_{2} & = 0.2468 - 0.25\sqrt{0.75} = 0.0303 \\ \end{align*}\]

Therefore, \(\cdf(d_{1}) = 0.5975\) and \(\cdf(d_{2}) = 0.5121\), which implies that:

\[\begin{align*} C & = 100(0.5975) - 100e^{-0.04(0.75)}(0.5121) = \$10.05 \\ P & = 100e^{-0.04(0.75)}(1 - 0.5121) - 100(1 - 0.5975) = \$7.10 \\ \end{align*}\]

Figure made with TikZ

Fig. 13.3 The figure plots the Black-Scholes put premium \(P(S)\) if \(r=0.05\), \(\sigma=0.45\), \(T=1\) and \(K=100\). It also shows the put option payoff given by \(\max(K - S, 0)\) and the lower bound for a European put given by \(\max(K e^{-r T} - S, 0)\).

13.2.5. Put Delta#

We can use put-call parity to compute \(N_{S}\) for the put:

\[\begin{align*} N_{S} & = \frac{\partial P}{\partial S} \\ & = \frac{\partial (C - S + K e^{-rT})}{\partial S} \\ & = \cdf(d_{1}) - 1 \\ & = -\cdf(-d_{1}) < 0 \\ \end{align*}\]

Figure made with TikZ

Fig. 13.4 The figure plots the Black-Scholes put premium \(P(S)\) where \(r=0.05\), \(\sigma=0.45\), \(T=1\) and \(K=100\), and shows the tangent line at \(S=100\) whose slope coefficient is the delta of the put given by \(-\cdf(-d_{1})=\cdf(d_{1})-1\).

The fact that we also have \(P = N_{S} S + N_{B} B\) implies that:

\[\begin{equation*} \beta = \cdf(-d_{2}) > 0 \end{equation*}\]

Therefore, to replicate a European put option, we need to go short \(\cdf(-d_{1})\) shares of stock and long \(\cdf(-d_{2})\) risk-free bonds with face value \(K\) and maturity \(T\).

13.2.6. Finishing In-The-Money#

Remember that we showed that:

\[\begin{equation*} \prob^{*}(S_{T} > T) = \ev^{*}\left(\1{S_{T} > K}\right) = \cdf(d_{2}) \end{equation*}\]

which also implies that:

\[\begin{align*} \prob^{*}(S_{T} < K) & = 1 - \prob^{*}(S_{T} > K) \\ & = 1 - \cdf(d_{2}) \\ & = \cdf(-d_{2}) \\ \end{align*}\]

Therefore, the risk-neutral probability that the call will expire in-the-money is equal to \(\cdf(d_{2})\) whereas the risk-neutral probability that the put finishes in-the-money is given by \(\cdf(-d_{2})\).

13.2.7. Summary#

Property 13.2 (Black-Scholes Model for a Non-Dividend Paying Stock)

Consider a non-dividend paying stock \(S\) that follows a GBM under the risk-neutral measure:

\[ dS = r S dt + \sigma S dW \]

The price of European call and put options with strike price \(K\) and time-to-maturity \(T\) are given by:

\[\begin{align*} C & = S \cdf(d_{1}) - K e^{-r T} \cdf(d_{2}) \\ P & = K e^{-r T} \cdf(-d_{2}) - S_{0} \cdf(-d_{1}) \\ \end{align*}\]

where

\[\begin{align*} d_{1} & = \frac{\ln(S/K) + (r + \frac{1}{2} \sigma^{2}) T}{\sigma \sqrt{T}} \\ d_{2} & = d_{1} - \sigma \sqrt{T} \\ \end{align*}\]

Furthermore, the delta of the call is given by \(\cdf(d_{1})\) whereas the delta of the put is computed as \(-\cdf(-d_{1})\).

Finally, the risk-neutral probability that the call will expire in-the-money is equal to \(\cdf(d_{2})\) whereas the risk-neutral probability that the put finishes in-the-money is given by \(\cdf(-d_{2})\).

13.3. The Impact of Volatility#

One of the most important determinants of option prices in the Black-Scholes model is volatility.

Property 13.3

For European call and put options we have that:

(13.12)#\[\begin{equation} \frac{\partial C}{\partial \sigma} = \frac{\partial P}{\partial \sigma} = S \cdf^{'}(d_{1}) \sqrt{T} > 0 \label{vega} \end{equation}\]

Hence, both European call and put options increase in value as volatility increases. Moreover, this also implies that there is a one-on-one relationship between option value and volatility, i.e., we can use volatility to quote prices and vice-versa. The volatility that matches the observed price of an option is called the implied volatility.

Figure made with TikZ

Fig. 13.5 The figure shows the Black-Scholes call premium for different levels of volatility where \(r=0.05\), \(T=1\) and \(K=100\). The dashed line represents the lower bound for the European call and the solid black line is the call payoff at maturity.

13.3.1. Implied Volatility#

Example 13.2

Consider a non-dividend paying stock that currently trades for $100. The risk-free rate is 5% per year, continuously compounded and constant for all maturities. An ATM European call option written on the stock with maturity 12 months trades for $16. We can check that \(\sigma=34.66\%\) prices the call correctly:

\[\begin{align*} d_{1} & = \frac{\ln(100/100) + (0.05 + 0.5(0.3466)^{2})(1)}{0.3466\sqrt{1}} = 0.3176 \\ d_{2} & = 0.3358 - 0.3466\sqrt{1} = -0.0290 \\ \end{align*}\]

Therefore, \(\cdf(d_{1}) = 0.6246\) and \(\cdf(d_{2}) = 0.4884\), which implies that:

\[\begin{equation*} C = 100(0.6246) - 100e^{-0.05(1)}(0.4884) = \$16.00. \end{equation*}\]

How can we compute the implied volatility? Unfortunately, it is not possible to solve analytically for the implied volatility. For a call option, for example, it involves solving numerically for \(\sigma\):

\[\begin{equation*} C_{0} = C(\sigma_{\mathit{imp}}) \end{equation*}\]

Alternatively, we could tabulate the price of a call option for different values of \(\sigma\) (using the same parameters as the previous example):

\(\sigma\)

0.05

0.10

0.15

0.20

0.25

0.30

0.35

0.40

C

5.28

6.80

8.59

10.45

12.34

14.23

16.13

18.02

We could see that \(\sigma=35\%\) gives a price of \(\$16.13\) for the call, which is quite close to the true implied volatility of 34.66%.

Figure made with TikZ

Fig. 13.6 The figure shows the Black-Scholes call premium \(C(\sigma)\) as a function of \(\sigma\) where \(S=100\), \(r=0.05\), \(T=1\) and \(K=100\). We can see that for \(C = \$16\) the corresponding volatility is approximately 35%.

13.4. Appendix#

In this section we present a useful result that will allow us to prove the formula for the \(\Delta\) and \(\Gamma\) for European call and put options.

Indeed, we have that:

\[\begin{align*} (d_{2})^{2} & = (d_{1} - \sigma \sqrt{T})^{2} \\ & = (d_{1})^{2} - 2 d_{1} \sigma \sqrt{T} + \sigma^{2} T \\ & = (d_{1})^{2} - 2(\ln(S/K) + (r + \tfrac{1}{2} \sigma^{2})T) + \sigma^{2} T \\ & = (d_{1})^{2} - 2(\ln(S/K) + r T) \\ \end{align*}\]

Hence,

\[\begin{align*} \cdf^{'}(d_{2}) & = \frac{1}{\sqrt{2\pi}} e^{-\frac{1}{2} (d_{2})^{2}} \\ & = \frac{1}{\sqrt{2\pi}} e^{-\frac{1}{2} \left((d_{1})^{2} - 2(\ln(S/K) + r T)\right)} \\ & = \frac{S}{K} e^{r T} \cdf^{'}(d_{1}) \\ \end{align*}\]

which implies,

(13.13)#\[\begin{equation} S \cdf^{'}(d_{1}) = K e^{-r T} \cdf^{'}(d_{2}) \label{useful_property} \end{equation}\]

13.5. Practice Problems#

Exercise 13.1

What is the price of a European put option on a non-dividend-paying stock when the stock price is $69, the strike price is $70, the risk-free interest rate is 5% per annum, the volatility is 35% per annum, and the time to maturity is six months?

Exercise 13.2

A call option on a non-dividend-paying stock has a market price of $2.61. The stock price is $15, the exercise price is $13, the time to maturity is three months, and the risk-free interest rate is 5% per annum. What is the implied volatility?

Exercise 13.3

Consider an option on a non-dividend-paying stock when the stock price is $30, the exercise price is $29, the risk-free interest rate is 5%, the volatility is 25% per annum, and the time to maturity is four months.

  1. What is the price of the option if it is a European call?

  2. What is the price of the option if it is an American call?

  3. What is the price of the option if it is a European put?

  4. Verify that put-call parity holds.

Exercise 13.4

Consider a European call option expiring in 6 months and with strike price equal to $38 on a non-dividend paying stock that currently trades for $40. Interestingly, the volatility of the stock is zero. If the risk-free rate is 6% per year with continuous compounding, what is the price of the option?

Exercise 13.5

Consider a European call option expiring in 6 months and with strike price equal to $42 on a non-dividend paying stock that currently trades for $40. Interestingly, the volatility of the stock is zero. If the risk-free rate is 6% per year with continuous compounding, what is the price of the option?

Exercise 13.6

Consider a European put option expiring in 9 months and strike price $102 written on a non-dividend paying stock. The risk-free rate is 8% per year with continuous compounding and the stock price is $100. What is the minimum price for the put that would allow you to compute its implied volatility?

Exercise 13.7

Suppose that the sales team of a trading desk just sold a European call option contract, that is 100 European call options, to an important client. The contract is written on a non-dividend paying stock that trades for $210, expires in two years and has a strike price of $215. The risk-free rate is 6% per year with continuous compounding. A trader of the desk estimate that the volatility of the stock returns is 45% and expected to remain constant for the life of the contract.

  1. How many shares of the stock does the trader need to buy/sell initially in order to hedge the exposure created by the sale of the contract?

  2. How many risk-free bonds with face value $215 and expiring in two years does the trader need to buy/sell in order to make sure that the strategy is self-financing?