Relative Measures of Portfolio Performance

This is the third and final installment of my series on portfolio performance measures among separate assets groups. First, I summarize the earlier posts, then I introduce relative performance measures. I start with the Markowitz cloud of possible portfolio weights, returns, and volatilities.

Absolute measures of performance contrast the realized portfolio performance with the performances that were possible simply by calculating the difference in, say, return or volatility. The drawback of this method is that different spreads of statistics can affect these differences apart from portfolio performance. That is, even if a portfolio of assets return was very high, some reference return can still be much higher and make the performance look poor.

Quasi-relative measures tackle this problem of different spreads by calculating the percentile of possible returns or volatilities. This allows us to compare portfolio returns to what was possible even among portfolios of different assets with Markowitz clouds of different volatility ranges. The drawback of quasi-relative measures is that the return at some percentile of possible returns is not the same as the return of the same percentile among possible portfolios. Said another way, each possible rate of return in the Markowitz cloud is not equally as likely. So, a low percentile among possible returns be due to a very high and unlikely return.

It should be obvious that returns and volatilities among possible portfolio weights are not equally likely. To help visualize the idea, see the below 3D quadratic for a simplified example that represents a portfolio of three assets. The x-axis represents returns and the z-axis represents standard deviation. The y-axis represents the weight on  the 3rd assets (returns and weights map directly to one another linearly). The set of possible portfolios lie on the surface of the quadratic function.

Continue reading

Are Your Portfolio Weights Right?

What do portfolio managers even get paid for? The claim that they don’t beat the market is usually qualified by “once you deduct the cost of management fees”. So, managers are doing something and you pay them for it. One thing that a manager does is determine the value-weights of the assets in your portfolio. They’re deciding whether you should carry a bit more or less exposure to this or that. This post doesn’t help you predict the future. But it does help you to evaluate your portfolio’s past performance (whether due to your decisions or the portfolio manager).

Imagine that you had access to all of the same assets in your portfolio, but that you had changed your value-weights or exposures differently. Maybe you killed it in the market – but what was the alternative? That’s what this post measures. It identifies how your portfolio could have performed better and by how much.

I’ve posted several times recently about portfolio efficient frontiers (here, here, & here). It’s a bit complicated, but we’d like to compare our portfolio to a similar portfolio that we could have adopted instead. Specifically, we want to maximize our return given a constant variance, minimize our variance given a constant return or, if there are reallocation frictions, we’d like to identify the smallest change in our asset weights that would have improved our portfolio’s risk-to-variance mix.

I’ll use a python function from github to help. Below is the command and the result of analyzing a 3-asset portfolio and comparing it to what ‘could have been’.

Continue reading