CallableFixedRateBond dependencies
Posted by smazzucca on
URL: http://quantlib.414.s1.nabble.com/CallableFixedRateBond-dependencies-tp14813.html
The CallableFixedRateBond looks more and more like a massive can of worms.
I got it to compile, but when I run it, I get "no arguments given", which is probably due to the lack of proper pricing engine.
I was suggested to use TreeCallableFixedRateBondEngine.
But to add this I first need to add LatticeShortRateModelEngine.
And to add that I have to have GenericModelEngine.
Trial and error to get just one of these working takes hours. Do you have any suggestions as to how to go about this ?
Thank you!
Simon