Monthly IRR

Cypher2841

New Member
Joined
Mar 14, 2014
Messages
1
I understand that if you wish to convert an annual IRR to monthly you need to employ the formula (1+IRR)^(1/12)-1. The reasoning (as I understand it) is that this formula will account for the reinvestment effect which is why you don't simply divide the annual IRR by 12.

What my simple mind can't quite get from a pure math perspective is why do we add 1 to the IRR and then subtract 1 at the end of the formula?

Any help is appreciated.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Welcome to the board.
Simply dividing the annual return by 12 would yield the arithmetic mean, which is not what you want. If the value at the start of the year is V1 and the value at the end of that year is V2, then if the average monthly return is R:
V2 = V1(1+R)^12 or
R= (V2/V1)^(1/12) -1
R is the geometric mean not the arithmetic mean.
V2/V1 = 1 + IRR
 
Upvote 0
Think of it backwards. If the opening balance is b and the monthly rate is m, then after one month the balance is b*(1+m), after two months, b*(1+m)^2, ..., and after 12, b*(1+m)^12. The change in value over a year is the final balance minus the opening balance:

b*(1+m)^12 - b == b * ((1+m)^12 - 1)

That last term, (1+m)^12 -1, is, by definition, the annual rate a:

a = (1+m)^12 -1

So

a + 1 = (1+m)^12

Rooting both sides,

(a + 1)^(1/12) = 1+m

m = (a + 1)^(1/12) - 1
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,286
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top