BasisPointValue and ZSpread methods do not exist for JAVA
Posted by
sergvil on
URL: http://quantlib.414.s1.nabble.com/BasisPointValue-and-ZSpread-methods-do-not-exist-for-JAVA-tp14052.html
Hello,
I'm developing a JAVA Web application for financial calculations. I'm using the JAVA wrapper that it allows me to use C++ QuantLib.
I'm trying to add BasisPointValue and ZSpread methods from CashFlows.cpp by adding their prototypes to CashFlows.i SWIG interface.
After generating new JAVA Quantlib library and replacing it at the project, the methods are still unavailable.
One year ago I had to include this two methods in C# wrapper and it worked perfectly, but for JAVA it doesn't work properly. (This is the C# thread I opened a year ago:
BasisPointValue method does not exist in QuantLib for C#)
What am I doing wrong this time?
Thank you very much.
Best regards.