{"slug":"eurex-option-codes-odax-odap-oesx","qid":"contract_notional","label":"contract_notional","post_title":"eurex-option-codes-odax-odap-oesx","post_url":"/blog/eurex-option-codes-odax-odap-oesx#q-contract_notional","columns":["underlying","dollars_per_contract","deliverable_usd_label"],"rows":[{"underlying":"SPY","dollars_per_contract":74560,"deliverable_usd_label":"74.56 thousand"},{"underlying":"QQQ","dollars_per_contract":72993,"deliverable_usd_label":"72.99 thousand"},{"underlying":"AAPL","dollars_per_contract":29710,"deliverable_usd_label":"29.71 thousand"},{"underlying":"IWM","dollars_per_contract":29242,"deliverable_usd_label":"29.24 thousand"},{"underlying":"KO","dollars_per_contract":7995,"deliverable_usd_label":"8.00 thousand"}],"shape":"ranking","sql":"SELECT\n    underlying_symbol                                AS underlying,\n    round(toFloat64(max(underlying_close)) * 100, 0) AS dollars_per_contract,\n    formatReadableQuantity(round(toFloat64(max(underlying_close)) * 100, 0)) AS deliverable_usd_label\nFROM global_markets.options_greeks\nWHERE date = '2026-06-17'\n  AND underlying_symbol IN ('SPY', 'QQQ', 'IWM', 'AAPL', 'KO')\n  AND volume > 0\nGROUP BY underlying_symbol\nORDER BY dollars_per_contract DESC","computed_at":"2026-09-22T14:45:06.692889+00:00","elapsed":0.002195947}