@@ -4,16 +4,13 @@ Fortitudo Technologies Open Source
44This package allows you to explore open-source implementations of some of our
55fundamental methods, e.g., Entropy Pooling and CVaR optimization in Python.
66
7- See this `YouTube playlist <https://www.youtube.com/playlist?list=PLfI2BKNVj_b2rurUsCtc2F8lqtPWqcs2K >`_
7+ You can watch this `YouTube playlist <https://www.youtube.com/playlist?list=PLfI2BKNVj_b2rurUsCtc2F8lqtPWqcs2K >`_
88for a walkthrough of the package's functionality and examples.
99
10- For a high-level introduction to the investment framework, see this `YouTube video <https://youtu.be/4ESigySdGf8 >`_
10+ For a high-level introduction to the investment framework, watch this `YouTube video <https://youtu.be/4ESigySdGf8 >`_
1111and `Substack post <https://open.substack.com/pub/antonvorobets/p/entropy-pooling-and-cvar-portfolio-optimization-in-python-ffed736a8347 >`_.
1212
13- For a mathematical introduction to the investment framework, see these
14- `SSRN articles <https://ssrn.com/author=2738420 >`_.
15-
16- For a pedagogical and deep presentation of the investment framework,
13+ For a pedagogical and deep presentation of the investment framework and its methods,
1714see the `Portfolio Construction and Risk Management Book <https://antonvorobets.substack.com/p/pcrm-book >`_.
1815
1916To build the deepest understanding of all the theories and methods, you can
@@ -39,9 +36,15 @@ Disclaimer
3936
4037This package is completely separate from our proprietary solutions and therefore
4138not representative of the quality and functionality offered by the Investment Simulation
42- and Investment Analysis modules. If you are an institutional investor and want to
43- experience how these methods can be used for sophisticated analysis in practice,
44- please request a demo by sending an email to demo@fortitudo.tech.
39+ and Investment Analysis modules.
40+
41+ For a short comparison of which CVaR problems the Investment Analysis module can solve
42+ and at what speed, see the
43+ `cvar-optimization-benchmarks repository <https://github.com/fortitudo-tech/cvar-optimization-benchmarks >`_.
44+
45+ If you are an institutional investor and want to experience how these methods
46+ can be used for sophisticated analysis in practice, please request a demo by
47+ sending an email to demo@fortitudo.tech.
4548
4649Code of Conduct
4750---------------
@@ -52,7 +55,7 @@ packages, please report them directly to the maintainers of the upstream package
5255
5356.. meta ::
5457 :description lang=en: Fortitudo Techonologies' open-source Python code that allows you to
55- combine Entropy Pooling with CVaR optimization for fully general distributions.
58+ combine Entropy Pooling with CVaR optimization of fully general distributions.
5659 :keywords: Conditional Value-at-Risk, Entropy Pooling, Python, Investment, Quant, Finance
5760
5861.. toctree ::
0 commit comments