🔢 Options Data — Column Reference
Accessing the Options Data Tab#
In the GEX Heatmap app, click the 📊 Options Data tab to switch to the full raw options chain view. This table shows every individual contract for the currently loaded ticker — not aggregated like the heatmap, but contract-by-contract detail.
💡 The Options Data tab is useful for drilling into specific strikes when you want to see which contracts are driving a heatmap cell's color intensity.
Table Features#
- Sortable columns — Click any column header to sort. Sort by OI to find the most popular strikes, by gamma to find the highest hedging impact, or by volume to spot active contracts.
- Type filter — Toggle between All, Calls only, or Puts only.
- Pagination — Large option chains are paginated at 50 rows per page for performance.
- Color coding — Change and Change% values are highlighted green (positive) or red (negative).
Column Definitions#
Every column in the options data table:
Strike
The strike price of the options contract. This is the price at which the holder can buy (call) or sell (put) the underlying stock.
Expiry
The expiration date of the contract. Near-term expirations have higher gamma impact. Format: YYYY-MM-DD.
Type
Either "C" (Call) or "P" (Put). Calls give the right to buy; puts give the right to sell.
OI (Open Interest)
The total number of outstanding contracts at this strike/expiry. Higher OI = more dealer hedging activity at this level. This is the primary driver of GEX magnitude.
Volume (Vol)
Number of contracts traded during the current session. High volume relative to OI can indicate new positioning being established.
Last
The last traded price of this options contract.
Change (Chg)
Absolute price change since the previous close.
Change % (Chg%)
Percentage price change since the previous close.
Open
The opening price of the contract for the current trading session.
High
The highest price the contract reached during the current session.
Low
The lowest price the contract reached during the current session.
VWAP
Volume-Weighted Average Price — a more accurate representation of the true trading price than a simple average.
IV (Implied Volatility)
The market's expectation of future price movement, expressed as a percentage. Higher IV = more expensive options = market expects bigger moves.
Delta (Δ)
How much the option price changes per $1 move in the underlying. Calls: 0 to 1, Puts: -1 to 0. Also a rough estimate of the probability of expiring ITM.
Gamma (Γ)
How fast delta changes per $1 move. This is the core of GEX. High gamma at a strike means dealers must hedge aggressively when price approaches.
Theta (Θ)
Time decay — how much value the option loses per day. Always negative for long positions. Near-expiry ATM options have the highest theta.
Vega (V)
How much the option price changes per 1% change in implied volatility. Higher vega = more sensitive to volatility shifts.
Premium
Notional value of open positions: Last Price × OI × 100 (contract multiplier). Displayed in K/M format.
GEX
Gamma exposure contribution: |Γ| × OI × 100 × Spot, with the sign set by contract type (Call = +, Put = −). Calls show as positive (blue); puts show as negative (green). This is what the heatmap cells aggregate.
Last Updated
Timestamp of the most recent data snapshot for this contract.
Greeks Coverage#
The greek columns (Δ, Γ, Θ, V) use the contract's reported values when available. For contracts that don't report greeks, a standard Black-Scholes estimate is shown instead (marked with a 🧮 indicator). Each contract uses its own implied volatility — no flat surface is assumed across strikes.
💡 Estimated greeks let you see the full GEX landscape even for strikes where the provider doesn't publish gamma. The heatmap and charts use the same merged view by default.
How GEX is Calculated Per Contract#
Each row's GEX is the gamma exposure contribution:
GEX = |Γ| × OI × 100 × Spot × sideSign sideSign: Call = +1 Put = −1
- Calls contribute positive GEX (blue).
- Puts contribute negative GEX (green).
- An optional per-1% scaling multiplies the result by Spot × 0.01 so tickers with very different price levels can be compared on a common axis.
The heatmap cell at a given strike/expiry is the sum of all contract GEX values at that strike and expiration.
🔑 Key Takeaways
- The Options Data tab shows individual contracts — the heatmap shows aggregated GEX per cell
- Sort by OI to find the most popular strikes, by Gamma for highest hedging impact
- High volume relative to OI can indicate new positions being opened
- GEX per contract = |Γ| × OI × 100 × Spot (Call = +, Put = −)
- Greeks are reported when available and estimated otherwise — estimated rows show a 🧮 marker
- The Premium column shows total notional value of open positions at each strike