Skip to content

convexfi/riskparity.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39e6120 · May 27, 2024
Mar 1, 2024
Jan 17, 2023
May 25, 2024
Jun 10, 2021
May 27, 2024
Apr 16, 2021
Mar 1, 2024
Jan 17, 2023
Mar 1, 2024
May 25, 2024

Repository files navigation

riskparity.py

PyPI version Downloads codecov

riskparityportfolio provides solvers to design risk parity portfolios. In its simplest form, we consider the convex formulation with a unique solution proposed by Spinu (2013) and use cyclical methods inspired by Griveau-Billion et al. (2013) and Choi & Chen (2022). For more general formulations, which are usually nonconvex, we implement the successive convex approximation method proposed by Feng & Palomar (2015).

Documentation: https://mirca.github.io/riskparity.py

R version: https://mirca.github.io/riskParityPortfolio

Rust version: https://github.com/mirca/riskparity.rs

Talks: slides HKML meetup 2020, tutorial - Data-driven Portfolio Optimization Course (HKUST)

Installation

  • development version
$ git clone https://github.com/dppalomar/riskparity.py.git
$ cd riskparity.py
$ pip install -e .
  • stable version
$ pip install riskparityportfolio

Windows requirements

Make sure to install Microsoft C++ Build Tools prior to riskparityportfolio.

riskparityportfolio depends on jaxlib which can be installed following these instructions.

References

License

Copyright 2022 Ze Vinicius and Daniel Palomar

This project is licensed under the terms of the MIT License.

Disclaimer

The information, software, and any additional resources contained in this repository are not intended as, and shall not be understood or construed as, financial advice. Past performance is not a reliable indicator of future results and investors may not recover the full amount invested. The authors of this repository accept no liability whatsoever for any loss or damage you may incur. Any opinions expressed in this repository are from the personal research and experience of the authors and are intended as educational material.