ROI Calculation
Time-weighted ROI¶
Rn = (Equity at the end of the sub-period - Equity at the beginning of the sub-period - Deposits + Withdrawals) / Equity at the beginning of the sub-periodTWR (%) = ((1 + R1) * (1 + R2) * ... * (1 + Rn) - 1) * 100%, where R1, R2,... Rn is ROI for the sub-period.Example
ROI (sub-period) = (1,100 - 1,000) / 1,000 = 0.1
TWR (%) = (1 + 0.1 - 1) = 0.1 * 100% = 10%ROI (sub-period) = (2,000 - 1,100 - 900) / 1,100 = 0
TWR (%) = (1 + 0.1 ) * (1 + 0) - 1 = 0.1 * 100% = 10%ROI (sub-period) = (2,100 - 2,000) / 2,000 = 0.05 or 5%TWR (%) = (1 + 0.1) * (1 + 0) * (1 + 0.05) - 1 = 0.155 * 100% = 15.5%ROI Update Frequency¶
Last updated