Contenu du cours
Introduction to Portfolio Management with Python
Introduction to Portfolio Management with Python
Challenge: Computing MSR Portfolio
After we've computed GMV portfolio in the previous chapter, it's time to compute MSR portfolio, which provides the highest Sharpe ratio.
Tâche
Swipe to start coding
In this task you need to:
- Choose right shape for array of weights.
- Compute array of Sharpe ratios.
- Find index of necessary weights in the right way.
- Choose optimal weights and corresponding Sharpe ratio.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 5
Challenge: Computing MSR Portfolio
After we've computed GMV portfolio in the previous chapter, it's time to compute MSR portfolio, which provides the highest Sharpe ratio.
Tâche
Swipe to start coding
In this task you need to:
- Choose right shape for array of weights.
- Compute array of Sharpe ratios.
- Find index of necessary weights in the right way.
- Choose optimal weights and corresponding Sharpe ratio.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 5