Challenge: Portfolio Return and Risk Calculation
Tarefa
Swipe to start coding
You are given a DataFrame of monthly returns for four assets and a list of portfolio weights. Complete the following steps:
- Calculate the portfolio's monthly returns using the given weights;
- Compute the average monthly return of the portfolio;
- Calculate the volatility (standard deviation) of the portfolio's monthly returns;
- Calculate the Sharpe Ratio for the portfolio, assuming a risk-free rate of 0.5% per month;
- Print a summary of the calculated metrics, including the average monthly return, volatility, and Sharpe Ratio, each on a separate line.
Use only the libraries provided in the starter code. Do not modify the given data or weights.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 3
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Incrível!
Completion taxa melhorada para 4.76
Challenge: Portfolio Return and Risk Calculation
Deslize para mostrar o menu
Tarefa
Swipe to start coding
You are given a DataFrame of monthly returns for four assets and a list of portfolio weights. Complete the following steps:
- Calculate the portfolio's monthly returns using the given weights;
- Compute the average monthly return of the portfolio;
- Calculate the volatility (standard deviation) of the portfolio's monthly returns;
- Calculate the Sharpe Ratio for the portfolio, assuming a risk-free rate of 0.5% per month;
- Print a summary of the calculated metrics, including the average monthly return, volatility, and Sharpe Ratio, each on a separate line.
Use only the libraries provided in the starter code. Do not modify the given data or weights.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 3
single