Tag Info

Hot answers tagged

3

I can only repeat myself because your mentioned previously asked question is essentially identical: => I would say do not include non-trading days, do not include days with zero position, do not include days where the asset did not trade for whatever other reason. Here some reasons and pointers: Sharpe measures excess returns scaled by volatility. The ...


1

I'm currently also using daily returns which I want to annualize. This is my approach: For every month, I calculate the simple return using the formula: (end-of-month closing price / beginning-of-month closing price) - 1. I use the Excel formula somproduct(geomean(A1:A12+1)-1) to find the monthly compounded return. Finally, I annualize the result of step 2 ...


1

If you assume that your monthly returns are independent from each other, then the annualized variance of each series, and the covariance can be annualized. This assumption allows you to use V(x1+X2+...+x12) = V(x1) + V(x2) + ... + V(x12) where xi is the return for the month "i". Actually, for this to happen you only need a weaker assumption: that is that ...



Only top voted, non community-wiki answers of a minimum length are eligible