Greeks
Cohort Greeks
Returns liquidity-weighted Greek aggregates per cohort. The ORIA pipeline groups all active options into 28 cohorts (7 moneyness buckets x 4 expiration buckets) per coin. Each cohort reports weighted averages and sums for all 37 Greeks, plus composition metadata (option count, tier distribution, volume, OI). This is the "zoom out" view: instead of 916 individual BTC options, you see 28 cohort-level profiles that reveal where Greek exposure is concentrated.
/v1/greeks/cohortproalphaQuery Parameters
coinstringrequiredUnderlying asset. Required.
BTCETHcohort_namestringoptionalFilter by cohort, e.g. ATM_DTE_30.
ATM_DTE_30OTM_1_DTE_7moneyness_bucketstringoptionalFilter by moneyness: DITM, ITM_2, ITM_1, ATM, OTM_1, OTM_2, DOTM.
ATMOTM_1expiration_bucketstringoptionalFilter by expiry: DTE_7, DTE_30, DTE_90, DTE_180.
DTE_30DTE_90fromstringoptionalStart UTC (ISO 8601). Default: latest snapshot.
2026-03-08T00:00:00ZtostringoptionalEnd UTC (ISO 8601). Default: now.
2026-03-09T00:00:00ZlimitintegeroptionalMax rows. Default 500, max 5000.
1000Response Schema
Fields marked pro require a Pro subscription. Fields marked alpha require Alpha.
| Field | Type | Tier | Description |
|---|---|---|---|
timestamp | datetime | pro | Snapshot time in UTC. |
coin | string | pro | Underlying asset. |
moneyness_bucket | string | pro | Moneyness classification: DITM, ITM_2, ITM_1, ATM, OTM_1, OTM_2, DOTM. |
expiration_bucket | string | pro | Expiration classification: DTE_7, DTE_30, DTE_90, DTE_180. |
cohort_name | string | pro | Composite key: moneyness_bucket + "_" + expiration_bucket. |
option_count | integer | pro | Total options in this cohort. |
call_count | integer | pro | Number of calls in cohort. |
put_count | integer | pro | Number of puts in cohort. |
call_put_ratio | float | pro | Call/put count ratio. |
tier_1_count | integer | alpha | Top 5% options (highest liquidity weight). |
tier_2_count | integer | alpha | Top 20% options. |
tier_3_count | integer | alpha | Top 50% options. |
tier_4_count | integer | alpha | Bottom 50% options. |
total_volume_usd | float | pro | Total trading volume in USD across the cohort. |
total_open_interest | float | pro | Total OI in base currency across the cohort. |
avg_bid_ask_spread_pct | float | pro | Average bid-ask spread percentage. |
avg_reliability_score | float | pro | Average reliability score (0-100). |
total_liquidity_weight | float | alpha | Sum of liquidity weights (denominator for weighted averages). |
avg_liquidity_weight | float | pro | Average liquidity weight per option. |
pct_with_liquidity_data | float | pro | Percentage of options with liquidity score data. |
weighted_avg_delta | float | pro | What is the cohort-level directional exposure? See detail ↓ |
weighted_avg_gamma | float | pro | What is the cohort-level convexity? See detail ↓ |
weighted_avg_theta | float | pro | What is the cohort-level time decay? See detail ↓ |
weighted_avg_vega | float | pro | Where is vol sensitivity concentrated? See detail ↓ |
weighted_avg_rho | float | pro | What is the cohort-level rate sensitivity? See detail ↓ |
weighted_avg_elasticity | float | pro | What is the cohort-level leverage? See detail ↓ |
weighted_avg_dual_delta | float | pro | What is the cohort-level strike sensitivity? See detail ↓ |
weighted_avg_alpha | float | pro | How expensive is gamma in this cohort? See detail ↓ |
weighted_avg_dual_gamma | float | pro | Cohort-level strike curvature See detail ↓ |
weighted_avg_vanna | float | pro | Cohort-level price-vol coupling See detail ↓ |
weighted_avg_charm | float | pro | Cohort-level delta decay rate See detail ↓ |
weighted_avg_vomma | float | pro | Cohort-level vol convexity See detail ↓ |
weighted_avg_veta | float | pro | Cohort-level vega decay See detail ↓ |
weighted_avg_thetanna | float | alpha | Cohort-level theta acceleration See detail ↓ |
weighted_avg_surface_vanna | float | alpha | Cohort-level strike-vol sensitivity See detail ↓ |
weighted_avg_surface_charm | float | alpha | Cohort-level strike-time sensitivity See detail ↓ |
weighted_avg_speed | float | alpha | Cohort-level gamma acceleration See detail ↓ |
weighted_avg_color | float | alpha | Cohort-level gamma decay See detail ↓ |
weighted_avg_zomma | float | alpha | Cohort-level gamma-vol coupling See detail ↓ |
weighted_avg_zomanna | float | alpha | Cohort-level vanna-vol coupling See detail ↓ |
weighted_avg_ultima | float | alpha | Cohort-level extreme vol detection See detail ↓ |
weighted_avg_vannacay | float | alpha | Cohort-level vanna decay See detail ↓ |
weighted_avg_charisma | float | alpha | Cohort-level charm acceleration See detail ↓ |
weighted_avg_droplet | float | alpha | Cohort-level surface temporal dynamics See detail ↓ |
weighted_avg_flare | float | alpha | Cohort-level dual gamma-vol See detail ↓ |
weighted_avg_lightning | float | alpha | Cohort-level fracture zones See detail ↓ |
weighted_avg_halo | float | alpha | Cohort-level cross-surface coupling See detail ↓ |
weighted_avg_gammega | float | alpha | Cohort gamma-vol regime coupling See detail ↓ |
weighted_avg_chronomma | float | alpha | Cohort time-vol coupling See detail ↓ |
weighted_avg_quatromma | float | alpha | Cohort extreme vol See detail ↓ |
weighted_avg_quatrospeeda | float | alpha | Cohort price hypersensitivity See detail ↓ |
weighted_avg_chronospeeda | float | alpha | Cohort speed decay See detail ↓ |
weighted_avg_volaspeeda | float | alpha | Cohort convexity stability See detail ↓ |
weighted_avg_instability | float | alpha | Cohort-level instability See detail ↓ |
weighted_avg_echo | float | alpha | Cohort echo See detail ↓ |
weighted_avg_vannaccel | float | alpha | Cohort vanna momentum See detail ↓ |
weighted_avg_aurora | float | alpha | Cohort meta-stability See detail ↓ |
sum_delta | float | pro | Total delta exposure in this cohort See detail ↓ |
sum_gamma | float | pro | Total gamma exposure in this cohort See detail ↓ |
sum_vega | float | pro | Total vega exposure in this cohort See detail ↓ |
sum_theta | float | pro | Total daily decay in this cohort See detail ↓ |
sum_speed | float | alpha | Total speed See detail ↓ |
sum_zomma | float | alpha | Total zomma See detail ↓ |
sum_color | float | alpha | Total color See detail ↓ |
sum_ultima | float | alpha | Total ultima See detail ↓ |
sum_instability | float | alpha | Total instability exposure See detail ↓ |
sum_echo | float | alpha | Total echo See detail ↓ |
Derived Fields
weighted_avg_deltafloatprocollapseWhat is the cohort-level directional exposure?
Liquidity-weighted average delta across all options in this cohort. Tells you the aggregate directional tilt: positive = cohort is net long delta, negative = net short.
Liquidity-weighted avg delta
weighted_avg_gammafloatprocollapseWhat is the cohort-level convexity?
Liquidity-weighted average gamma. Shows where convexity is concentrated: high gamma in ATM_DTE_7 vs low in DOTM_DTE_180.
Liquidity-weighted avg gamma
weighted_avg_thetafloatprocollapseWhat is the cohort-level time decay?
Liquidity-weighted average theta. Reveals which cohorts bleed the most daily.
Liquidity-weighted avg theta
weighted_avg_vegafloatprocollapseWhere is vol sensitivity concentrated?
Liquidity-weighted average vega. Identifies which cohorts move most on IV changes.
Liquidity-weighted avg vega
weighted_avg_rhofloatprocollapseWhat is the cohort-level rate sensitivity?
Liquidity-weighted average rho.
Liquidity-weighted avg rho
weighted_avg_elasticityfloatprocollapseWhat is the cohort-level leverage?
Liquidity-weighted average elasticity.
Liquidity-weighted avg elasticity
weighted_avg_dual_deltafloatprocollapseWhat is the cohort-level strike sensitivity?
Liquidity-weighted average dual delta.
Liquidity-weighted avg dual delta
weighted_avg_alphafloatprocollapseHow expensive is gamma in this cohort?
Liquidity-weighted average alpha (gamma rent). Lower = cheaper gamma scalping opportunity in this moneyness/expiry zone.
Liquidity-weighted avg alpha
weighted_avg_dual_gammafloatprocollapseCohort-level strike curvature
Liquidity-weighted average dual gamma. High values indicate strong pinning potential in this cohort zone.
Weighted avg dual gamma
weighted_avg_vannafloatprocollapseCohort-level price-vol coupling
Liquidity-weighted average vanna. Key input to ORIA emergency scoring.
Weighted avg vanna
ORIA uses this to
ORIA emergency scoring uses cohort-level vanna to assess system-wide vol-spot coupling stress.
weighted_avg_charmfloatprocollapseCohort-level delta decay rate
Liquidity-weighted average charm.
Weighted avg charm
weighted_avg_vommafloatprocollapseCohort-level vol convexity
Liquidity-weighted average vomma.
Weighted avg vomma
weighted_avg_vetafloatprocollapseCohort-level vega decay
Liquidity-weighted average veta.
Weighted avg veta
weighted_avg_thetannafloatalphacollapseCohort-level theta acceleration
Liquidity-weighted average thetanna.
Weighted avg thetanna
weighted_avg_surface_vannafloatalphacollapseCohort-level strike-vol sensitivity
Liquidity-weighted average surface vanna.
Weighted avg surface vanna
weighted_avg_surface_charmfloatalphacollapseCohort-level strike-time sensitivity
Liquidity-weighted average surface charm.
Weighted avg surface charm
weighted_avg_speedfloatalphacollapseCohort-level gamma acceleration
Liquidity-weighted average speed.
Weighted avg speed
weighted_avg_colorfloatalphacollapseCohort-level gamma decay
Liquidity-weighted average color.
Weighted avg color
weighted_avg_zommafloatalphacollapseCohort-level gamma-vol coupling
Liquidity-weighted average zomma.
Weighted avg zomma
weighted_avg_zomannafloatalphacollapseCohort-level vanna-vol coupling
Liquidity-weighted average zomanna.
Weighted avg zomanna
weighted_avg_ultimafloatalphacollapseCohort-level extreme vol detection
Liquidity-weighted average ultima.
Weighted avg ultima
weighted_avg_vannacayfloatalphacollapseCohort-level vanna decay
Liquidity-weighted average vannacay.
Weighted avg vannacay
weighted_avg_charismafloatalphacollapseCohort-level charm acceleration
Liquidity-weighted average charisma.
Weighted avg charisma
weighted_avg_dropletfloatalphacollapseCohort-level surface temporal dynamics
Liquidity-weighted average droplet.
Weighted avg droplet
weighted_avg_flarefloatalphacollapseCohort-level dual gamma-vol
Liquidity-weighted average flare.
Weighted avg flare
weighted_avg_lightningfloatalphacollapseCohort-level fracture zones
Liquidity-weighted average lightning.
Weighted avg lightning
weighted_avg_halofloatalphacollapseCohort-level cross-surface coupling
Liquidity-weighted average halo.
Weighted avg halo
weighted_avg_gammegafloatalphacollapseCohort gamma-vol regime coupling
Liquidity-weighted average gammega.
Weighted avg gammega
weighted_avg_chronommafloatalphacollapseCohort time-vol coupling
Liquidity-weighted average chronomma.
Weighted avg chronomma
weighted_avg_quatrommafloatalphacollapseCohort extreme vol
Liquidity-weighted average quatromma.
Weighted avg quatromma
weighted_avg_quatrospeedafloatalphacollapseCohort price hypersensitivity
Liquidity-weighted average quatrospeeda. 4th-order price convexity at cohort level.
Weighted avg quatrospeeda
ORIA uses this to
Internal scoring input.
weighted_avg_chronospeedafloatalphacollapseCohort speed decay
Liquidity-weighted average chronospeeda.
Weighted avg chronospeeda
weighted_avg_volaspeedafloatalphacollapseCohort convexity stability
Liquidity-weighted average volaspeeda.
Weighted avg volaspeeda
weighted_avg_instabilityfloatalphacollapseCohort-level instability
Liquidity-weighted average instability. 4th-order gamma-vol-time coupling at cohort level.
Weighted avg instability
ORIA uses this to
Internal scoring input.
weighted_avg_echofloatalphacollapseCohort echo
Liquidity-weighted average echo.
Weighted avg echo
weighted_avg_vannaccelfloatalphacollapseCohort vanna momentum
Liquidity-weighted average vannaccel.
Weighted avg vannaccel
weighted_avg_aurorafloatalphacollapseCohort meta-stability
Liquidity-weighted average aurora. When high across multiple cohorts, all surface predictions are unreliable.
Weighted avg aurora
sum_deltafloatprocollapseTotal delta exposure in this cohort
Sum of delta across all options. Net directional exposure.
Sum delta
sum_gammafloatprocollapseTotal gamma exposure in this cohort
Sum of gamma. Total convexity.
Sum gamma
sum_vegafloatprocollapseTotal vega exposure in this cohort
Sum of vega. Total vol sensitivity.
Sum vega
sum_thetafloatprocollapseTotal daily decay in this cohort
Sum of theta. Total daily bleed.
Sum theta
sum_speedfloatalphacollapseTotal speed
Sum of speed across cohort.
Sum speed
sum_zommafloatalphacollapseTotal zomma
Sum of zomma across cohort.
Sum zomma
sum_colorfloatalphacollapseTotal color
Sum of color across cohort.
Sum color
sum_ultimafloatalphacollapseTotal ultima
Sum of ultima across cohort.
Sum ultima
sum_instabilityfloatalphacollapseTotal instability exposure
Sum of instability across cohort.
Sum instability
ORIA uses this to
Internal scoring input.
sum_echofloatalphacollapseTotal echo
Sum of echo across cohort.
Sum echo