Kursinhalt
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.
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 2. Kapitel 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.
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 2. Kapitel 5