November 1st, 2007, 5:41 pm
QuoteOriginally posted by: daveangelsome more detail as to how you have implemented dividends would be helpful. have you done this using a dividend yield or discrete dividends ? I fhte latter how have you tken them into account ?The dividends are implemented as arrays of times/amounts. the standard recombining tree is generated by first subtract the PV of the divs and later add them back to each indivudial nodes. American exercise is assumed by checking the max of intrinsic value at each node and the "expected" option value from the tree parameters.The Tv is to be calculated as V_{0,0}, as described earlier. The values of TV, Delta and gamma seems to be ok. But the theta is significantly off. For example,spot=1248, strike=1500,time=0.21,vol=0.2, rate=0.05,American Put option, with dividend { 0.00097032 years, $10 } gives theta as -$8.8/day. From a qualitative point of view, such a deep ITM Put just prior ex-dividend date, I assume I will get a much higher value (like 0 or even +ve theta) for theta. The rational is because the spot is going to drop as much as 10 the day after, and hence the put option would worth more.