In: Finance
2. Given the following information, determine the value of a currency call option and currency put option that expire in the next 6 months. (use the Table attached to the back of this exam)
- Spot price the Australian Dollar is $0.45
- The strike price of the option is $0.50
- The volatility of the Australian Dollar is 40%
- The expiration is 6 months
- The simple interest rate in the U.S. is 3%
- The simple interest rate in the U.K. is 4%
We use Black-Scholes Model to calculate the value of the currency call and put options.
The domestic currency value of a call option into the foreign currency is:
C = (S0 * e-rfT)*N(d1) - (K * e-rdT)*N(d2)
P = (K * e-rdT)*N(-d2) - (S0 * e-rfT)*N(-d1)
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
d1 = (ln(S0 / K) + (rd - rf + σ2/2)*T) / σ√T
d2 = d1 - σ√T
First, we calculate d1 and d2 as below :
d1 = -0.2134
d2 = -0.4962
N(d1), N(-d1), N(d2),N(-d2) are calculated in Excel using the NORMSDIST function and inputting the value of d1 and d2 into the function.
N(d1) = 0.4155
N(d2) = 0.3099
N(-d1) = 0.5845
N(-d2) = 0.6901
Now, we calculate the values of the call and put options as below:
C = (S0 * e-rfT)*N(d1) - (K * e-rdT)*N(d2) , which is (0.45 * e(-0.03 * 0.50))*(0.4155) - (0.50 * e(-0.04 * 0.50))*(0.3099) ==> $0.0323
P = (K * e-rdT)*N(-d2) - (S0 * e-rfT)*N(-d1), which is (0.50 * e(-0.04 * 0.50))*(0.6901) - (0.45 * e(-0.03 * 0.50))*(0.5845) ==> $0.0791
Value of call option is $0.0323
Value of put option is $0.0791