|
ObjectHandler
Integration of a generic C++ library such as Quantlib into spreadsheets and other end user tools requires a standalone ObjectHandler component, a repository allowing objects to be stored, shared, updated, interrogated, and destroyed.
QuantLibAddin
QuantLibAddin wraps the QuantLib analytics library in an application layer allowing a unified interface to be exported to a variety of end user environments. The QuantLibAddin layer also implements support for additional features such as serialization and datatype conversions.
Launcher
The Launcher is a fileserver- or webserver-based application which initializes a desktop pricing environment based on QuantLibXL.
XLW
XLW wraps the Excel C API in a simple C++ interface which you can use to customize Excel with your own worksheet formulas and menu items.
|