Skip to main content

The job

See whether the session’s premium was urgency (sweeps) or size (single fills), without confusing activity codes for inventory.

What this recipe computes

  • Sweep share: stored SWEEP / IntermarketSweep, or trade_count > 1.
  • Single-fill share: remaining trade_count = 1 prints (the product Block filter).
  • Multi-leg / combo and auto/auction buckets, plus the raw activity codes that absorbed the most premium.

What it does not claim

  • Activity type is not dealer inventory, dark pool, TRACE, or Congress flow.
  • CBMO and related codes are multi-leg / combo, not “the block.”
  • It does not reconstruct multi-leg strategy as one coordinated position.

How to read it

  1. Step 1

    Run the style read

    Open Execution-Style Read — Sweeps vs. Blocks in Cookbooks.

  2. Step 2

    Read sweep share, then raw codes

    Sweep share is urgency plus collapsed multi-fill rows. The code table is what the feed stored (SLAN, CBMO, …) so a vendor glossary can be checked against reality.

  3. Step 3

    Filter live on Option Trades if you act

    The same Sweep / Block toggles exist on the tape. This cookbook is the session recap of those rules, not a live squawk.

Frequently asked questions

Is a “block” here a dark-pool print?
No. The product Block filter is trade_count = 1 — a single aggregated fill. There is no dark-pool dataset on this tape.
Why is CBMO not listed as a block?
CBMO is a multi-leg / combo activity code in the Option Trades filter contract. Large notional does not make it a block.

Open Execution-Style Read — Sweeps vs. Blocks in TradingFlow

This public page describes the job. The recipe runs in the app and requires a subscription. It is not a free live report.