December 9th, 2003, 5:52 pm
Hi there,I have implemented a trinomial tree for the stock price movements (BS-world) to price barriers. I found a very good approximation of the theoretical prices. However, when applying the implementation to binaries things do not work out so well: Is there a problem with trinomial trees when applying them to this problem? Or have I just made a mistake?MuckiPS.: I used the follwowing model: S_ 0= 100, X = 120, Cashpayment = 100, r = 10%, sigma = 30%, T = 4 years==> Analytical price: 35.19==> Discrete price: 34.85 (step width = 0.001 years)