Returns for Custom Indices
Portfolio return calculations become very easy through custom indices. Let us continue with our example of banking sector stocks, discussed in previous articles, to understand this. From our last article, we know how to create a custom index for a portfolio by rebalancing it to 100 at the inception date. Following is the portfolio snapshot on inception date (Day 0) and 30 days after the inception date (Day 30).
Stock | Shares (A) | Day 0 | Day 30 | ||||
---|---|---|---|---|---|---|---|
Current Market Price (B0) | Investment (C0 = B0 x A) | Weight (= C0 / sum[C0]) | Current Market Price (B1) | Investment (C1 = B1 x A) | Weight (= C1 / sum[C1]) | ||
SBI | 61 | 164.65 | 10,043.65 | 20.06% | 200.10 | 12,206.10 | 23.42% |
PNB | 131 | 76.15 | 9,975.65 | 19.93% | 90.45 | 11,848.95 | 22.74% |
BOB | 72 | 139.60 | 10,051.20 | 20.08% | 135.80 | 9,777.60 | 18.76% |
BOI | 114 | 87.40 | 9,963.60 | 19.90% | 83.24 | 9849.36 | 18.21% |
ALBK | 227 | 44.15 | 10,022.05 | 20.02% | 55.78 | 12,662.06 | 24.30% |
Total | 50,056.15 | 100% | 55,984.07 | 100% |
We can see that portfolio has grown from INR 50056.15 to INR 55984.07 in 30 days. As discussed in our article Portfolio Return Calculation, formula for returns generated by a portfolio is
Portfolio Return = (Current Networth – Initial Networth) / Initial Networth
By this formula, portfolio of banking stocks generate a return of 11.84% (5927.92/50056.15). Let’s see can we quickly get this number using custom index. We know that the value of the custom index on inception date is 100. So on Day 0 the value is 100. Thus, if 50056.15 = 100 then 55984.07 = [55984 * (100/50056.15)] = 111.84. If someone tells us that the custom index value of our portfolio on Day 30 is 111.84, we can quickly tell that portfolio is up +11.84% (111.84-100). Similarly if the index value after 75 days is 118.15%, we can quickly tell without any calculation that portfolio is up +18.15%. Suppose, the table below shows the custom index values on various dates:
Day | Custom Index | Portfolio Return |
---|---|---|
Day 0 | 100.00 | 0.00% |
Day 30 | 110.00 | 10.00% |
Day 75 | 111.84 | 11.84% |
Day 100 | 118.15 | 18.15% |
Day 150 | 124.75 | 24.75% |
Day 200 | 127.45 | 27.45% |
Day 250 | 120.48 | 20.48% |
Day 300 | 131.45 | 31.45% |
Day 350 | 135.48 | 35.48% |
I can quickly say what is my portfolio return, without even knowing the total portfolio value. On day 250, if I tell you that the value of your portfolio is 60307.65, you can’t tell the return generated by your portfolio without any calculations. But if I say that the index value of your portfolio is 120.48, you can quickly conclude that your portfolio return is 20.48%. We can also use index values to calculate return generated between any two dates. From the above table, we know that the portfolio value on Day 150 is 124.75 and portfolio value on Day 300 is 131.45. With these values we can quickly tell that portfolio went up by 6.7% between day 150 and day 300. This means that on my initial investment on Day 0, I was earning 6.7% more on Day 300 compared to Day 150. We can also calculate the returns generated in this time period. The portfolio generated a return of 8.6% [(135.48-124.75)/127.75] between Day 150 and Day 300. This means that instead of Day 0, if we had invested on Day 150, we would have earned 8.6% by Day 300.
Let’s look at benchmarking and its benefits now.
Add a comment