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

GroupTpSlSideSummary

Folded state of one side (take profit or stop loss) across a grouped position’s children.

Properties

display"none" | "uniform" | "mixed"required

How the cell should render this side. "uniform" only when every child carries the same trigger price and price type.

countnumberrequired

Children carrying a trigger on this side.

totalnumberrequired

Children folded over — the count denominator.

pricestringoptional

The shared trigger price. Set only when display is "uniform".

priceTypeTpSlPriceTypeoptional

The shared price type. Set only when display is "uniform".

isPendingbooleanrequired

true while any child’s side is mid-flight ("pending" or "confirming").

coveredNotionalbigintrequired

Σ open notional of the covered children, wei.

coveragePercentbigintoptional

Notional-weighted coverage as an 18-decimal fixed-point percent (50% → 50_000000000000000000n) — not a count ratio, so one large uncovered child correctly drags coverage down. undefined when the group has no open notional.

Last updated on