651 Real Options
Now comes the (real options) twist. The line manager in charge of the
widget line says, “I want to try one of the new machines for a year. At
the end of the year, if the experiment is successful, I want to replace fi ve
other similar machines on the line with the new machines.”
Does this plan change our previously negative conclusion about re-
placing a single machine? The answer is yes. To see this point, we now
realize that what we have is a package:
•
Replacing a single machine today. This has an NPV of −67.48.
•
The option of replacing fi ve more machines in one year. Suppose that
the risk-free rate is 6 percent. Then we view each such option as a call
option on an asset that has current value S equal to the present value of
the machine’s future cash fl ows. As can be seen in cell B7, this present
value is S = 932.52. The exercise price of this option is X = 1,000. Of
course these call options can be exercised only if we purchase the fi rst
machine now.
2
Suppose we assume that the Black-Scholes option-pricing model can
price this option. In this case we have the following:
2. What we’re really doing is pricing the cost of learning!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BACDE
FG
Year 0 1 2 3 4 5
CF of single machine -1,000 220 300 400 200 150
Discount rate for machine cash flows (risk-adjusted) 12%
Riskless discount rate 6%
Present value of machine's future cash flows 932.52 <-- =NPV(B5,C3:G3)
NPV of single machine -67.48 <-- =NPV(B5,C3:G3)+B3
Number of machines bought next year 5
Option value of single machine purchased in one more year 143.98 <-- =B24
NPV of total project 652.39 <-- =B8+B10*B11
Black-Scholes Option-Pricing Formula
S 932.52 PV of machine CFs
X 1,000.00 Exercise price = Machine cost
r 6.00% Risk-free rate of interest
T 1 Time to maturity of option (in years)
Sigma 40% <-- Volatility
d
1
0.1753 <-- (LN(S/X)+(r+0.5*sigma^2)*T)/(sigma*SQRT(T))
d
2
-0.2247
<-- d
1
- sigma*SQRT(T)
N(d
1
)
0.5696
<--- Uses formula NormSDist(d
1
)
N(d
2
)
0.4111
<--- Uses formula NormSDist(d
2
)
Option value = BS call price 143.98
<-- S*N(d
1
)-X*exp(-r*T)*N(d
2
)
THE OPTION TO EXPAND