Description
Price an arithmetic average call with the following payoff using the binomial tree model.
Payoffτ = max(Save,τ − K,0),
• Basic requirement (80 points):
(i) Implement the binomial tree model to price both European and American arithmeticaverage calls.
(ii) Implement the Monte Carlo simulation to price European arithmetic average calls.
(Inputs: St, K, r, q, σ, t, T−t, M, n, Save,t, number of simulations, number of repetitions. Outputs: Option values for both methods and 95% confidence interval for Monte Carlo simulation.)
• Bonus 1 (5 points):
Linearly vs. logarithmically equally-spaced placement method, i.e., compare the convergence rates for M = 50,100,150,…,400.
• Bonus 2 (5 points):
Compare the computational time of the following three methods to locate the positions of Au and Ad.
Sequential search (the traditional way)
Binary search
Linear interpolation method
1




Reviews
There are no reviews yet.