1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Portfolio Analysis in R

Exercise

Driver 1: The assets' individual performance

The video reviewed the three types of drivers for a portfolio's performance: (i) the individual performance of the assets in terms of risk and return, (ii) the portfolio weight of each of the assets, (iii) the correlation between the asset returns.

Now let's analyze some data to get a better grasp of this result! In this example, you will consider investing – with monthly frequency – in U.S. equities and U.S. bonds. Each assets' returns are stored in your workspace as returns_equities, and returns_bonds. In addition, the portfolio is invested 60/40, meaning that every month you invest 60% in equities and 40% bonds. These portfolio returns are stored as returns_6040.

Which of the following statements about the relationship between portfolio performance (investing in both equities and bonds) and the individual assets' performance (investing in only one of them) is true?

Instructions

50 XP

Possible answers