June 3rd, 2003, 12:48 pm
Are there dividends on the the underlying? Hehehehehe..... Ok, enough horseing around:To use the Binominal tree on underlyings with dividends, you need to shift the tree "down" when the stock goes ex-div.This, however will make the tree non-recombining, if you simply substract the dividend amount from all nodes at that point.A quick-fix is to simply modify the the nodes by mutliplying by (1-DivYield) at the moment of pricing, but that will obviously become inaccurate for the nodes far away from S.Does this help?