Skip to Content
Symmio Trading-SDK — the SDK surface for builders on Arbitrum
CoreTP/SLGroupTpSlReturnEstimate

GroupTpSlReturnEstimate

Estimated group return if every contributing child’s side triggers. Produced by estimateGroupTpSlReturn.

Properties

totalPnlbigintrequired

Σ PnL across contributing children, wei (signed).

totalNotionalbigintrequired

Σ open notional across contributing children, wei.

returnPercentbigintoptional

totalPnl / totalNotional × 100 as an 18-decimal fixed-point percent (signed). undefined when no child contributes.

legsGroupTpSlReturnLeg[]required

Per-child breakdown, in input order. Each carries key, triggerPrice, pnl and notional. Only children with a trigger contribute.

Last updated on