Pricing an option with a binomial tree
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hey there guys, I need a little help on programming a binomial tree.
How do you set up a relative simple binomial tree with a probability of a half going up and down every time with the only requirement that the stock from value, lets say X follows the nodes in a recombinant tree for
x*exp(μδt+σ√δt) for going up x*exp(μδt-σ√δt) for going down
with N = t/δt
so that the stock price value will be something like
St= Stockprice at t zero * exp (μt+σ√t*((2Xn-n)/√n)
Any help is welcome. I'm looking to set up the basics of the binomial tree with the variables.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Financial Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!