Login  Register

Re: C# (swig) version of Quantib

Posted by smazzucca on Dec 06, 2013; 3:33pm
URL: http://quantlib.414.s1.nabble.com/C-swig-version-of-Quantib-tp8042p14693.html

I also found many missing classes in the SWIG converted library... Is it worth it to invest a day in figuring out how to add interface files, or were they left out for a reason ?

I wonder if there is a different way to do what I am trying to do. I was looking for a way to access these methods:
callableBond.cleanPrice()
callableBond.yield()
CashFlows.npvbps()
CashFlows.duration()
CashFlows.convexity()

Should I use BondFunctions ? I can't find a sample of how to use it.

Thank you,
Simon