Functionality This function module calculates the net present value of an Americancall or put option with an iteration procedure known as BBSR. In the last step. the Black-Scholes formula is used. One iteration is carried out with n/2 steps and a second iteration withn steps. For this reason, choose an even number of steps. Using the two results, the "correct" value is extrapolated (withRichardson's method). Satisfactory results can be achieved if the number of steps is 50 ormore. We recommend you choose 100 steps. Notes This procedure needs the same calculation time as the procedureimplemented with function module RM_OPTION_PRICE_AMER_BIN but theaccuracy achieved is better by factor 20. For this reason, this functionmodule should be used in place of RM_OPTION_PRICE_AMER_BIN. Further information For a description of this method, see M. Broadie and J. Detemple(American Option Valuation, Rev. Financ. Studies, Vol. 9, No. 4 (1996),pp.1211-1250). |