January 11th, 2008, 2:47 pm
I just need to make sure that I am using the correct formula:Lets say I have a time series data of daily returns, then in order to calculate the geometric compounded return I am using the following formula:[CumProduct ( 1 + ri)] - 1 where i = 1 to nIf I want to annualize it, then i multiply [CumProduct ( 1 + ri)] - 1 where i = 1 to n by SQRT(252). Everything fine so far. If I want an average monthly number, I multiply [CumProduct ( 1 + ri)] - 1 where i = 1 to n by SQRT(21) assuming 21 trading days in a month. Is that the correct formula to get an estimate of the average monthly return?I got a risk analysis software and the manuals show that the monthly number is obtained by multiplying by SQRT(12) instead of SQRT(21)