One of the things I calculate for each account is its total return; which seems pretty simple: [end (or current) value] / [total invested] -1
However, I have a few accounts where I have withdrawn more than the total amount I invested into the account (possible because returns have been positive). In this scenario, the formula above does not work because the ātotal investedā is negative.
When this happens in my Investment Returns template, I say the return is ā. But, this bugs me so I have been looking for a better answer. I have done a Google search on this but havenāt found anything helpful.
Would love to hear your feedback. If there is an article that explains, please point me to it.
I realize this is not really a Tiller topic, more like Seeking Alpha; but thought I would try Tiller first.
Thanks. I use XIRR to calculate average annual return since opening for each portfolio. I think this is the best metric to determine return of a portfolio.
I was trying to figure how to calculate TOTAL return for the portfolio. I did a bunch of playing around and have decided to keep the total return as ā if you have withdrawn more than your total deposits.
Wouldnāt the XIRR formula still be an accurate way to calculate the Annualized Return even if youāve withdrawn more than your initial investment thanks to positive returns on your initial investment?
In the example below over a 2 1/2 yr period, investments have been $110,000. Withdrawals have been $128,000 and the final balance is $30,000. XIRR annualized return = 40.67%
As you mention, XIRR is annualized and that one is easy.
For Total return, there are a few cases where what is the most logical formula (at least to me), [end (or current) value] / [total invested] -1, does not work. Here are 4 scenarios, and I included your suggested formulaā¦
If Iām understanding your top left calc, youāre saying you lost money even though you took out more than you invested ($50,000) and still have $5,000 in the account.
Using your top left example ā¦ Iād say your total investment was $50,000 turned into $60,000 over a 5 month period. The total amount you got back from your investment is $55,000 (withdrawals) + $5,000 (final value) = $60,000 or $10,000 more than you invested.
So, your Total Return would be 20% ($10,000 gain on $50,000 investment). The annualized return (IRR) would be 172%
It seems like youāre counting your withdrawals as additional investments rather than returns. Is this because youāre counting them as you would dividends that youāre reinvesting? If so, I donāt think that approach gives you a realistic way of looking at the return on your investment of $50,000.
As I see it, if your withdrawals + ending balance are more than your initial investment + adds, youāre Total Return has to be positive.
Going back to your Total Return Formula (withdrawals + current value)/Total Investment, your āTotal Investmentā is the sum of all the deposits, correct? I have been hung up on Total Investment = Net Invested (Deposits - Withdrawals). Using this, here are the updated tables, where the total return makes a lot more sense!
All of the above is interesting. Wouldnāt it be easier and more informative to just do the following (on a spread sheet of course):
A = P1*(1+i)^(T-T1) + P2*(1+i)^(T-T2) + P3*(1+i)^(T-T3)+ā¦etc. Where āAā is the value of investment per the broker at date āTā, and āP1ā is the principle (+) or withdrawal (-) at date āT1ā, wherein (T-T1) is the period of time between the two, and etc for P2, P3ā¦Then recursively iterate on āiā until the the equation balances (or use āGoal Seekā in Excel). āiā would be the CAGR.
I find those methods to be not-understandable. I use the equation:
Ao = sum of Pj * (1 + j)^(delta T). Where Ao is the value of your account at some current date āToā, āPjā is your investment at a previous date ājā where āPjā can be a deposit or a withdrawal, ājā is the CAGR (compounded annual growth rate), and delta āTā is the time in years between āToā and āTjā, i.e. delta āTā= āToā minus āTjā in years. Then set-up your spreadsheet and iterate on ājā until the value you have calculated from the sum of your investments equals the value of your account presented by your brokerage.