- Write a program to determine the initial price of the lookback (European) option in the binomial model, using the basic binomial algorithm (used in earlier lab assignments), with the following data:
S(0) = 100;T = 1;r = 8%; = 20%.
The payoff of the lookback option is given by
V = max S(i) S(M),
0iM
where S(i) = S(it) with being the number of subintervals of the time interval [0,T]). Use the continuous compounding convention in your calculations (i.e., both in p and in the pricing formula). Use the following values of u and d for your program:
;
- Obtain the initial price of the option for M = 5,10,25,50.
- How do the values of options at time t = 0 compare for the above values of M that you have taken ?
- Tabulate the values of the options at all intermediate time points for M = 5.
- Repeat Problem 1 using a (Markov based) computationally efficient binomial algorithm. Make a comparative analysis of the two algorithms, like computational time, the value of M it can handle, etc.
- As in Problem 2, use a (Markov based) computationally efficient binomial algorithm to price an European call option. Make a comparative analysis of the two algorithms, like computational time, the value of M it can handle, etc.
Reviews
There are no reviews yet.