Hello,

I have a strategy working perfectly fine without brokerage model. When introducing a IBKR model, and liquidating VX positions using either self.Liquidate() and self.SetHoldings("VX", 0), the following error is thrown.

Backtest Handled Error: Order Error: id: 1, Error executing margin models: Unsupported security type: Base

How can this be resolved? Happy to provide example code if this needs more extensive investigation.