If one was to invest in whole-number percentages (1%, 2%, ...), a 2-asset portfolio has 99 different combinations to weight the portfolio. (1%,99% to 99%,1%).
What is the formula to find the total number of combinations if one was to have a 10 asset portfolio?
3 example portfolios: Assets: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Weightings: 91%, 1%, 1%, 1%, 1%, 1%, 1%, 1%, 1%, 1% Weightings: 1%, 91%, 1%, 1%, 1%, 1%, 1%, 1%, 1%, 1% Weightings: 18%, 15%, 1%, 4%, 50%, 1%, 2%, 2%, 1%, 6%
10 assets must be used (>=1%), order matters, whole number percentages only.
Please help! Thanks!
This is known as the composition problem. For n indistinguishable balls and k labeled boxes, you have $n-1 \choose k-1$ possibilities of distributing the balls among the boxes when no box is empty. Since there are 100 1's that you can distribute in 10 asset portfolios, the answer would be $99 \choose 9$ which is 1731030945644 ways.