Quantflow

Quantflow#

A library for quantitative analysis and pricing.

Heston volatility surface

This documentation is organized into a few major sections.

Installation#

To install the library use

pip install quantflow

Optional dependencies#

Quantflow comes with two optional dependencies:

  • data for data retrieval, to install it use

    pip install quantflow[data]
    
  • cli for command line interface, to install it use

    pip install quantflow[data,cli]