I would like to invest my 401K portfolio across the following fund categories:
- Bond Fund 5.0%
- Large Cap Fund 45.0%
- Mid Cap Fund 20.0%
- Small Cap Fund 15.0%
- Real Estate Fund 3.0%
- Foreign Fund 12.0%
The problem is that my money is spread across two employer-sponsored accounts. (I don't want to roll my old employer's account into my new.) Both accounts offer the above funds. However, in account 1, The bond, mid cap, and foreign funds have MUCH lower fees than their corresponding funds in account 2. So, I don't want to buy ANY shares in those 3 funds in account 2.
I need to calculate the % of each account that should be invested in each of the funds in order to achieve the above mix of funds in my portfolio overall. Note that 75% of my money is in account 1 and 25% is in account 2.
I would appreciate learning how to do this so that I can update the percentages as time goes on and more and more of my total invested money is in fund 2.
Call $B, L, M, S, R, F$ the desired percentage in each found, $b_1, l_1, m_1, s_1, r_1, f_1$ the distribution of investments in account 1 , $b_2, l_2, m_2, s_2, r_2, f_2$ the distribution of investments in account 2, $a=0.75$ the quantity of money in the first account.
We have $b_2= m_2= f_2=0$ as you don't want to invest in these founds from account 2.
You need $x_1*a+x_2*(1-a)=X$ (substitute $b, l, m, s, r, f$ for $x$ ).
So $b_1={B \over a}=0.07$, $m_1={M \over a}=0.27$, $f_1={F \over a}=0.16$.
The rest of the values need to be redistributed according to the remaining of the funds, we can do this using only the original percentages for the second account: $l_2={L \over L+S+R}=0.71$, $s_2={S \over L+S+R}=0.24$, $r_2={R \over L+S+R}=0.05$.
Now you can use again $x_1*a+x_2*(1-a)=X$ finding $l_1=0.36$, $s_1=0.12$, $r_1=0.02$.