{"slug":"spacex-nasdaq-100-index-add","qid":"venue_split","label":"July 6's matched volume by where it printed: the cross, continuous on-exchange, off-exchange (TRF)","post_title":"SpaceX Joins the Nasdaq-100: The Index-Add Trade","post_url":"/blog/spacex-nasdaq-100-index-add#q-venue_split","columns":["bucket","shares_m","pct_of_matched","prints"],"rows":[{"bucket":"Closing auction (one print)","shares_m":74.9,"pct_of_matched":39.7,"prints":1},{"bucket":"Off-exchange (TRF)","shares_m":68.8,"pct_of_matched":36.4,"prints":598632},{"bucket":"On-exchange, continuous","shares_m":45.1,"pct_of_matched":23.9,"prints":644125}],"shape":"ranking","sql":"SELECT\n    multiIf(has(conditions, 8), 'Closing auction (one print)', exchange = 4, 'Off-exchange (TRF)', 'On-exchange, continuous') AS bucket,\n    round(toFloat64(sum(size)) / 1e6, 1) AS shares_m,\n    round(100 * toFloat64(sum(size)) / sum(toFloat64(sum(size))) OVER (), 1) AS pct_of_matched,\n    count() AS prints\nFROM global_markets.stocks_trades\nWHERE ticker = 'SPCX'\n  AND sip_timestamp >= '2026-07-06 00:00:00' AND sip_timestamp < '2026-07-07 00:00:00'\n  AND NOT hasAny(conditions, [15, 16, 38])\nGROUP BY bucket\nORDER BY bucket","computed_at":"2026-07-09T07:03:54.718320+00:00","elapsed":1.562076697}