BasisPointValue method does not exist in QuantLib for C#
Posted by sergvil on
URL: http://quantlib.414.s1.nabble.com/BasisPointValue-method-does-not-exist-in-QuantLib-for-C-tp5329.html
Hello,
I'm newbie using QuantLib. I'm developing a WPF desktop application for financial calculations. I'm using the C# wrapper that it allows me to use C++ QuantLib.
One of the calculations I have to make is Basis-Point Value for a Bond. In C++ class Casflows.cpp, the method basispointvalue appears as static and it is fully operational, but in C# class CashFlows.cs, I only have some calculations to use, less than in C++'s. The method basispointvalue doesn't appear on this class.
I don“t know if this is a known issue of QuantLib for C#. Can you help me to fix it?
Thank you very much.
Best regards.