Skip to content
Prev 8241 / 15274 Next

convert volatility of log returns to dollars

Noah,

Actually I think it is about 91 cents.

r = log(P1/P0)

so:

P1 = P0 * exp(r)

and the difference is:

P0 * exp(r) - P0 = P0 * (exp(r) - 1)

I think you really want to put in the
current value of the portfolio rather
than the average.

I'm surprised by the size of the difference
in the two answers, but I don't see how
my answer isn't right.

The standard deviation of the prices is
the wrong thing but I can't currently see
just how wrong.  At least part of the
answer is the autocorrelation of the
prices.  This is related to the blog post:
http://www.portfolioprobe.com/2011/01/12/the-number-1-novice-quant-mistake/

Pat
On 20/07/2011 19:05, Noah Silverman wrote: