-
justinromens
- Newbie | Next Rank: 10 Posts
- Posts: 1
- Joined: Fri Feb 24, 2017 3:08 pm
I'm trying to figure out how to solve the following issue:
I'm trying to create an equation where we can estimate the actual returns for the stock and bond portions of a clients portfolio given limited information.
Example: Client's Return for a 90% stock/ 10% bond portfolio is 10%
The return of the stock index is 10% (remember this isn't the client's returns because their stock/bonds are commingled in such a way that we can't determine their stock vs bond performance).
The return of the bond index is -5% (same caveat as above).
We now compare the clients return to a weighted average of the index returns to see if they outperformed or underperformed. We'll call this Alpha and if it's positive that's good and it means we outperformed and if it's less that we underperformed.
(10% * .90) + (-5% * .10) = 8.5% is the expected return if they were invested in the indexes.
Now let say our portfolio returned 15% so we did significantly better than we would expect so our Alpha is the difference 15% - 8.5% = 6.5%.
Since our portfolio is 90% in stocks it would be a safe assumption to say that most of the Alpha came from the stock portion of the portfolio, however, I can't figure out a way to do that mathematically and be able to get back to the overall return figure for the entire portfolio. The only way I can get it to work is to evenly allocate the 6.5% to both the stock and bond categories.
An example makes it more clear.
Since we outperformed by 6.5% if I add that to both stocks and bonds the figures work out.
Estimated stock return = 10% + 6.5% = 16.5%
Esimated bond return = -5% + 6.5% = 1.5%
And the math works when you roll the figures back up which is crucial:
16.5% * .9 + 1.5% * .10 = 15%
The problem is that this Alpha is unlikely to be evenly attributed to each category considering the portfolio is 90% stocks so I want a way to allocate it appropriately, but I also need it to still add up to the 15% afterwards.
You would think simply weighting it would work, but see below.
10% + (6.5% *.90) = 15.85% This is allocating 90% of the Alpha to stocks
-5% + (6.5% *.10) = 4.35% This is allocating 10% of the Alpha to bonds
The problem is it fails when you try to get back to the portfolio return:
(15.85% * .90) + (4.35% * .10) = 14.7% (and this needs to be exactly 15% because we're estimating the return of his stocks and bonds so they need to equal his total return when you weight them out). The equation needs to work every time. It can't be some sort of filler number you find out and plug in at the end.
I'm trying to create an equation where we can estimate the actual returns for the stock and bond portions of a clients portfolio given limited information.
Example: Client's Return for a 90% stock/ 10% bond portfolio is 10%
The return of the stock index is 10% (remember this isn't the client's returns because their stock/bonds are commingled in such a way that we can't determine their stock vs bond performance).
The return of the bond index is -5% (same caveat as above).
We now compare the clients return to a weighted average of the index returns to see if they outperformed or underperformed. We'll call this Alpha and if it's positive that's good and it means we outperformed and if it's less that we underperformed.
(10% * .90) + (-5% * .10) = 8.5% is the expected return if they were invested in the indexes.
Now let say our portfolio returned 15% so we did significantly better than we would expect so our Alpha is the difference 15% - 8.5% = 6.5%.
Since our portfolio is 90% in stocks it would be a safe assumption to say that most of the Alpha came from the stock portion of the portfolio, however, I can't figure out a way to do that mathematically and be able to get back to the overall return figure for the entire portfolio. The only way I can get it to work is to evenly allocate the 6.5% to both the stock and bond categories.
An example makes it more clear.
Since we outperformed by 6.5% if I add that to both stocks and bonds the figures work out.
Estimated stock return = 10% + 6.5% = 16.5%
Esimated bond return = -5% + 6.5% = 1.5%
And the math works when you roll the figures back up which is crucial:
16.5% * .9 + 1.5% * .10 = 15%
The problem is that this Alpha is unlikely to be evenly attributed to each category considering the portfolio is 90% stocks so I want a way to allocate it appropriately, but I also need it to still add up to the 15% afterwards.
You would think simply weighting it would work, but see below.
10% + (6.5% *.90) = 15.85% This is allocating 90% of the Alpha to stocks
-5% + (6.5% *.10) = 4.35% This is allocating 10% of the Alpha to bonds
The problem is it fails when you try to get back to the portfolio return:
(15.85% * .90) + (4.35% * .10) = 14.7% (and this needs to be exactly 15% because we're estimating the return of his stocks and bonds so they need to equal his total return when you weight them out). The equation needs to work every time. It can't be some sort of filler number you find out and plug in at the end.

















