Implementation of visualisation and reporting analytics for Quantitative Investment Strategies
Project description
READ ME
QIS stands for Quantitative investment strategies. The package implements analytics for analysis, simulation, and visualization of quantitative strategies
Installation
pip install qis
Analytics
The QIS package is split into subpackages based on the scope level.
The inclusion level is from a low dependency to higher dependency subpackages:
-
utils is low level utilities for pandas and numpy operations
-
perfstats is subpackage for performance statistics related to returns, volatilities, etc.
-
plots is subpackage for plotting apis
-
models includes several modules for analytical models split by applications
-
portfolio is a high level package for analysis, simulation, and reporting of quant strategies
-
data is a stand-alone package for data fetching using external apis
-
example is modul with examples of QIS analytics
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.