Pricing engine for vanilla options using binomial trees
test the correctness of the returned values is tested by
checking it against analytic results.
todo
Greeks are not overly accurate. They could be improved
by building a tree so that it has three points at the
current time. The value would be fetched from the middle
one, while the two side points would be used for
estimating partial derivatives.
Pricing engine for vanilla options using binomial trees
test the correctness of the returned values is tested by checking it against analytic results.
Greeks are not overly accurate. They could be improved by building a tree so that it has three points at the current time. The value would be fetched from the middle one, while the two side points would be used for estimating partial derivatives.