Go Back   CDN Business Directory > Main Category > Financial Planning

 
 
Thread Tools Display Modes
  #4  
Old 06-04-2006, 01:08 AM
John Gunn
Guest
 
Posts: n/a
Default Re: Calculating return

Greg Hennessy <greg.hennessy[at]localhost.localdomain> wrote in
news:slrne83se7.klj.greg.hennessy[at]localhost.localdomain:

- quote -

> On 2006-06-03, Nosmo King <Nosmo_King58_[at]_yahoo.com> wrote:
> > What is the method for calculating annual return for an investment
> > where additional contributions are made throughout the year ?


The AIMR is responsible for the standards in this area. It is essentialy
the IRR, but check their information for the autoritative answer.

  #3  
Old 06-03-2006, 10:12 PM
Greg Hennessy
Guest
 
Posts: n/a
Default Re: Calculating return

On 2006-06-03, Nosmo King <Nosmo_King58_[at]_yahoo.com> wrote:
- quote -

> What is the method for calculating annual return for an investment where
> additional contributions are made throughout the year ? For example, assume I
> have an account with a starting balance of $10,000. On the first of each
> month, I contribute $1000. At the end of the year, the account is worth
> $25,000. I would think the return would be 13.6%, calculated as $3000
> (ending balance - starting balance - contributions) divided by $22,000
> (starting balance + contributions).
> If I had the same values, except I made contributions on the last day of the
> month, would the return be the same ? It seems that last $1000 contribution
> made on December 31 would not have time to affect the return and would only
> skew the calculation. If that last contribution was not made, the return
> would have been 14.3% ($3000/$21,000).


I opened a spreadsheet, a few minutes of playing around with the
future value function I obtained an average return of 18.0146 percent
for the first one, and 16.982 percent for the second case. I am sure
that there are other values which solve the problem, although those
values may not be realistic (i.e. they may be imaginary).

You underestimate the return because you overestimate the money
available. In January you only have 10K or 10K available in the two
choices that need to earn interest.

I did my calculation assuming monthly compounding, I'm sure there is a
different way to calculate it with continiuous compounding.

  #2  
Old 06-03-2006, 09:24 PM
Rich Carreiro
Guest
 
Posts: n/a
Default Re: Calculating return

Rich Carreiro <rlcarr[at]animato.arlington.ma.us> writes:

- quote -

> out of the account. Let c[i] be the amount of the i-th contribution
> (c[i] will be negative for a withdrawal) and let t[i] be the number
> of months from the *start* of the year that the contribution was made,
> and the average amount invested is:
> avg amt invested = start balance + Sum (c[i] * t[i]/12)


Duhhhhh....

Make that:
...let t[i] be the number of months from the *end* of
the year that contribution c[i] was made...

--
Rich Carreiro rlcarr[at]animato.arlington.ma.us

  #1  
Old 06-03-2006, 08:52 PM
Rich Carreiro
Guest
 
Posts: n/a
Default Re: Calculating return

Nosmo_King58_[at]_yahoo.com (Nosmo King) writes:

- quote -

> What is the method for calculating annual return for an investment where
> additional contributions are made throughout the year ? For example, assume I
> have an account with a starting balance of $10,000. On the first of each
> month, I contribute $1000. At the end of the year, the account is worth
> $25,000. I would think the return would be 13.6%, calculated as $3000
> (ending balance - starting balance - contributions) divided by $22,000
> (starting balance + contributions).


The most proper way would be the Internal Rate of Return (IRR) method.
To calculate the IRR, you compute the net present value of the cash
flows (taking the starting balance and all deposits as positive cash
flows and the ending balance and all withdrawals as negative cash
flows) and find the discount rate that makes the NPV identically zero.
That rate is your rate of return. Many spreadsheets and financial
calculators have this function. In MS Excel, read the documentation
for the IRR() and XIRR() functions.

An approximation to IRR would be to divide the investment gain (or loss)
by the average amount invested. The gain over the period is simply:
gain = end balance - start balance + withdrawals - deposits

The average amount invested weights the contributions by how long
they've been in the account and withdrawals by how long they've been
out of the account. Let c[i] be the amount of the i-th contribution
(c[i] will be negative for a withdrawal) and let t[i] be the number
of months from the *start* of the year that the contribution was made,
and the average amount invested is:
avg amt invested = start balance + Sum (c[i] * t[i]/12)

Once you have that, the approx rate of return is gain divided
by average amount invested.

But if you're going to go through that much effort, you may as
well use the proper IRR algorithm, because by the time you've
set up the c[i] and t[i], you have everything you need to plug
into the IRR algorithm.

There is one gotcha with IRR -- if the simple "running balance" formed
by starting with the initial balance and adding/subtracting the
contributions and withdrawals ever switches sign, the IRR calculation
can give multiple return values. Those of you who remember more about
the theory of polymonials than I do can explain why :-)

--
Rich Carreiro rlcarr[at]animato.arlington.ma.us

 
Old 06-03-2006, 08:33 PM
joetaxpayer
Guest
 
Posts: n/a
Default Re: Calculating return



Nosmo King wrote:

- quote -

> What is the method for calculating annual return for an investment where
> additional contributions are made throughout the year ? For example, assume I
> have an account with a starting balance of $10,000. On the first of each
> month, I contribute $1000. At the end of the year, the account is worth
> $25,000. I would think the return would be 13.6%, calculated as $3000
> (ending balance - starting balance - contributions) divided by $22,000
> (starting balance + contributions).
> If I had the same values, except I made contributions on the last day of the
> month, would the return be the same ? It seems that last $1000 contribution
> made on December 31 would not have time to affect the return and would only
> skew the calculation. If that last contribution was not made, the return
> would have been 14.3% ($3000/$21,000).


My 'back of envelope' calculation says the rate of return (to be clear,
I understood the you started on 1/1 with 10K, but added 1K each month,
including 1/1, 2/1, etc) is 18.18%.
Here's the math;
You start with 11K really on 1/1, and have deposited a total of $22K, so
the average amount invested is (11+22)/2 = 16.5K. The return of 3/16.5
is 18.18%.

I then ran a spreadsheet where I used 12 seperate calculations and added
them up. I used successive approximation (that is I lowered or raised
the rate) until the sum of returns was exactly $3000. Result was 18.17%.
I trust the difference was due to the different number of days in given
months.

Using end of month jumps to 19.3% return.

BTW, I used balance on 1/1/06 to 1/1/07, so even the 12/31 deposit has
about 50 cents interest.

JOE

  #-1  
Old 06-03-2006, 07:05 PM
Nosmo King
Guest
 
Posts: n/a
Default Calculating return

What is the method for calculating annual return for an investment where
additional contributions are made throughout the year ? For example, assume I
have an account with a starting balance of $10,000. On the first of each
month, I contribute $1000. At the end of the year, the account is worth
$25,000. I would think the return would be 13.6%, calculated as $3000
(ending balance - starting balance - contributions) divided by $22,000
(starting balance + contributions).

If I had the same values, except I made contributions on the last day of the
month, would the return be the same ? It seems that last $1000 contribution
made on December 31 would not have time to affect the return and would only
skew the calculation. If that last contribution was not made, the return
would have been 14.3% ($3000/$21,000).

 

Tags
calculating, return
Similar Threads
Thread Forum Replies Last Post
What are the formula for calculating ROI all dates (Total return all dates)
rvsw@hotmail.com: From http://money.mvps.org/articles/portfolio_columns.aspx, it says that dividends should be included in calculation of ROI all dates(Total return...
Microsoft Money 3 07-19-2006 06:02 AM
Calculating GA withholding
Jason.Alden.Benoit@gmail.com: I am trying to calculate in excel the Georgia state withholding tax. I am single and have no allowances. I used this publication: ...
Taxes 3 07-11-2006 07:29 PM
Calculating rate of return
Ignoramus17304: I have a brokerage account. During the last several years, I funded the account a few times, received dividends, etc etc. I would like to know how...
Financial Planning 3 02-16-2004 11:52 PM
Calculating Returns
Doug: I have a portfolio of mutual funds and stocks. Over the years money has gone into this account, and money has come out. By this I mean I take money...
Financial Planning 1 11-29-2003 06:19 PM



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT. The time now is 11:36 PM.