Non-linear beta

If you google-finance AMZN you can see the beta is 0.93. I already wrote in the past about this illusive concept. Beta is suppose to reflect the risk of an instrument with respect for example to the market. However, you can estimate this measure in all kind of ways.

You can shrink your estimate to stabilize it. You can use the robust version, and there are other other issues. One additional aspect is non-linearity of this risk measure. The sensitivity to the market need not be the same on red and green days. Here is a motivating figure:

AMZN non-linear beta
What we see here is that AMZN has stronger correlation with the market when the market is down and weaker correlation when the market is up. There is correlation and there is correlation structure. The google-finance beta is the correlation, it can be that throughout the distribution it is the same, but it does not have to necessarily hold. As it is, to take it to the extreme, you don’t want to have a symbol with beta equals 1 which is the average of 2- when the market is down and 0.5- when the market is up. If you are long, the reverse is great, a symbol that rally in green days and declines only slowly on bad days.

I played around with a few other financial stocks to see if this is typical, here is the barplot of the coefficients on the positive days (light) and on the negative days (darker).
Barplot of Coefficients
Citi is the only symbols which has stronger correlation during market down moves, most have pretty constant correlation with the market across the distribution and Morgan Stanley is a nice symbol to hold in that respect.
MS-beta
We see exactly the reverse from AMZN, steeper slope during up days than during down days. Naturally, it will be interesting to see how a portfolio constructed using this criterion performs, but I leave it for now. Code is below as usual.

2 comments on “Non-linear beta”

  1. Hey Eran, I tried running the code however I’m getting the series of errors. The first one occurs as follow:

    > x <- cbind(rep(1,TT),clc[,'MARKET'],positive_only)
    Warning message:
    In cbind(rep(1, TT), clc[, "MARKET"], positive_only) :
    number of rows of result is not a multiple of vector length (arg 2)

    Thanks

Leave a Reply to Eran Raviv

Your email address will not be published. Required fields are marked *