Calculate Investment Growth With Distributions

Calculate Investment Growth With Distributions

In my years of analyzing portfolios, I have seen too many investors make a critical error. They deposit $10,000, see a statement months later showing $11,000, and conclude they are up 10%. This is only true if no other activity occurred. What if they received $500 in dividends that were withdrawn? What if they added more capital? The ending balance alone tells a misleading story. The true measure of performance is not the change in account value, but the growth rate of the capital invested, considering all the twists and turns along the way. This requires moving beyond simple arithmetic to a more sophisticated, yet essential, method: the Time-Weighted Return (TWR) and the Dollar-Weighted Return (IRR). Understanding both is paramount for any serious investor.

The Pitfall of the Simple Return Calculation

Let’s first illustrate the problem with the most intuitive but flawed method.

Simple Return Formula:

\text{Simple Return} = \frac{\text{Ending Value} - \text{Beginning Value}}{\text{Beginning Value}} \times 100

Example 1: The Misleading Picture

  • Jan 1: You invest \text{\$10,000}.
  • Jun 30: You receive a \text{\$500} dividend distribution, which you withdraw to your bank account.
  • Dec 31: Your investment account balance is \text{\$10,800}.

Using the simple return:

\text{Simple Return} = \frac{\text{\$10,800} - \text{\$10,000}}{\text{\$10,000}} \times 100 = 8\%

This seems positive. But it completely ignores the $500 you extracted! Your total net gain is actually:
\text{Total Gain} = (\text{Ending Value} + \text{Distributions}) - \text{Beginning Value}

= (\text{\$10,800} + \text{\$500}) - \text{\$10,000} = \text{\$1,300}

A more accurate “simple” measure would be the Holdings Period Return (HPR):
\text{HPR} = \frac{\text{Ending Value} + \text{Distributions} - \text{Beginning Value}}{\text{Beginning Value}}

\text{HPR} = \frac{\text{\$10,800} + \text{\$500} - \text{\$10,000}}{\text{\$10,000}} = \frac{\text{\$1,300}}{\text{\$10,000}} = 13\%

This 13% is a more truthful representation of the investment’s performance over the year. However, it still has a major weakness: it doesn’t account for the timing of the distribution. What if that $500 dividend was paid on January 2nd versus December 30th? The opportunity to reinvest that money matters. This is where more precise methods are required.

The Time-Weighted Return (TWR): Isolating the Investment’s Performance

TWR is the industry standard for evaluating the performance of fund managers because it eliminates the distorting effects of investor cash flows (deposits and withdrawals). It measures the compound growth rate of a single unit of money invested over a period.

How to Calculate TWR:

  1. Break the overall period into sub-periods at every point a cash flow (deposit or withdrawal) occurs.
  2. Calculate the holding period return (HPR) for each sub-period.
  3. Compound the sub-period returns together to get the overall TWR.

Formula for a Sub-period Return:

\text{HPR}_{\text{sub}} = \frac{\text{Ending Value} - \text{Beginning Value} - \text{Net Cash Flow}}{\text{Beginning Value} + \text{Net Cash Inflow}}

A simpler way to think about it: \text{HPR}_{\text{sub}} = \frac{\text{Ending Value}}{(\text{Beginning Value} + \text{Net Contributions})} - 1

Example 2: Calculating TWR with a Distribution
Let’s use the same scenario from before, but now assume the dividend was reinvested instead of withdrawn. This makes the cash flow an internal event that gets accounted for in the sub-period.

  • Jan 1: Initial investment: \text{\$10,000}
  • Jun 30: Account value before dividend: \text{\$11,000}. A \text{\$500} dividend is paid and immediately reinvested, buying more shares. The account value after reinvestment is still \text{\$11,000}. (The value doesn’t change on the ex-dividend date; the share price drops by the dividend amount, but the number of shares increases).
  • Dec 31: Final account value: \text{\$11,800}
  • Sub-period 1 (Jan 1 – Jun 30):
\text{HPR}_1 = \frac{\text{\$11,000}}{\text{\$10,000}} - 1 = 0.10 = 10\%

Sub-period 2 (Jul 1 – Dec 31):

\text{HPR}_2 = \frac{\text{\$11,800}}{\text{\$11,000}} - 1 \approx 0.0727 = 7.27\%

Calculate Overall TWR:
\text{TWR} = (1 + \text{HPR}_1) \times (1 + \text{HPR}_2) - 1

\text{TWR} = (1 + 0.10) \times (1 + 0.0727) - 1 = (1.10 \times 1.0727) - 1 \approx 1.1800 - 1 = 0.1800 = 18.00\%

The TWR for the year is 18%. This tells you the performance of the investment itself, independent of your actions.

The Dollar-Weighted Return (DWR) / Internal Rate of Return (IRR): Measuring Your Personal Return

While TWR measures the investment, the Dollar-Weighted Return (DWR), or Internal Rate of Return (IRR), measures your personal performance. It accounts for the size and timing of your cash flows. It is the discount rate that makes the net present value of all cash flows equal to zero.

The IRR Formula (Conceptual):

\sum_{t=0}^{n} \frac{CF_t}{(1 + IRR)^t} = 0

Where:

  • CF_t is the cash flow at time t.
  • A negative cash flow is a deposit (money into the investment).
  • A positive cash flow is a withdrawal (money out of the investment, like a distribution you spend).

Example 3: Calculating IRR with a Withdrawn Distribution
Let’s return to our first example where you withdrew the dividend. This cash flow matters for your personal return.

  • t=0 (Jan 1): You deposit \text{\$10,000} (negative cash flow, it’s an outflow from your pocket).
  • t=0.5 (Jun 30): You receive and withdraw a \text{\$500} dividend (positive cash flow, inflow to your pocket).
  • t=1 (Dec 31): Your account is worth \text{\$10,800}. We treat this as a final withdrawal (positive cash flow).

We set up the equation where the sum of the present values of these flows equals zero:

\frac{-\text{\$10,000}}{(1 + IRR)^0} + \frac{\text{\$500}}{(1 + IRR)^{0.5}} + \frac{\text{\$10,800}}{(1 + IRR)^1} = 0

Solving this by hand is complex; it requires iteration or a financial calculator/spreadsheet function like Excel’s XIRR.

Using Excel’s XIRR Function:

DateCash Flow
1/1/2024-10000
6/30/2024500
12/31/202410800

The formula =XIRR(B2:B4, A2:A4) would yield a DWR of approximately 12.86%.

This is your personal rate of return. It’s lower than the TWR would have been because you withdrew money mid-year (the $500 dividend) that otherwise would have remained invested and continued to compound. Your action, not the investment’s performance, led to a lower personal return.

Summary: Choosing the Right Measure

MeasurePurposeAccounts for Cash Flow Timing?Best For
Simple ReturnQuick, rough estimateNoA first glance where no cash flows occurred.
Holdings Period Return (HPR)Better simple measureNoSingle periods with simple cash flows (e.g., a dividend at the end).
Time-Weighted Return (TWR)Evaluating the investment itselfYes, by isolating its effectComparing fund managers or strategies.
Dollar-Weighted Return (IRR)Evaluating your personal decisionsYesUnderstanding your actual financial outcome.

Final Insight: To truly understand your portfolio’s growth with distributions, you must move beyond the simple change in account balance. If you reinvest distributions, your focus should be on the Time-Weighted Return to gauge the investment’s quality. If you withdraw distributions to fund your life, the Dollar-Weighted Return (IRR) is the true measure of your financial progress, as it honestly captures the opportunity cost of taking money off the table. Mastering this distinction is what separates a casual investor from a sophisticated one.

Scroll to Top