I am trying to figure out how to compute simple return for the following investment (not a stock). The investment was also not sold:
contribution #1 $3,000,000 on July 10, 2014
contribution #2 $1,500,000 on November 30, 2014
dividend distribution #1 $75,000 made 11/15/14
dividend distribution #2 $101,000 made 2/1/15
I need to compute the return and to make sure the distributions satisfy a 6% per annum simple return.
Questions: How do you compute this step-by-step and how is the timing of this factored into the equation.
Generally a yearly return is computed as though the interest is not compounded unless specifically stated. So the return is a 'simple interest' problem during a single year. Next, depending on just how accurate you need to be, you have to decide what is the minimum period you will work with. Generally this is a day and thus 'interest' (rate of return) for one day would be 1/365 or 1/360 times the yearly interest (depending on the institution or whatever).
I will do a step by step for you for a simple rate of return with a month step (you have to hold a complete month (30 days) to earn your 'interest'. If you hold it part of a month, it doesn't count). I will also assume record date is payment date. However, before we start, I'm not sure if this is the way this is taught or not but this is the way I would do it.
You have
$3,000,000 from July 10, 2014 to Feb 1, 2015 = 6 months
$1,500,000 from Nov 30, 2014 to Feb 1, 2015 = 2 months
Total earned earned $75,000 + $101,000 = $176,000
Let the annual rate of return be i, i.e. 0.06 or 6%. The
(6 * 3000000 * i + 2 * 1500000 * i) / 12 = 176000
or
21000 i / 12 = 176
or
i ~ 10.057%
Note that each amount is multiplied by the number of months held and the sum is divided by the number of months in a year. That is the general rule, i.e. if figuring for days, multiply by days held and divide sum by days in year. Also, so as not to have to carry around all those zeros, you can express you money as 1000's of dollars [drop three zeros off the end] or what ever you feel comfortable with.