I have a series of monthly returns in percentage points in excel. What is the GIPS compliant way to annualize this return?
I used the foll. formula: =FVSCHEDULE(1,Cell Range)^(MIN(1,12/COUNT(Cell Range)))-1
The series of returns are:
“0.43%,0.43%,0.43%,0.43%,0.43%„0.43%,0.43%,0.46%,0.46%,0.46%,0.46%„0.46%„0.46%,0.46%,0.46%,0.46%,0.46%,0.46%,0.46%,0.47%„0.48%,0.48%,0.48%,0.48%,0.49%,0.49%,0.49%,0.51%„0.51%„0.51%,0.51%,0.51%,0.51%,0.51%,0.51%,0.51%”
Using the formula above I got 5.81%. If you annualize each monthly return and then calculate the geometric mean then u get 5.65%. Which formula is the GIPS compliant one?
I used the foll. formula: =FVSCHEDULE(1,Cell Range)^(MIN(1,12/COUNT(Cell Range)))-1
The series of returns are:
“0.43%,0.43%,0.43%,0.43%,0.43%„0.43%,0.43%,0.46%,0.46%,0.46%,0.46%„0.46%„0.46%,0.46%,0.46%,0.46%,0.46%,0.46%,0.46%,0.47%„0.48%,0.48%,0.48%,0.48%,0.49%,0.49%,0.49%,0.51%„0.51%„0.51%,0.51%,0.51%,0.51%,0.51%,0.51%,0.51%”
Using the formula above I got 5.81%. If you annualize each monthly return and then calculate the geometric mean then u get 5.65%. Which formula is the GIPS compliant one?