Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Initial version for CVaR Optimizer (#372)
Browse files Browse the repository at this point in the history
* Initial version for CVaR Optimizer

* Exclude data generation from testing for CVaR Optimization

* updated README with article link

* updated other readmes, pushed grammatical changes for main

* Update dependency for CVaR Optimization

* Created README and clean up code for CVaR

* updated top level readme for article link

Co-authored-by: printhellohetal <printhellohetal@gmail.com>
  • Loading branch information
HuifangYeo and printhellohetal authored Oct 14, 2022
1 parent 391a6da commit 98428f5
Show file tree
Hide file tree
Showing 91 changed files with 31,874 additions and 70 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ notebooks/01-use-cases/finance/risk-management/credit-risk/xva/data-prev/*.csv
notebooks/01-use-cases/finance/risk-management/credit-risk/xva/data/*.csv
notebooks/01-use-cases/finance/risk-management/credit-risk/xva/what-if/*.csv
notebooks/01-use-cases/finance/risk-management/credit-risk/ifrs9/lending-club-data/*.csv
node_modules
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,27 @@ For enterprise solutions, check out [Atoti+](https://www.activeviam.com/atoti-20
<br/>
</blockquote></details>

</li><li>
<details open>
<summary><b>Portfolio Management</b></summary><blockquote>
<br/>

<table>

<img src="https://data.atoti.io/notebooks/banners/Atoti_plus_RVB_Icon.png" width="15px"/><b> indicates requires Atoti+</b>

<tr>
<td><b>Notebooks</b></td>
<td><b>Related media</b></td>
</tr>
<tr>
<td rowspan="1"><a href="notebooks/01-use-cases/finance/portfolio-management/cvar-optimizer/main.ipynb">&nbsp;cvar-optimizer&nbsp;</a></td>
<td><a href="https://www.atoti.io/articles/integrating-an-external-portfolio-optimizer-with-atoti?utm_source=github">📰&nbsp;Integrating an External Portfolio Optimizer with atoti</a></td>
</tr>
</table>
<br/>
</blockquote></details>

</li></ol>
</details>
<details>
Expand Down Expand Up @@ -449,6 +470,10 @@ For enterprise solutions, check out [Atoti+](https://www.activeviam.com/atoti-20
<td><a href="https://www.atoti.io/articles/top-count-in-jupyter-notebook-atoti-vs-pandas-matplotlib/?utm_source=github">📰&nbsp;Top count in Jupyter notebook: atoti vs Pandas + Matplotlib</a></td>
</tr>
<tr>
<td rowspan="1"><a href="notebooks/02-technical-tutorials/introductory-tutorial/main.ipynb">&nbsp;introductory-tutorial&nbsp;</a></td>
<td>&nbsp</td>
</tr>
<tr>
<td rowspan="2"><a href="notebooks/02-technical-tutorials/excel-and-atoti/main.ipynb">&nbsp;excel-and-atoti&nbsp;</a></td>
<td><a href="https://www.youtube.com/watch?v=dFYZkTxiaOU&list=PLAUN-EQdSx7jeORLVmP-qMo-tVqkMbwpW&index=9?utm_source=github"><img src="https://data.atoti.io/notebooks/banners/yt.png" width="20px" align="center"/>&nbsp;atoti & Excel - Asia</a></td>
</tr>
Expand Down
21 changes: 21 additions & 0 deletions notebooks/01-use-cases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,27 @@ For enterprise solutions, check out [Atoti+](https://www.activeviam.com/atoti-20
<br/>
</blockquote></details>

</li><li>
<details open>
<summary><b>Portfolio Management</b></summary><blockquote>
<br/>

<table>

<img src="https://data.atoti.io/notebooks/banners/Atoti_plus_RVB_Icon.png" width="15px"/><b> indicates requires Atoti+</b>

<tr>
<td><b>Notebooks</b></td>
<td><b>Related media</b></td>
</tr>
<tr>
<td rowspan="1"><a href="notebooks/01-use-cases/finance/portfolio-management/cvar-optimizer/main.ipynb">&nbsp;cvar-optimizer&nbsp;</a></td>
<td><a href="https://www.atoti.io/articles/integrating-an-external-portfolio-optimizer-with-atoti?utm_source=github">📰&nbsp;Integrating an External Portfolio Optimizer with atoti</a></td>
</tr>
</table>
<br/>
</blockquote></details>

</li></ol>
</details>
<details>
Expand Down
21 changes: 21 additions & 0 deletions notebooks/01-use-cases/finance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,27 @@
<br/>
</blockquote></details>

</li><li>
<details open>
<summary><b>Portfolio Management</b></summary><blockquote>
<br/>

<table>

<img src="https://data.atoti.io/notebooks/banners/Atoti_plus_RVB_Icon.png" width="15px"/><b> indicates requires Atoti+</b>

<tr>
<td><b>Notebooks</b></td>
<td><b>Related media</b></td>
</tr>
<tr>
<td rowspan="1"><a href="notebooks/01-use-cases/finance/portfolio-management/cvar-optimizer/main.ipynb">&nbsp;cvar-optimizer&nbsp;</a></td>
<td><a href="https://www.atoti.io/articles/integrating-an-external-portfolio-optimizer-with-atoti?utm_source=github">📰&nbsp;Integrating an External Portfolio Optimizer with atoti</a></td>
</tr>
</table>
<br/>
</blockquote></details>

</li></ol>


Expand Down
33 changes: 33 additions & 0 deletions notebooks/01-use-cases/finance/portfolio-management/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<p align="center">
<img src="https://data.atoti.io/notebooks/banners/logo.png" alt="atoti logo">
</p>

<p align="center">
<a href="https://github.com/atoti/atoti/discussions"><img src="https://img.shields.io/github/discussions/atoti/atoti" alt="GitHub Discussion"></a>
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgit.luolix.top%2Fatoti%2Fnotebooks&count_bg=%23FF7375&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="Hits"></a>
<a href="https://stackoverflow.com/questions/tagged/atoti"><img src="https://img.shields.io/badge/StackOverflow-atoti-f58024.svg" alt="stackoverflow"></a>
</p>


## Financial use cases for Portfolio Management


<table>

<img src="https://data.atoti.io/notebooks/banners/Atoti_plus_RVB_Icon.png" width="15px"/><b> indicates requires Atoti+</b>

<tr>
<td><b>Notebooks</b></td>
<td><b>Related media</b></td>
</tr>
<tr>
<td rowspan="1"><a href="notebooks/01-use-cases/finance/portfolio-management/cvar-optimizer/main.ipynb">&nbsp;cvar-optimizer&nbsp;</a></td>
<td><a href="https://www.atoti.io/articles/integrating-an-external-portfolio-optimizer-with-atoti?utm_source=github">📰&nbsp;Integrating an External Portfolio Optimizer with atoti</a></td>
</tr>
</table>


<br/>
<p align="center">
Reach out to <a href="https://www.activeviam.com/contact-us/"><img src="https://data.atoti.io/notebooks/banners/ActiveViam-RVB-150dpi.png" alt="atoti logo" width="150px" /></a> for more information.
</p>
Loading

0 comments on commit 98428f5

Please sign in to comment.