NetQL Code
A quantitative finance .NET library wrapping QuantLib.
Status: Alpha
Brought to you by:
simonshakeshaft
NetQL - QuantLib .NET wrappers =============================== This library is a new set of wrappers using C++/CLI on top of QuantLib. It currently focuses on useful simple objects like Date, Daycounter, ... This work is based on QuantLib [http://quantlib.org] version 1.2 and Visual Studio 2010. This project is currently at a pre-alpha stage of development. Building the library -------------------- Open the file NetQL.props in the NetQL folder and alter the User Macros: QL_INC - path to your QuantLib Include folder BOOST_INC - path to BOOST Include folder QL_LIB - path to QuantLib Library folder Then build NetQL and build/run NetQLTesting. There is also a .net 4.0 binary [NetQL.dll] in the ./Release/v4.0 folder, for users without a QuantLib install. =============== LICENSE INFORMATION ================== NetQL is Non-Copylefted Free Software. NetQL is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.