Skip to content

Commit 2d7e20f

Browse files
v1.1.11 (#118)
* README updates * Docs update * Poetry update
1 parent c7a9d73 commit 2d7e20f

26 files changed

Lines changed: 406 additions & 339 deletions

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fortitudo Technologies Open Source
1515
This package allows you to explore open-source implementations of some of our
1616
fundamental methods, e.g., Entropy Pooling and CVaR optimization in Python.
1717

18-
See this `YouTube playlist <https://www.youtube.com/playlist?list=PLfI2BKNVj_b2rurUsCtc2F8lqtPWqcs2K>`_
18+
Watch this `YouTube playlist <https://www.youtube.com/playlist?list=PLfI2BKNVj_b2rurUsCtc2F8lqtPWqcs2K>`_
1919
for a walkthrough of the package's functionality and examples.
2020

2121
For a high-level introduction to the investment framework, see this `YouTube video <https://youtu.be/4ESigySdGf8>`_
@@ -28,7 +28,7 @@ For a pedagogical and deep presentation of the investment framework, see the
2828
`Portfolio Construction and Risk Management Book <https://antonvorobets.substack.com/p/pcrm-book>`_.
2929

3030
To build the deepest understanding of all the theories and methods, you can
31-
complete the `Applied Quantitative Investment Management Course <https://antonvorobets.substack.com/p/course-q-and-a>`_.
31+
complete the `Applied Quantitative Investment Management Course <https://antonvorobets.substack.com/t/course>`_.
3232

3333
Audience
3434
--------
3.07 KB
Binary file not shown.
3.69 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-32 Bytes
Binary file not shown.
122 Bytes
Binary file not shown.

docs/build/html/_sources/examples.rst.txt

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,29 @@ The repository contains the following examples:
2828
9) The accompanied code for :cite:t:`KristensenVorobets2024`, illustrating
2929
the effect of parameter uncertainty and introducing Exposure Stacking.
3030
10) The accompanied code for :cite:t:`Vorobets2024`, illustrating how to
31-
optimize derivative portfolios using Entropy Pooling and Expsoure Stacking.
31+
optimize derivative portfolios using Entropy Pooling and Expsoure Stacking
32+
11) The accompanied code for :cite:t:`KristensenVorobets2025`, illustrating
33+
the Fully Flexible Resampling method introduced in the
34+
`Portfolio Construction and Risk Management Book <https://antonvorobets.substack.com/p/pcrm-book>`_
35+
12) The accompanied code for :cite:t:`Vorobets2025` that performs tests
36+
for normality of US equity index returns and rejects the Aggregational
37+
Gaussianity hypothesis
3238

33-
See this `YouTube playlist <https://www.youtube.com/playlist?list=PLfI2BKNVj_b2rurUsCtc2F8lqtPWqcs2K>`_
39+
Watch this `YouTube playlist <https://www.youtube.com/playlist?list=PLfI2BKNVj_b2rurUsCtc2F8lqtPWqcs2K>`_
3440
for a walkthrough of the package's functionality and examples. The examples are
35-
good places to start exploring the functionality of this package. We have very
36-
limited resources for support in relation to these, but please let us know if you
37-
have suggestions for how we can improve them and make them easier to understand.
41+
good places to start exploring the functionality of this package.
3842

3943
For a high-level introduction to the investment framework, see this `YouTube video <https://youtu.be/4ESigySdGf8>`_
40-
and `Medium article <https://medium.com/@ft_anvo/entropy-pooling-and-cvar-portfolio-optimization-in-python-ffed736a8347>`_.
41-
For an in-depth mathematical introduction to the investment framework, see
42-
these `SSRN articles <https://ssrn.com/author=2738420>`_.
44+
and `Substack post <https://open.substack.com/pub/antonvorobets/p/entropy-pooling-and-cvar-portfolio-optimization-in-python-ffed736a8347>`_.
4345

44-
For a careful and pedagogical presentation of the investment framework,
45-
see the `Portfolio Construction and Risk Management Book <https://igg.me/at/pcrm-book>`_
46-
crowdfunding campaign.
46+
For a mathematical introduction to the investment framework, see these
47+
`SSRN articles <https://ssrn.com/author=2738420>`_.
48+
49+
For a pedagogical and deep presentation of the investment framework, see the
50+
`Portfolio Construction and Risk Management Book <https://antonvorobets.substack.com/p/pcrm-book>`_.
51+
52+
To build the deepest understanding of all the theories and methods, you can
53+
complete the `Applied Quantitative Investment Management Course <https://antonvorobets.substack.com/t/course>`_.
4754

4855
You can explore the examples in the cloud without any local installations using
4956
`Binder <https://mybinder.org/v2/gh/fortitudo-tech/fortitudo.tech/main?labpath=examples>`_.

docs/build/html/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For a pedagogical and deep presentation of the investment framework,
1717
see the `Portfolio Construction and Risk Management Book <https://antonvorobets.substack.com/p/pcrm-book>`_.
1818

1919
To build the deepest understanding of all the theories and methods, you can
20-
complete the `Applied Quantitative Investment Management Course <https://antonvorobets.substack.com/p/course-q-and-a>`_.
20+
complete the `Applied Quantitative Investment Management Course <https://antonvorobets.substack.com/t/course>`_.
2121

2222
Audience
2323
--------

docs/build/html/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
fortitudo.tech
3939
</a>
4040
<div class="version">
41-
v1.1.10
41+
v1.1.11
4242
</div>
4343
<div role="search">
4444
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

docs/build/html/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
fortitudo.tech
4040
</a>
4141
<div class="version">
42-
v1.1.10
42+
v1.1.11
4343
</div>
4444
<div role="search">
4545
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

docs/build/html/examples.html

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
fortitudo.tech
4040
</a>
4141
<div class="version">
42-
v1.1.10
42+
v1.1.11
4343
</div>
4444
<div role="search">
4545
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -108,20 +108,25 @@ <h1>Examples<a class="headerlink" href="#examples" title="Link to this heading">
108108
<li><p>The accompanied code for <span id="id5">Kristensen and Vorobets [<a class="reference internal" href="references.html#id9" title="L. Kristensen and A. Vorobets. Portfolio optimization and parameter uncertainty. SSRN, 2024. URL: https://ssrn.com/abstract=4709317.">2024</a>]</span>, illustrating
109109
the effect of parameter uncertainty and introducing Exposure Stacking.</p></li>
110110
<li><p>The accompanied code for <span id="id6">Vorobets [<a class="reference internal" href="references.html#id10" title="A. Vorobets. Derivatives portfolio optimization and parameter uncertainty. SSRN, 2024. URL: https://ssrn.com/abstract=4825945.">2024</a>]</span>, illustrating how to
111-
optimize derivative portfolios using Entropy Pooling and Expsoure Stacking.</p></li>
111+
optimize derivative portfolios using Entropy Pooling and Expsoure Stacking</p></li>
112+
<li><p>The accompanied code for <span id="id7">Kristensen and Vorobets [<a class="reference internal" href="references.html#id11" title="L. Kristensen and A. Vorobets. Time- and state-dependent resampling. SSRN, 2025. URL: https://ssrn.com/abstract=5117589.">2025</a>]</span>, illustrating
113+
the Fully Flexible Resampling method introduced in the
114+
<a class="reference external" href="https://antonvorobets.substack.com/p/pcrm-book">Portfolio Construction and Risk Management Book</a></p></li>
115+
<li><p>The accompanied code for <span id="id8">Vorobets [<a class="reference internal" href="references.html#id12" title="A. Vorobets. The normal distribution myth. SSRN, 2025. URL: https://ssrn.com/abstract=5283255.">2025</a>]</span> that performs tests
116+
for normality of US equity index returns and rejects the Aggregational
117+
Gaussianity hypothesis</p></li>
112118
</ol>
113-
<p>See this <a class="reference external" href="https://www.youtube.com/playlist?list=PLfI2BKNVj_b2rurUsCtc2F8lqtPWqcs2K">YouTube playlist</a>
119+
<p>Watch this <a class="reference external" href="https://www.youtube.com/playlist?list=PLfI2BKNVj_b2rurUsCtc2F8lqtPWqcs2K">YouTube playlist</a>
114120
for a walkthrough of the package’s functionality and examples. The examples are
115-
good places to start exploring the functionality of this package. We have very
116-
limited resources for support in relation to these, but please let us know if you
117-
have suggestions for how we can improve them and make them easier to understand.</p>
121+
good places to start exploring the functionality of this package.</p>
118122
<p>For a high-level introduction to the investment framework, see this <a class="reference external" href="https://youtu.be/4ESigySdGf8">YouTube video</a>
119-
and <a class="reference external" href="https://medium.com/&#64;ft_anvo/entropy-pooling-and-cvar-portfolio-optimization-in-python-ffed736a8347">Medium article</a>.
120-
For an in-depth mathematical introduction to the investment framework, see
121-
these <a class="reference external" href="https://ssrn.com/author=2738420">SSRN articles</a>.</p>
122-
<p>For a careful and pedagogical presentation of the investment framework,
123-
see the <a class="reference external" href="https://igg.me/at/pcrm-book">Portfolio Construction and Risk Management Book</a>
124-
crowdfunding campaign.</p>
123+
and <a class="reference external" href="https://open.substack.com/pub/antonvorobets/p/entropy-pooling-and-cvar-portfolio-optimization-in-python-ffed736a8347">Substack post</a>.</p>
124+
<p>For a mathematical introduction to the investment framework, see these
125+
<a class="reference external" href="https://ssrn.com/author=2738420">SSRN articles</a>.</p>
126+
<p>For a pedagogical and deep presentation of the investment framework, see the
127+
<a class="reference external" href="https://antonvorobets.substack.com/p/pcrm-book">Portfolio Construction and Risk Management Book</a>.</p>
128+
<p>To build the deepest understanding of all the theories and methods, you can
129+
complete the <a class="reference external" href="https://antonvorobets.substack.com/t/course">Applied Quantitative Investment Management Course</a>.</p>
125130
<p>You can explore the examples in the cloud without any local installations using
126131
<a class="reference external" href="https://mybinder.org/v2/gh/fortitudo-tech/fortitudo.tech/main?labpath=examples">Binder</a>.
127132
However, note that Binder servers have very limited resources and might not support

0 commit comments

Comments
 (0)