[C2 API] Equity with IB comissions by retrieveSystemEquity

For retrieveSystemEquity what should be selected in the json inputs to get IB comissions in the equity?

json inputs for default commissions:

{
   "commission_plan" : "default",
   "systemid" : 46106678,
   "apikey" : "xxx"
}

Try this:
"commission_plan" : "ib"

Thank you!

@MatthewKlein
What value should be used to get equity with IB commissions but with auto-trade fee excluded?

For Interactive Brokers commissions costs, but not AT fee, try this:
ib_noAT

Thank you!