cvxportfolio icon indicating copy to clipboard operation
cvxportfolio copied to clipboard

Add `MaxImbalance`, `MinImbalance`, `TargetImbalance` constraints

Open enzbus opened this issue 1 year ago • 1 comments

Connected to #180. It's often unclear to users how the cash weight is connected to the longs and shorts. Create 3 extra constraints to specify the long/short legs imbalance they require. NoCash and DollarNeutral become special cases of TargetImbalance. Documentation will explain how they are used.

enzbus avatar Sep 06 '24 17:09 enzbus

Been playing with this today and it is very helpful. To clarify the other half of #180 was the concept of deploying a set notional amount to ensure a target dollar exposure of the assets themselves.

For example, carrying out a capacity study where I run a dollar neutral portfolio starting at $100MM/side, $500MM/side, ... , $1bln/side, etc., and the portfolio stays dollar neutral as the PnL (hopefully) accrues over the back test.

thayes75 avatar Sep 10 '24 17:09 thayes75