- Absolute values for each row entries sum up to one which represents the weight of money allocation.
- Sum of all entries on each row is zero which means a dollar neutral portfolio.
w_1, w_2, ... w_M
such that
w_i>=0 for i in 1,2, ... M
and
w_1 + w_2 + ... + w_M = 1
such that the combined portfolio has minimum overall turnover.