Skip to content

Commit 48108dd

Browse files
Update OptContentManager.py
1 parent 4c85cb8 commit 48108dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OptContentManager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def importantDefinitions():
3232
3333
**Understanding the Process:**
3434
- We calculate returns and risks for various asset weightings, plotting them on a scatter plot. Through **optimization**, we identify the 'Efficient Frontier' — the best return for a given risk level. From this, we derive the **Maximum Sharpe Ratio** portfolio, which offers the highest return per unit of risk. Learn more about the Efficient Frontier [here](https://www.investopedia.com/terms/e/efficientfrontier.asp).
35+
- The library used for the optimization is [PyPortfolioOpt](https://pyportfolioopt.readthedocs.io/en/latest/)
3536
3637
**📈 Maximum Sharpe Ratio Portfolio:**
3738
- This portfolio provides the best risk-adjusted return. For instance, a Sharpe ratio of 1.5 means 1.5 units of gain for each unit of risk. It's ideal for those seeking maximum growth with controlled risk.
@@ -90,4 +91,4 @@ def exampleWalkthrough():
9091
**Blended Strategy:**
9192
- While each portfolio targets specific risk preferences, a blended approach may appeal to investors looking for a balance between growth and safety.
9293
By combining elements of both the Maximum Sharpe Ratio and Minimum Volatility portfolios, investors can tailor their exposure to match their individual risk tolerance and investment goals.
93-
"""
94+
"""

0 commit comments

Comments
 (0)