-
Notifications
You must be signed in to change notification settings - Fork 1
Calculation of Returns
wilsonleong edited this page Dec 11, 2020
·
36 revisions
Generally speaking, there are 2 types of returns that can be calculated:
- Time-weighted rate of return (TWRR), i.e. Modified Dietz Return
- Money-weighted rate of return (MWRR), i.e. Internal Rate of Return (IRR)
Accumulative Returns should be annualised when the period is beyond 1Y, so that they can be compared against different periods like for like.
Modified Dietz Return is a time-weighted calculation. This method is suitable for calculating returns for mutual funds as fund managers, because it emphasizes on the overall returns of the investment strategy, rather than the timing of cash flows (i.e. investors deposits & withdrawals).
The IRR is a money-weighted calculation. It provides a more accurate calculation of returns on the investment as an investor.
Reference: https://www.thebalance.com/calculate-your-internal-rate-of-return-2388562
(to be completed)