Riskfolio-Lib


NameRiskfolio-Lib JSON
Version 6.0.0 PyPI version JSON
download
home_pagehttps://github.com/dcajasn/Riskfolio-Lib
SummaryPortfolio Optimization and Quantitative Strategic Asset Allocation in Python
upload_time2024-03-06 15:34:58
maintainerDany Cajas
docs_urlNone
authorDany Cajas
requires_python>=3.8
licenseBSD (3-clause)
keywords finance portfolio optimization quant asset allocation investing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Riskfolio-Lib

**Quantitative Strategic Asset Allocation, Easy for Everyone.**

<div class="row">
<img src="https://raw.githubusercontent.com/dcajasn/Riskfolio-Lib/master/docs/source/images/MSV_Frontier.png" height="200">
<img src="https://raw.githubusercontent.com/dcajasn/Riskfolio-Lib/master/docs/source/images/Pie_Chart.png" height="200">
</div>

[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/dcajasn)

<a href='https://ko-fi.com/B0B833SXD' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

[![GitHub stars](https://img.shields.io/github/stars/dcajasn/Riskfolio-Lib?color=green)](https://github.com/dcajasn/Riskfolio-Lib/stargazers)
[![Downloads](https://static.pepy.tech/personalized-badge/riskfolio-lib?period=month&units=none&left_color=grey&right_color=orange&left_text=Downloads/Month)](https://pepy.tech/project/riskfolio-lib)
[![Documentation Status](https://readthedocs.org/projects/riskfolio-lib/badge/?version=latest)](https://riskfolio-lib.readthedocs.io/en/latest/?badge=latest)
[![GitHub license](https://img.shields.io/github/license/dcajasn/Riskfolio-Lib)](https://github.com/dcajasn/Riskfolio-Lib/blob/master/LICENSE.txt)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dcajasn/Riskfolio-Lib/HEAD)

[![Star History Chart](https://api.star-history.com/svg?repos=dcajasn/Riskfolio-Lib&type=Timeline)](https://star-history.com/#dcajasn/Riskfolio-Lib&Timeline)

## Description

Riskfolio-Lib is a library for making quantitative strategic asset allocation
or portfolio optimization in Python made in Peru &#x1F1F5;&#x1F1EA;. Its objective is to help students, academics and practitioners to build investment portfolios based on mathematically complex models with low effort. It is built on top of
[CVXPY](https://www.cvxpy.org/) and closely integrated
with [Pandas](https://pandas.pydata.org/) data structures.

Some of key functionalities that Riskfolio-Lib offers:

- Mean Risk and Logarithmic Mean Risk (Kelly Criterion) Portfolio Optimization with 4 objective functions:

    - Minimum Risk.
    - Maximum Return.
    - Maximum Utility Function.
    - Maximum Risk Adjusted Return Ratio.

- Mean Risk and Logarithmic Mean Risk (Kelly Criterion) Portfolio Optimization with 22 convex risk measures:

    **Dispersion Risk Measures:**

    - Standard Deviation.
    - Square Root Kurtosis.
    - Mean Absolute Deviation (MAD).
    - Gini Mean Difference (GMD).
    - Conditional Value at Risk Range.
    - Tail Gini Range.
    - Range.
    &nbsp;
    
    **Downside Risk Measures:**

    - Semi Standard Deviation.
    - Square Root Semi Kurtosis.
    - First Lower Partial Moment (Omega Ratio).
    - Second Lower Partial Moment (Sortino Ratio).
    - Conditional Value at Risk (CVaR).
    - Tail Gini.
    - Entropic Value at Risk (EVaR).
    - Relativistic Value at Risk (RLVaR).
    - Worst Case Realization (Minimax).
    &nbsp;
    
    **Drawdown Risk Measures:**

    - Average Drawdown for uncompounded cumulative returns.
    - Ulcer Index for uncompounded cumulative returns.
    - Conditional Drawdown at Risk (CDaR) for uncompounded cumulative returns.
    - Entropic Drawdown at Risk (EDaR) for uncompounded cumulative returns.
    - Relativistic Drawdown at Risk (RLDaR) for uncompounded cumulative returns.
    - Maximum Drawdown (Calmar Ratio) for uncompounded cumulative returns.

- Risk Parity Portfolio Optimization with 18 convex risk measures:

    **Dispersion Risk Measures:**

    - Standard Deviation.
    - Square Root Kurtosis.
    - Mean Absolute Deviation (MAD).
    - Gini Mean Difference (GMD).
    - Conditional Value at Risk Range.
    - Tail Gini Range.
    &nbsp;

    **Downside Risk Measures:**

    - Semi Standard Deviation.
    - Square Root Semi Kurtosis.
    - First Lower Partial Moment (Omega Ratio)
    - Second Lower Partial Moment (Sortino Ratio)
    - Conditional Value at Risk (CVaR).
    - Tail Gini.
    - Entropic Value at Risk (EVaR).
    - Relativistic Value at Risk (RLVaR).
    &nbsp;
    
    **Drawdown Risk Measures:**

    - Ulcer Index for uncompounded cumulative returns.
    - Conditional Drawdown at Risk (CDaR) for uncompounded cumulative returns.
    - Entropic Drawdown at Risk (EDaR) for uncompounded cumulative returns.
    - Relativistic Drawdown at Risk (RLDaR) for uncompounded cumulative returns.

- Hierarchical Clustering Portfolio Optimization: Hierarchical Risk Parity (HRP) and Hierarchical Equal Risk Contribution (HERC) with 24 risk measures using naive risk parity:

    **Dispersion Risk Measures:**

    - Standard Deviation.
    - Variance.
    - Fourth Root Kurtosis.
    - Mean Absolute Deviation (MAD).
    - Range.
    - Conditional Value at Risk Range.
    - Tail Gini Range.
    &nbsp;
    
    **Downside Risk Measures:**

    - Semi Standard Deviation.
    - Fourth Root Semi Kurtosis.
    - First Lower Partial Moment (Omega Ratio).
    - Second Lower Partial Moment (Sortino Ratio).
    - Value at Risk (VaR).
    - Conditional Value at Risk (CVaR).
    - Tail Gini.
    - Entropic Value at Risk (EVaR).
    - Relativistic Value at Risk (RLVaR).
    - Worst Case Realization (Minimax).
    &nbsp;
    
    **Drawdown Risk Measures:**


    - Average Drawdown for compounded and uncompounded cumulative returns.
    - Ulcer Index for compounded and uncompounded cumulative returns.
    - Drawdown at Risk (DaR) for compounded and uncompounded cumulative returns.
    - Conditional Drawdown at Risk (CDaR) for compounded and uncompounded cumulative returns.
    - Entropic Drawdown at Risk (EDaR) for compounded and uncompounded cumulative returns.
    - Relativistic Drawdown at Risk (RLDaR) for compounded and uncompounded cumulative returns.
    - Maximum Drawdown (Calmar Ratio) for compounded and uncompounded cumulative returns.

- Nested Clustered Optimization (NCO) with four objective functions and the available risk measures to each objective:

    - Minimum Risk.
    - Maximum Return.
    - Maximum Utility Function.
    - Equal Risk Contribution.

- Worst Case Mean Variance Portfolio Optimization.
- Relaxed Risk Parity Portfolio Optimization.
- Ordered Weighted Averaging (OWA) Portfolio Optimization.
- Portfolio optimization with Black Litterman model.
- Portfolio optimization with Risk Factors model.
- Portfolio optimization with Black Litterman Bayesian model.
- Portfolio optimization with Augmented Black Litterman model.
- Portfolio optimization with constraints on tracking error and turnover.
- Portfolio optimization with short positions and leveraged portfolios.
- Portfolio optimization with constraints on number of assets and number of effective assets.
- Portfolio optimization with constraints based on graph information.
- Tools to build efficient frontier for 22 convex risk measures.
- Tools to build linear constraints on assets, asset classes and risk factors.
- Tools to build views on assets and asset classes.
- Tools to build views on risk factors.
- Tools to build risk contribution constraints per asset classes.
- Tools to build bounds constraints for Hierarchical Clustering Portfolios.
- Tools to calculate risk measures.
- Tools to calculate risk contributions per asset.
- Tools to calculate uncertainty sets for mean vector and covariance matrix.
- Tools to calculate assets clusters based on codependence metrics.
- Tools to estimate loadings matrix (Stepwise Regression and Principal Components Regression).
- Tools to visualizing portfolio properties and risk measures.
- Tools to build reports on Jupyter Notebook and Excel. 
- Option to use commercial optimization solver like MOSEK or GUROBI for large scale problems.


## Documentation

Online documentation is available at [Documentation](https://riskfolio-lib.readthedocs.io/en/latest/).

The docs include a [tutorial](https://riskfolio-lib.readthedocs.io/en/latest/examples.html)
with examples that shows the capacities of Riskfolio-Lib.


## Choosing a Solver

Due to Riskfolio-Lib is based on CVXPY, Riskfolio-Lib can use the same solvers available for CVXPY. The list of solvers compatible with CVXPY is available in [Choosing a solver](https://www.cvxpy.org/tutorial/advanced/index.html#choosing-a-solver) section of CVXPY's documentation. However, to select an adequate solver for each risk measure we can use the following table that specifies which type of programming technique is used to model each risk measure.

| Risk Measure                          | LP | QP | SOCP | SDP | EXP | POW |
|---------------------------------------|----|----|------|-----|-----|-----|
| Variance (MV)                         |    |    | X    | X*  |     |     |
| Mean Absolute Deviation (MAD)         | X  |    |      |     |     |     |
| Gini Mean Difference (GMD)            |    |    |      |     |     | X** |
| Semi Variance (MSV)                   |    |    | X    |     |     |     |
| Kurtosis (KT)                         |    |    |      | X   |     |     |
| Semi Kurtosis (SKT)                   |    |    |      | X   |     |     |
| First Lower Partial Moment (FLPM)     | X  |    |      |     |     |     |
| Second Lower Partial Moment (SLPM)    |    |    | X    |     |     |     |
| Conditional Value at Risk (CVaR)      | X  |    |      |     |     |     |
| Tail Gini (TG)                        |    |    |      |     |     | X** |
| Entropic Value at Risk (EVaR)         |    |    |      |     | X   |     |
| Relativistic Value at Risk (RLVaR)    |    |    |      |     |     | X** |
| Worst Realization (WR)                | X  |    |      |     |     |     |
| CVaR Range (CVRG)                     | X  |    |      |     |     |     |
| Tail Gini Range (TGRG)                |    |    |      |     |     | X** |
| Range (RG)                            | X  |    |      |     |     |     |
| Average Drawdown (ADD)                | X  |    |      |     |     |     |
| Ulcer Index (UCI)                     |    |    | X    |     |     |     |
| Conditional Drawdown at Risk (CDaR)   | X  |    |      |     |     |     |
| Entropic Drawdown at Risk (EDaR)      |    |    |      |     | X   |     |
| Relativistic Drawdown at Risk (RLDaR) |    |    |      |     |     | X** |
| Maximum Drawdown (MDD)                | X  |    |      |     |     |     |

(*) When SDP graph theory constraints are included. In the case of integer programming graph theory constraints, the model assume the SOCP formulation.

(**) For these models is highly recommended to use MOSEK as solver, due to in some cases CLARABEL cannot find a solution and SCS takes too much time to solve them.

LP - Linear Programming refers to problems with a linear objective function and linear constraints.

QP - Quadratic Programming refers to problems with a quadratic objective function and linear constraints.

SOCP - Second Order Cone Programming refers to problems with second-order cone constraints.

SDP - Semidefinite Programming refers to problems with positive semidefinite constraints.

EXP - refers to problems with exponential cone constraints.

POW - refers to problems with 3-dimensional power cone constraints.


## Dependencies

Riskfolio-Lib supports Python 3.8|.

Installation requires:
- [numpy](http://www.numpy.org/) >= 1.24.0
- [scipy](https://www.scipy.org/) >= 1.10.0
- [pandas](https://pandas.pydata.org/) >= 2.0.0
- [matplotlib](https://matplotlib.org/) >= 3.7.0
- [clarabel](https://oxfordcontrol.github.io/ClarabelDocs/stable/) >= 0.6.0
- [cvxpy](https://www.cvxpy.org/) >= 1.4.0
- [scikit-learn](https://scikit-learn.org/stable/) >= 1.3.0
- [statsmodels](https://www.statsmodels.org/) >= 0.13.5
- [arch](https://bashtage.github.io/arch/) >= 5.4
- [xlsxwriter](https://xlsxwriter.readthedocs.io) >= 3.1.2
- [networkx](https://networkx.org) >= 3.0
- [astropy](https://www.astropy.org) >= 5.1
- [pybind11](https://pybind11.readthedocs.io/en/stable/) >= 2.10.1

## Installation

The latest stable release (and older versions) can be installed from PyPI:

    pip install riskfolio-lib

## Citing

If you use Riskfolio-Lib for published work, please use the following BibTeX entry:

```
@misc{riskfolio,
      author = {Dany Cajas},
      title = {Riskfolio-Lib (6.0.0)},
      year  = {2024},
      url   = {https://github.com/dcajasn/Riskfolio-Lib},
      }
```
 
## Development

Riskfolio-Lib development takes place on Github: https://github.com/dcajasn/Riskfolio-Lib


## Consulting Fees

Riskfolio-Lib is an open-source project, however due it's a project that is not financed for any institution, I started charging for consultancies that are not related to errors in source code. Our fees are as follows:

- $ 25 USD (United States Dollars) per question that doesn't require to check code.
- $ 50 USD to check a small size script or code (less than 200 lines of code). The fee of the solution depends on the complexity of the solution:
    - $ 50 USD for simple errors in scripts (modify less than 10 lines of code).
    - For most complex errors the fee depends on the complexity of the solution but the fee is $ 150 USD per hour.
- $ 100 USD to check a medium size script or code (between 201 and 600 lines of code). The fee of the solution depends on the complexity of the solution:
    - $ 50 USD for simple errors in scripts (modify less than 10 lines of code).
    - For most complex errors the fee depends on the complexity of the solution but the fee is $ 150 USD per hour.
- For large size script or code (more than 600 lines of code) the fee is variable depending on the size of the code. The fee of the solution depends on the complexity of the solution:
    - $ 50 USD for simple errors in scripts (modify less than 10 lines of code).
    - For most complex errors the fee depends on the complexity of the solution but the fee is $ 150 USD per hour.

**All consulting must be paid in advance**.

You can contact me through:

- __[LinkedIn](https://www.linkedin.com/in/dany-cajas/)__
- __[Gmail](dcajasn@gmail.com)__

You can pay using one of the following channels:

- __[Github Sponsorship](https://github.com/sponsors/dcajasn)__

- <a href='https://ko-fi.com/B0B833SXD' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

## RoadMap

The plan for this module is to add more functions that will be very useful
to asset managers.

- Add more functions based on suggestion of users.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dcajasn/Riskfolio-Lib",
    "name": "Riskfolio-Lib",
    "maintainer": "Dany Cajas",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "dany.cajas.n@uni.pe",
    "keywords": "finance,portfolio,optimization,quant,asset,allocation,investing",
    "author": "Dany Cajas",
    "author_email": "dany.cajas.n@uni.pe",
    "download_url": "https://files.pythonhosted.org/packages/9d/b8/943add4d0692c44d0ee9d0f949f1484c6e19f53c6f02c24434653da17b11/Riskfolio-Lib-6.0.0.tar.gz",
    "platform": null,
    "description": "# Riskfolio-Lib\n\n**Quantitative Strategic Asset Allocation, Easy for Everyone.**\n\n<div class=\"row\">\n<img src=\"https://raw.githubusercontent.com/dcajasn/Riskfolio-Lib/master/docs/source/images/MSV_Frontier.png\" height=\"200\">\n<img src=\"https://raw.githubusercontent.com/dcajasn/Riskfolio-Lib/master/docs/source/images/Pie_Chart.png\" height=\"200\">\n</div>\n\n[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/dcajasn)\n\n<a href='https://ko-fi.com/B0B833SXD' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>\n\n[![GitHub stars](https://img.shields.io/github/stars/dcajasn/Riskfolio-Lib?color=green)](https://github.com/dcajasn/Riskfolio-Lib/stargazers)\n[![Downloads](https://static.pepy.tech/personalized-badge/riskfolio-lib?period=month&units=none&left_color=grey&right_color=orange&left_text=Downloads/Month)](https://pepy.tech/project/riskfolio-lib)\n[![Documentation Status](https://readthedocs.org/projects/riskfolio-lib/badge/?version=latest)](https://riskfolio-lib.readthedocs.io/en/latest/?badge=latest)\n[![GitHub license](https://img.shields.io/github/license/dcajasn/Riskfolio-Lib)](https://github.com/dcajasn/Riskfolio-Lib/blob/master/LICENSE.txt)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dcajasn/Riskfolio-Lib/HEAD)\n\n[![Star History Chart](https://api.star-history.com/svg?repos=dcajasn/Riskfolio-Lib&type=Timeline)](https://star-history.com/#dcajasn/Riskfolio-Lib&Timeline)\n\n## Description\n\nRiskfolio-Lib is a library for making quantitative strategic asset allocation\nor portfolio optimization in Python made in Peru &#x1F1F5;&#x1F1EA;. Its objective is to help students, academics and practitioners to build investment portfolios based on mathematically complex models with low effort. It is built on top of\n[CVXPY](https://www.cvxpy.org/) and closely integrated\nwith [Pandas](https://pandas.pydata.org/) data structures.\n\nSome of key functionalities that Riskfolio-Lib offers:\n\n- Mean Risk and Logarithmic Mean Risk (Kelly Criterion) Portfolio Optimization with 4 objective functions:\n\n    - Minimum Risk.\n    - Maximum Return.\n    - Maximum Utility Function.\n    - Maximum Risk Adjusted Return Ratio.\n\n- Mean Risk and Logarithmic Mean Risk (Kelly Criterion) Portfolio Optimization with 22 convex risk measures:\n\n    **Dispersion Risk Measures:**\n\n    - Standard Deviation.\n    - Square Root Kurtosis.\n    - Mean Absolute Deviation (MAD).\n    - Gini Mean Difference (GMD).\n    - Conditional Value at Risk Range.\n    - Tail Gini Range.\n    - Range.\n    &nbsp;\n    \n    **Downside Risk Measures:**\n\n    - Semi Standard Deviation.\n    - Square Root Semi Kurtosis.\n    - First Lower Partial Moment (Omega Ratio).\n    - Second Lower Partial Moment (Sortino Ratio).\n    - Conditional Value at Risk (CVaR).\n    - Tail Gini.\n    - Entropic Value at Risk (EVaR).\n    - Relativistic Value at Risk (RLVaR).\n    - Worst Case Realization (Minimax).\n    &nbsp;\n    \n    **Drawdown Risk Measures:**\n\n    - Average Drawdown for uncompounded cumulative returns.\n    - Ulcer Index for uncompounded cumulative returns.\n    - Conditional Drawdown at Risk (CDaR) for uncompounded cumulative returns.\n    - Entropic Drawdown at Risk (EDaR) for uncompounded cumulative returns.\n    - Relativistic Drawdown at Risk (RLDaR) for uncompounded cumulative returns.\n    - Maximum Drawdown (Calmar Ratio) for uncompounded cumulative returns.\n\n- Risk Parity Portfolio Optimization with 18 convex risk measures:\n\n    **Dispersion Risk Measures:**\n\n    - Standard Deviation.\n    - Square Root Kurtosis.\n    - Mean Absolute Deviation (MAD).\n    - Gini Mean Difference (GMD).\n    - Conditional Value at Risk Range.\n    - Tail Gini Range.\n    &nbsp;\n\n    **Downside Risk Measures:**\n\n    - Semi Standard Deviation.\n    - Square Root Semi Kurtosis.\n    - First Lower Partial Moment (Omega Ratio)\n    - Second Lower Partial Moment (Sortino Ratio)\n    - Conditional Value at Risk (CVaR).\n    - Tail Gini.\n    - Entropic Value at Risk (EVaR).\n    - Relativistic Value at Risk (RLVaR).\n    &nbsp;\n    \n    **Drawdown Risk Measures:**\n\n    - Ulcer Index for uncompounded cumulative returns.\n    - Conditional Drawdown at Risk (CDaR) for uncompounded cumulative returns.\n    - Entropic Drawdown at Risk (EDaR) for uncompounded cumulative returns.\n    - Relativistic Drawdown at Risk (RLDaR) for uncompounded cumulative returns.\n\n- Hierarchical Clustering Portfolio Optimization: Hierarchical Risk Parity (HRP) and Hierarchical Equal Risk Contribution (HERC) with 24 risk measures using naive risk parity:\n\n    **Dispersion Risk Measures:**\n\n    - Standard Deviation.\n    - Variance.\n    - Fourth Root Kurtosis.\n    - Mean Absolute Deviation (MAD).\n    - Range.\n    - Conditional Value at Risk Range.\n    - Tail Gini Range.\n    &nbsp;\n    \n    **Downside Risk Measures:**\n\n    - Semi Standard Deviation.\n    - Fourth Root Semi Kurtosis.\n    - First Lower Partial Moment (Omega Ratio).\n    - Second Lower Partial Moment (Sortino Ratio).\n    - Value at Risk (VaR).\n    - Conditional Value at Risk (CVaR).\n    - Tail Gini.\n    - Entropic Value at Risk (EVaR).\n    - Relativistic Value at Risk (RLVaR).\n    - Worst Case Realization (Minimax).\n    &nbsp;\n    \n    **Drawdown Risk Measures:**\n\n\n    - Average Drawdown for compounded and uncompounded cumulative returns.\n    - Ulcer Index for compounded and uncompounded cumulative returns.\n    - Drawdown at Risk (DaR) for compounded and uncompounded cumulative returns.\n    - Conditional Drawdown at Risk (CDaR) for compounded and uncompounded cumulative returns.\n    - Entropic Drawdown at Risk (EDaR) for compounded and uncompounded cumulative returns.\n    - Relativistic Drawdown at Risk (RLDaR) for compounded and uncompounded cumulative returns.\n    - Maximum Drawdown (Calmar Ratio) for compounded and uncompounded cumulative returns.\n\n- Nested Clustered Optimization (NCO) with four objective functions and the available risk measures to each objective:\n\n    - Minimum Risk.\n    - Maximum Return.\n    - Maximum Utility Function.\n    - Equal Risk Contribution.\n\n- Worst Case Mean Variance Portfolio Optimization.\n- Relaxed Risk Parity Portfolio Optimization.\n- Ordered Weighted Averaging (OWA) Portfolio Optimization.\n- Portfolio optimization with Black Litterman model.\n- Portfolio optimization with Risk Factors model.\n- Portfolio optimization with Black Litterman Bayesian model.\n- Portfolio optimization with Augmented Black Litterman model.\n- Portfolio optimization with constraints on tracking error and turnover.\n- Portfolio optimization with short positions and leveraged portfolios.\n- Portfolio optimization with constraints on number of assets and number of effective assets.\n- Portfolio optimization with constraints based on graph information.\n- Tools to build efficient frontier for 22 convex risk measures.\n- Tools to build linear constraints on assets, asset classes and risk factors.\n- Tools to build views on assets and asset classes.\n- Tools to build views on risk factors.\n- Tools to build risk contribution constraints per asset classes.\n- Tools to build bounds constraints for Hierarchical Clustering Portfolios.\n- Tools to calculate risk measures.\n- Tools to calculate risk contributions per asset.\n- Tools to calculate uncertainty sets for mean vector and covariance matrix.\n- Tools to calculate assets clusters based on codependence metrics.\n- Tools to estimate loadings matrix (Stepwise Regression and Principal Components Regression).\n- Tools to visualizing portfolio properties and risk measures.\n- Tools to build reports on Jupyter Notebook and Excel. \n- Option to use commercial optimization solver like MOSEK or GUROBI for large scale problems.\n\n\n## Documentation\n\nOnline documentation is available at [Documentation](https://riskfolio-lib.readthedocs.io/en/latest/).\n\nThe docs include a [tutorial](https://riskfolio-lib.readthedocs.io/en/latest/examples.html)\nwith examples that shows the capacities of Riskfolio-Lib.\n\n\n## Choosing a Solver\n\nDue to Riskfolio-Lib is based on CVXPY, Riskfolio-Lib can use the same solvers available for CVXPY. The list of solvers compatible with CVXPY is available in [Choosing a solver](https://www.cvxpy.org/tutorial/advanced/index.html#choosing-a-solver) section of CVXPY's documentation. However, to select an adequate solver for each risk measure we can use the following table that specifies which type of programming technique is used to model each risk measure.\n\n| Risk Measure                          | LP | QP | SOCP | SDP | EXP | POW |\n|---------------------------------------|----|----|------|-----|-----|-----|\n| Variance (MV)                         |    |    | X    | X*  |     |     |\n| Mean Absolute Deviation (MAD)         | X  |    |      |     |     |     |\n| Gini Mean Difference (GMD)            |    |    |      |     |     | X** |\n| Semi Variance (MSV)                   |    |    | X    |     |     |     |\n| Kurtosis (KT)                         |    |    |      | X   |     |     |\n| Semi Kurtosis (SKT)                   |    |    |      | X   |     |     |\n| First Lower Partial Moment (FLPM)     | X  |    |      |     |     |     |\n| Second Lower Partial Moment (SLPM)    |    |    | X    |     |     |     |\n| Conditional Value at Risk (CVaR)      | X  |    |      |     |     |     |\n| Tail Gini (TG)                        |    |    |      |     |     | X** |\n| Entropic Value at Risk (EVaR)         |    |    |      |     | X   |     |\n| Relativistic Value at Risk (RLVaR)    |    |    |      |     |     | X** |\n| Worst Realization (WR)                | X  |    |      |     |     |     |\n| CVaR Range (CVRG)                     | X  |    |      |     |     |     |\n| Tail Gini Range (TGRG)                |    |    |      |     |     | X** |\n| Range (RG)                            | X  |    |      |     |     |     |\n| Average Drawdown (ADD)                | X  |    |      |     |     |     |\n| Ulcer Index (UCI)                     |    |    | X    |     |     |     |\n| Conditional Drawdown at Risk (CDaR)   | X  |    |      |     |     |     |\n| Entropic Drawdown at Risk (EDaR)      |    |    |      |     | X   |     |\n| Relativistic Drawdown at Risk (RLDaR) |    |    |      |     |     | X** |\n| Maximum Drawdown (MDD)                | X  |    |      |     |     |     |\n\n(*) When SDP graph theory constraints are included. In the case of integer programming graph theory constraints, the model assume the SOCP formulation.\n\n(**) For these models is highly recommended to use MOSEK as solver, due to in some cases CLARABEL cannot find a solution and SCS takes too much time to solve them.\n\nLP - Linear Programming refers to problems with a linear objective function and linear constraints.\n\nQP - Quadratic Programming refers to problems with a quadratic objective function and linear constraints.\n\nSOCP - Second Order Cone Programming refers to problems with second-order cone constraints.\n\nSDP - Semidefinite Programming refers to problems with positive semidefinite constraints.\n\nEXP - refers to problems with exponential cone constraints.\n\nPOW - refers to problems with 3-dimensional power cone constraints.\n\n\n## Dependencies\n\nRiskfolio-Lib supports Python 3.8|.\n\nInstallation requires:\n- [numpy](http://www.numpy.org/) >= 1.24.0\n- [scipy](https://www.scipy.org/) >= 1.10.0\n- [pandas](https://pandas.pydata.org/) >= 2.0.0\n- [matplotlib](https://matplotlib.org/) >= 3.7.0\n- [clarabel](https://oxfordcontrol.github.io/ClarabelDocs/stable/) >= 0.6.0\n- [cvxpy](https://www.cvxpy.org/) >= 1.4.0\n- [scikit-learn](https://scikit-learn.org/stable/) >= 1.3.0\n- [statsmodels](https://www.statsmodels.org/) >= 0.13.5\n- [arch](https://bashtage.github.io/arch/) >= 5.4\n- [xlsxwriter](https://xlsxwriter.readthedocs.io) >= 3.1.2\n- [networkx](https://networkx.org) >= 3.0\n- [astropy](https://www.astropy.org) >= 5.1\n- [pybind11](https://pybind11.readthedocs.io/en/stable/) >= 2.10.1\n\n## Installation\n\nThe latest stable release (and older versions) can be installed from PyPI:\n\n    pip install riskfolio-lib\n\n## Citing\n\nIf you use Riskfolio-Lib for published work, please use the following BibTeX entry:\n\n```\n@misc{riskfolio,\n      author = {Dany Cajas},\n      title = {Riskfolio-Lib (6.0.0)},\n      year  = {2024},\n      url   = {https://github.com/dcajasn/Riskfolio-Lib},\n      }\n```\n \n## Development\n\nRiskfolio-Lib development takes place on Github: https://github.com/dcajasn/Riskfolio-Lib\n\n\n## Consulting Fees\n\nRiskfolio-Lib is an open-source project, however due it's a project that is not financed for any institution, I started charging for consultancies that are not related to errors in source code. Our fees are as follows:\n\n- $ 25 USD (United States Dollars) per question that doesn't require to check code.\n- $ 50 USD to check a small size script or code (less than 200 lines of code). The fee of the solution depends on the complexity of the solution:\n    - $ 50 USD for simple errors in scripts (modify less than 10 lines of code).\n    - For most complex errors the fee depends on the complexity of the solution but the fee is $ 150 USD per hour.\n- $ 100 USD to check a medium size script or code (between 201 and 600 lines of code). The fee of the solution depends on the complexity of the solution:\n    - $ 50 USD for simple errors in scripts (modify less than 10 lines of code).\n    - For most complex errors the fee depends on the complexity of the solution but the fee is $ 150 USD per hour.\n- For large size script or code (more than 600 lines of code) the fee is variable depending on the size of the code. The fee of the solution depends on the complexity of the solution:\n    - $ 50 USD for simple errors in scripts (modify less than 10 lines of code).\n    - For most complex errors the fee depends on the complexity of the solution but the fee is $ 150 USD per hour.\n\n**All consulting must be paid in advance**.\n\nYou can contact me through:\n\n- __[LinkedIn](https://www.linkedin.com/in/dany-cajas/)__\n- __[Gmail](dcajasn@gmail.com)__\n\nYou can pay using one of the following channels:\n\n- __[Github Sponsorship](https://github.com/sponsors/dcajasn)__\n\n- <a href='https://ko-fi.com/B0B833SXD' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>\n\n## RoadMap\n\nThe plan for this module is to add more functions that will be very useful\nto asset managers.\n\n- Add more functions based on suggestion of users.\n",
    "bugtrack_url": null,
    "license": "BSD (3-clause)",
    "summary": "Portfolio Optimization and Quantitative Strategic Asset Allocation in Python",
    "version": "6.0.0",
    "project_urls": {
        "Documentation": "https://riskfolio-lib.readthedocs.io/en/latest/",
        "Download": "https://github.com/dcajasn/Riskfolio-Lib.git",
        "Homepage": "https://github.com/dcajasn/Riskfolio-Lib",
        "Issues": "https://github.com/dcajasn/Riskfolio-Lib/issues",
        "Personal website": "http://financioneroncios.wordpress.com"
    },
    "split_keywords": [
        "finance",
        "portfolio",
        "optimization",
        "quant",
        "asset",
        "allocation",
        "investing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d5b068bbb03868b3be45ba51d8ad90e2fe3f3c22fbffbd244e936108e6c99f4",
                "md5": "439f96c0cfc5335b550d76499639ecea",
                "sha256": "9e0c1f8857f5f1e11c80ddbca355f35f5607788391e466bc6529104a9fd8e57b"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "439f96c0cfc5335b550d76499639ecea",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 413868,
            "upload_time": "2024-03-06T15:34:27",
            "upload_time_iso_8601": "2024-03-06T15:34:27.558507Z",
            "url": "https://files.pythonhosted.org/packages/3d/5b/068bbb03868b3be45ba51d8ad90e2fe3f3c22fbffbd244e936108e6c99f4/Riskfolio_Lib-6.0.0-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc8b47dccd390fc9e2b9f80f6a4e544c16fa2034fc77026b453b6f662becf714",
                "md5": "a585912238d7bb2d3c8a1b83ea1c3c77",
                "sha256": "3ff42d32cb219f6ff2139061268a0799b86482253fcef3572b775fc6c3650a49"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a585912238d7bb2d3c8a1b83ea1c3c77",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 280481,
            "upload_time": "2024-03-06T15:34:29",
            "upload_time_iso_8601": "2024-03-06T15:34:29.817286Z",
            "url": "https://files.pythonhosted.org/packages/dc/8b/47dccd390fc9e2b9f80f6a4e544c16fa2034fc77026b453b6f662becf714/Riskfolio_Lib-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "621e264265a63802032c58c52c5dd2bdf5903aa6a09069e5a95fddc1bf6b878a",
                "md5": "efebb4ad83bbac92eff43b2e20985a0b",
                "sha256": "9a4dcfd0aa27997ee4e9ce23908cab269906d1c05d5db828e706711c4302347e"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efebb4ad83bbac92eff43b2e20985a0b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 300952,
            "upload_time": "2024-03-06T15:34:31",
            "upload_time_iso_8601": "2024-03-06T15:34:31.987463Z",
            "url": "https://files.pythonhosted.org/packages/62/1e/264265a63802032c58c52c5dd2bdf5903aa6a09069e5a95fddc1bf6b878a/Riskfolio_Lib-6.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9265d0a38d812e04a37d621ac5608ceab528a5d896606eb486935ef7bf6d9553",
                "md5": "e145d400223c21e4815f7794662a60d3",
                "sha256": "2e99c7efa32c53f59e6620793b59537a50826010c5523a5c1f312b31fedf0007"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e145d400223c21e4815f7794662a60d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 256729,
            "upload_time": "2024-03-06T15:34:33",
            "upload_time_iso_8601": "2024-03-06T15:34:33.618326Z",
            "url": "https://files.pythonhosted.org/packages/92/65/d0a38d812e04a37d621ac5608ceab528a5d896606eb486935ef7bf6d9553/Riskfolio_Lib-6.0.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c96269bcdec370ff4b4c65f8b67517a51b74a7bdd6c5f75367bcd87b0dc2fae",
                "md5": "4f3ac756104cb52db5520859bf99535b",
                "sha256": "f646405041f833aca4074a6968000163fc020515165be0aaa52887d68e617563"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "4f3ac756104cb52db5520859bf99535b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 416518,
            "upload_time": "2024-03-06T15:34:35",
            "upload_time_iso_8601": "2024-03-06T15:34:35.152548Z",
            "url": "https://files.pythonhosted.org/packages/2c/96/269bcdec370ff4b4c65f8b67517a51b74a7bdd6c5f75367bcd87b0dc2fae/Riskfolio_Lib-6.0.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa837b85b91b85e2db7d55b9e0274c8bb190a19bfddbac1dbccaf5cc036ca221",
                "md5": "ea5b8cab816f85087fb7f33304df422e",
                "sha256": "85d14bb2917cc65cb5ed937f694fb7c728b428a6f6a5dd13a69b802fedef60f6"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea5b8cab816f85087fb7f33304df422e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 281834,
            "upload_time": "2024-03-06T15:34:36",
            "upload_time_iso_8601": "2024-03-06T15:34:36.894908Z",
            "url": "https://files.pythonhosted.org/packages/aa/83/7b85b91b85e2db7d55b9e0274c8bb190a19bfddbac1dbccaf5cc036ca221/Riskfolio_Lib-6.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5a0925b79ca6bf7d656d7458051d209cce66023b7083f7e5fff2f4877cf1bd7",
                "md5": "6a8ac9d70f61bc314a7ce4d6f04036d7",
                "sha256": "011a7a2ca84867ccecaac7c3f91d8d0a897dd842069d764dad4c3ef19cfda6da"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a8ac9d70f61bc314a7ce4d6f04036d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 302297,
            "upload_time": "2024-03-06T15:34:38",
            "upload_time_iso_8601": "2024-03-06T15:34:38.947462Z",
            "url": "https://files.pythonhosted.org/packages/b5/a0/925b79ca6bf7d656d7458051d209cce66023b7083f7e5fff2f4877cf1bd7/Riskfolio_Lib-6.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e78e0a0c8bfccc7a7977673443a8384e410e5d90657e56aea7a9bfd799fb8aad",
                "md5": "b63cfc2d214a4590c4403d2c3f99ff09",
                "sha256": "b1fced09d08264772d954521b1742eb6206910b7425dc6948541146fbd198ee1"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b63cfc2d214a4590c4403d2c3f99ff09",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 257691,
            "upload_time": "2024-03-06T15:34:40",
            "upload_time_iso_8601": "2024-03-06T15:34:40.685546Z",
            "url": "https://files.pythonhosted.org/packages/e7/8e/0a0c8bfccc7a7977673443a8384e410e5d90657e56aea7a9bfd799fb8aad/Riskfolio_Lib-6.0.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2745d97b771072e6df82a0f1652504b6bf550dd71df3976ad56305accb1e73c7",
                "md5": "a4e683c7ff53d086f312fe27f772de80",
                "sha256": "22de611feb40a78fe7b9d97436ea710b843340cca6f1f04084cc3df6adadc7f9"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "a4e683c7ff53d086f312fe27f772de80",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 413712,
            "upload_time": "2024-03-06T15:34:42",
            "upload_time_iso_8601": "2024-03-06T15:34:42.946432Z",
            "url": "https://files.pythonhosted.org/packages/27/45/d97b771072e6df82a0f1652504b6bf550dd71df3976ad56305accb1e73c7/Riskfolio_Lib-6.0.0-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea050d4ed6d69f5dbae8d3fcfcdaeee6bf91fbeeea724c75b763242c2e35b605",
                "md5": "c77d157c2665465cde6d69cd856e6f74",
                "sha256": "ef031a46ebe08c35775caf2fa8cef76fb39874c9be6987c8e9559769b6c5ee12"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c77d157c2665465cde6d69cd856e6f74",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 280426,
            "upload_time": "2024-03-06T15:34:44",
            "upload_time_iso_8601": "2024-03-06T15:34:44.474764Z",
            "url": "https://files.pythonhosted.org/packages/ea/05/0d4ed6d69f5dbae8d3fcfcdaeee6bf91fbeeea724c75b763242c2e35b605/Riskfolio_Lib-6.0.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afc9172e1a90b01903b8fff4477bebe809b92496deffdba3f5b1544a2bf43eec",
                "md5": "5abe506ce3406a94141baa3c5b99a1aa",
                "sha256": "46e89bb1bbf846d69ab950780c36503cdff7ecbc8e243f32b786fc5e5e1f4c69"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5abe506ce3406a94141baa3c5b99a1aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 300893,
            "upload_time": "2024-03-06T15:34:46",
            "upload_time_iso_8601": "2024-03-06T15:34:46.111491Z",
            "url": "https://files.pythonhosted.org/packages/af/c9/172e1a90b01903b8fff4477bebe809b92496deffdba3f5b1544a2bf43eec/Riskfolio_Lib-6.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "583e2f3bdf333c3d918e715b1a7c531542ac60e51f10a57209a7c562ce102c88",
                "md5": "5df1fc32a92d37661324c02a7d25a8fe",
                "sha256": "a31869ae3258debf3572c2dad850323e7175c38c5c2a3c4a27c877c34747207f"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5df1fc32a92d37661324c02a7d25a8fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 256861,
            "upload_time": "2024-03-06T15:34:48",
            "upload_time_iso_8601": "2024-03-06T15:34:48.159671Z",
            "url": "https://files.pythonhosted.org/packages/58/3e/2f3bdf333c3d918e715b1a7c531542ac60e51f10a57209a7c562ce102c88/Riskfolio_Lib-6.0.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48e9c1bb67698b4546f33397875861b7d26c2966a7a0f9080e6e4c974662196b",
                "md5": "3bedf40166accc1c6c640013dcb8c684",
                "sha256": "831132676e5464cf7cc1e7de0c2e9dcd135ff362241aa8b0468047c2d8704be6"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "3bedf40166accc1c6c640013dcb8c684",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 414098,
            "upload_time": "2024-03-06T15:34:50",
            "upload_time_iso_8601": "2024-03-06T15:34:50.216131Z",
            "url": "https://files.pythonhosted.org/packages/48/e9/c1bb67698b4546f33397875861b7d26c2966a7a0f9080e6e4c974662196b/Riskfolio_Lib-6.0.0-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1802f70426e861e37426cf23b0c7e6d24bb06272b34c45d2d78e5b42d3f610ed",
                "md5": "e1e1b455e6d35883831d4abc5539d61d",
                "sha256": "ab62533a55a9251cee3760c6b6a987b8844c0169734bf944d04f510bd8a05532"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e1e1b455e6d35883831d4abc5539d61d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 280609,
            "upload_time": "2024-03-06T15:34:51",
            "upload_time_iso_8601": "2024-03-06T15:34:51.847901Z",
            "url": "https://files.pythonhosted.org/packages/18/02/f70426e861e37426cf23b0c7e6d24bb06272b34c45d2d78e5b42d3f610ed/Riskfolio_Lib-6.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e391995c2a5ce0ad697f8d6b5193c3c603a6bb884b71ab648c7cb9a944e8b7c4",
                "md5": "a57490131c72f953767ff13a4de9ace5",
                "sha256": "3113b51d65e9b97ef5b810e45b75cb9016035e210722e537c1f8823396ca4d12"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a57490131c72f953767ff13a4de9ace5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 301293,
            "upload_time": "2024-03-06T15:34:53",
            "upload_time_iso_8601": "2024-03-06T15:34:53.997753Z",
            "url": "https://files.pythonhosted.org/packages/e3/91/995c2a5ce0ad697f8d6b5193c3c603a6bb884b71ab648c7cb9a944e8b7c4/Riskfolio_Lib-6.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71f97dca9f5da643a85ce5798d30e94602d361150373f9a8d5654f3176356d7c",
                "md5": "ee2fd2c79b0855ba55bde8d82819d1ec",
                "sha256": "5d2e5a2fbf492147b9b4a0122a31097f57011cd1945bc8383d97172f986bb3d7"
            },
            "downloads": -1,
            "filename": "Riskfolio_Lib-6.0.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ee2fd2c79b0855ba55bde8d82819d1ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 256103,
            "upload_time": "2024-03-06T15:34:55",
            "upload_time_iso_8601": "2024-03-06T15:34:55.942955Z",
            "url": "https://files.pythonhosted.org/packages/71/f9/7dca9f5da643a85ce5798d30e94602d361150373f9a8d5654f3176356d7c/Riskfolio_Lib-6.0.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9db8943add4d0692c44d0ee9d0f949f1484c6e19f53c6f02c24434653da17b11",
                "md5": "143dfddd6444156e648093c59bb45d73",
                "sha256": "8e16aef019e166354ae24fa7da35943792edf78bd685331ef83465df7a30200e"
            },
            "downloads": -1,
            "filename": "Riskfolio-Lib-6.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "143dfddd6444156e648093c59bb45d73",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3391250,
            "upload_time": "2024-03-06T15:34:58",
            "upload_time_iso_8601": "2024-03-06T15:34:58.847257Z",
            "url": "https://files.pythonhosted.org/packages/9d/b8/943add4d0692c44d0ee9d0f949f1484c6e19f53c6f02c24434653da17b11/Riskfolio-Lib-6.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 15:34:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dcajasn",
    "github_project": "Riskfolio-Lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "riskfolio-lib"
}
        
Elapsed time: 0.30405s