quantlib
Which version of QuantLib is the basis for QLNet ?
I am trying to find the version of QuantLib on which QLNet (its C# version) is based, but I can't find it. Do you have any idea what it is? Thanks for your help
Technically the answer is none. QLNet is a remake of the C++ library, but it's not a direct port. It's not complete but the most important classes are there (such as TermStructure). It's a product that the developers translate their understanding of the C++ library into and thus not directly associated with any particular version of the C++ library.
Related Links
Unhandled exception in Yield Curve Quantlib .exe
How to obtain the “time” values of a schedule
Why did QuantLib introduce the Handle class?
Can't expose monotone convex interpolation in python quantlib
unable to start program QuantLib-vc120-mt-gd.lib
C++: Derive a class template from QuantLib::PiecewiseYieldCurve
clean or dirty price for FixedRateBondHelper
Which version of QuantLib is the basis for QLNet ?
xlquantlib bootstrapping Offshore KRW Curve
“end must be large than start” in Uniform1dMesher
How do I get coupon payment dates for a simple fixed bond using quantlib, quantlib-swig and python
How to calculate the local volatilty surface using QuantLib?