quantlib

Quantitative finance library for derivatives pricing and risk analysis

brewmacoslinux
Try with needOr install directly
Source

About

Library for quantitative finance

Commands

quantlib

Examples

Link QuantLib in a C++ project for bond pricing calculations$ g++ -o pricing pricing.cpp $(pkg-config --cflags --libs quantlib)
Use QuantLib Python bindings for option valuation$ python3 -c "import QuantLib; option = QuantLib.Option()"
Access QuantLib header files for custom quantitative models$ ls $(brew --prefix quantlib)/include/ql/