1. Suppose an Insight object is emitted at time t with a period j, and insights are emitted again at time t+k where k < j. Are current holdings taken into account when creating new orders? For instance,

           [Time t] Portfolio Module assigns an optimal weight to AAPL of 0.2
           [Time t+k] New insights emitted, Portfolio Module assigns optimal weight to AAPL of 0.3

        Will a new order be placed for AAPL to increase total portfolio holdings to 0.3, or will portfolio holdings now total 0.5? I am having issues where number of orders exceeds 10,000 (throwing an error) while total insights are only 1000-1500.

       2. Suppose an Insight object is emitted at time t as before, but no other insights are emitted until the insight "expires" (i.e. time t+j). Will the Portfolio Module now automatically liquidate these positions?

 

Author