September 21st, 2007, 11:19 am
Including the cash position is important and it does help, but it does not address AnnaBegins' original point of calculating volatility in situations where a portfolio's value can go negative. To reuse the example:Assume you have $100 in cash and that you then purchase 1 share of stock A worth $100 and sold short 1 share of stock B at $100your initial value is Portfolio[0] = 100 + 100 (valueof stock A) - 100 (proceeds of short sale) = 100lets say that in period 1, A rallies to 160 and B drops to 50.Portfolio[1] = 100 + 160 - 50 = 210, Return[1] = 210/100-1 = 110%, Log-Return[1] = ln(210/100) = 74%lets say that in Period 2, A drops to 51, B rallies to 230 then your portfolio is now worthPortfolio[2] = 100 + 50 - 171 = -21, Return[2] = -21/210-1 = -110%, Log-Return[2] = ln(-21/210) = ???The point is that a log returns model may unusable if a portfolio can take on a negative value (i.e, liabilities exceed assets) which can happen whilst short selling or trading derivatives. Unfortunately, the linear-returns model has less than idea properties, too. If I see a +110% return in one period and a -110% return in the second period, what is my "average" return across the two periods? Arithmetically, it looks like it's 0%, but in reality, the total (2-period) portfolio return is actually -21/100-1 = -121% which suggests that the average might be -60.5%. The problem is that returns in the linear model are not sequentially additive (even for more modest period-to-period variations), which suggests that the summations one does for computing averages and variances are suspect, too.