Taking monthly rate and extrapolating to annual, given monthly compounding

johnjohn

New member
Joined
Dec 28, 2013
Messages
2
Online question, mb there is some error in how it is phrased.

Assume that all 12 months have the same return as the simple monthly return between the end of December 2004 and the end of January 2005 (which is -13.41%). What would be the annual return with monthly compounding in that case?

So, monthly rate = -13.41%
Compounded monthly, 12 months, 1 year

= -82.22%??

How do I set this formula up?

Edit: Is it just (1-.1341)^12-1....sure enough...I would love a conceptual of WHY that works, if that makes any sense.

I have tried permutations of compound interest, I thought I understood this, apparently not.

Thank you so much for any assistance.
 
Last edited:
...
Edit: Is it just (1-.1341)^12-1....sure enough...I would love a conceptual of WHY that works, if that makes any sense.
...

To walk though the general solution: Suppose the interest rate, expressed as a decimal, for the period (in this case for a month) is i and suppose we started with an initial principle P. At the end of the first period we would have
P1 = P (1+i)
At the end of the second period we would have
P2 = P1 (1+i) = P (1+i)2
Continuing in this manner we have
Pn = Pn-1 (1+i) = P (1+i)n
So at the end of n periods the effective interest rate would be
ie = 100 * (Pn - P) / P = 100 ( (1+i)n - 1 )

where ie is the effective interest rate expressed as a percent.

That is equivalent to what you have if n=12 (except I get -82.23%)
 
Top