In: Finance
Suppose the current exchange rate is $ 1.84 divided by pound, the interest rate in the United States is 5.24 %, the interest rate in the United Kingdom is 3.81 %, and the volatility of the $/£ exchange rate is 10.3 %. Use the Black-Scholes formula to determine the price of a six-month European call option on the British pound with a strike price of $ 1.84 divided by pound.
We use Black-Scholes Model to calculate the price of the currency call option.
The domestic currency price of a call option into the foreign currency is:
C = (S0 * e-rf*T)*N(d1) - (K * e-rd*T)*N(d2)
where :
S0 = current spot rate
K = strike price
N(x) is the cumulative normal distribution function
rd = domestic risk-free simple interest rate
rf = foreign risk-free simple interest rate
T is the time to maturity in years
σ = volatility of underlying currency
d1 = (ln(S0 / K) + (rd - rf + σ2/2)*T) / σ√T
d2 = d1 - σ√T
First, we calculate d1 and d2 as below :
d1 = 0.1346
d2 = 0.0618
N(d1) and N(d2) are calculated in Excel using the NORMSDIST function and inputting the value of d1 and d2 into the function.
N(d1) = 0.5535
N(d2) = 0.5246
Now, we calculate the price of the call option as below:
C = (S0 * e-rf*T)*N(d1) - (K * e-rd*T)*N(d2) , which is (1.84 * e(-0.0381 * 0.50))*(0.5535) - (1.84 * e(-0.0524 * 0.50))*(0.5246) ==> $0.0589
Price of call option is $0.0589