Skip to content

Commit 060f36a

Browse files
committed
ReadME updates
1 parent 309d48d commit 060f36a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CVaROptBenchmarks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"If you can solve all problems using a Python API significantly faster than in this Notebook, and your implementation is not publicly available, please contant us at software@fortitudo.tech. We might be willing to buy your implementation.\n",
2323
"\n",
24-
"See the README file for more information on the CPU used to compute the results."
24+
"The CVaR optimization problems below have been solved using the following CPU: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (2.30 GHz)"
2525
]
2626
},
2727
{

OptimizationExample.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"These problems are the easiest to solve, so they are a good starting point for understanding the data. After becoming comfortable with these problems, you can proceed to the more challenging ones that include derivatives, leverage constraints, transaction costs and risk budgets.\n",
1212
"\n",
13-
"To see how the results have been computed using Fortitudo Technologies' Investment Analysis module, see the CVaROptBenchmarks.ipynb file."
13+
"To see how the results have been computed using Fortitudo Technologies' Investment Analysis module, see the CVaROptBenchmarks.ipynb file: https://github.com/fortitudo-tech/cvar-optimization-benchmarks/blob/main/CVaROptBenchmarks.ipynb "
1414
]
1515
},
1616
{

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ This repository contains Conditional Value-at-Risk (CVaR) portfolio optimization
33

44
The starting point is the [next-generation investment framework's market represensation](https://youtu.be/4ESigySdGf8?si=yWYuP9te1K1RBU7j&t=46) given by the matrix $R\in \mathbb{R}^{S\times I}$ and associated joint scenario probability vector $p\in \mathbb{R}^{S}$.
55

6+
The [CVaROptBenchmarks notebook](https://github.com/fortitudo-tech/cvar-optimization-benchmarks/blob/main/CVaROptBenchmarks.ipynb) illustrates how the benchmark problems can be solved using Fortitudo Technologies' Investment Analysis module, while the [OptimizationExample notebook](https://github.com/fortitudo-tech/cvar-optimization-benchmarks/blob/main/OptimizationExample.ipynb) shows how you can replicate the results using the [fortitudo.tech open-source Python package](https://github.com/fortitudo-tech/fortitudo.tech) for the efficient frontier optimizations, which are the easiest problems to solve.
7+
68
You can read much more about the next-generation investment framework in the [Portfolio Construction and Risk Management book](https://antonvorobets.substack.com/p/pcrm-book).

0 commit comments

Comments
 (0)