← → to navigate
Full-Day Deep Dive · Options Desk

Probability

The language every options trader thinks in

You know how orders travel from strategy to matching engine. Today we ask the harder question: how does anyone know what price to put on that order? The answer — all of it — is probability.

E[X]
Expected value — the operator that runs everything
σ√T
How far a price can move by expiry
N(d₂)
P(option expires in the money)
Δ
Probability disguised as a hedge ratio
Foundations

What is probability? Three views.

① Classical (Laplace)

Count equally-likely outcomes.

P = k / n

Fair die: P(6) = 1/6. Symmetric, clean. Breaks immediately when outcomes are not equally likely — i.e. in all real markets.

② Frequentist

Long-run relative frequency in infinite trials.

P = limn→∞ k/n

NIFTY moved >2% on 47 of 1,000 days → P ≈ 4.7%. Foundation of backtesting. Fails when regimes change.

③ Bayesian

Degree of belief, updated by evidence.

P(A|B) = P(B|A)·P(A) / P(B)

Prior belief × new evidence → updated belief. How traders react to news. How markets move on surprises.

🔑 The options desk uses all three simultaneously

Classical to build payoff models. Frequentist to calibrate volatility from history. Bayesian to update positions when the RBI speaks, when earnings land, when geopolitics shift. The maths is unified — the interpretation depends on context.

✏ Worked Example

Bayes in Practice — step by step

📋 Setup: it's 8am, RBI meets at 2pm

Your desk has studied 50 past RBI meetings.
Prior belief: P(rate hike) = 20%

Then at 8:05am: 10-year bond yields spike +15bps in 5 minutes. Bonds are pricing something in. Should you update?

What history tells us

What happened at RBIBond yield spiked?
Hiked rates (10 times)9 out of 10 → 90%
Held rates (40 times)12 out of 40 → 30%

Bond traders react to inside information. A yield spike is strong evidence of a hike, but not certainty — it happens 30% of the time even when rates are held.

▶ Step-by-step Bayes calculation

Prior: P(hike) = 0.20
Likelihood: P(spike | hike) = 0.90
Alternative: P(spike | hold) = 0.30
Numerator: 0.90 × 0.20 = 0.18
Denominator: 0.18 + 0.30×0.80 = 0.42
Posterior: 0.18 ÷ 0.42 = 42.9%
What just happened — and what the desk does

Prior: 20% → Posterior: 43% — probability more than doubled from one data point.

Immediate actions: buy near-dated puts on rate-sensitive stocks, trim short-vega positions before 2pm, widen spreads on index options. All driven by this one Bayes update.

Expected Value

Expected Value — the most important equation in finance

E[X] = Σ pᵢ · xᵢSum of (probability × outcome) across every possible scenario
🎰
The casino game. Roll a die. Win ₹60 on 6, lose ₹10 otherwise.

E[X] = (1/6)×60 + (5/6)×(−10)
       = 10 − 8.33
       = +₹1.67 per roll

You lose most rolls. But over 10,000 rolls you win reliably. This is the casino's edge — and the market maker's edge.
Applied: pricing a call option

A call with strike K pays max(S−K, 0) at expiry. The option price is:

C = e−rT · EQ[max(ST−K, 0)]

Expected payoff, discounted to today. Black-Scholes solves this integral in closed form. This is literally what an option price is.

⚠ EV alone is never enough

Game A: Win ₹10 for certain. EV = ₹10.
Game B: Win ₹1,000 at 1% probability, else −₹0.10. EV ≈ ₹9.90.

Same EV. Completely different risk. What's missing? Variance. The options desk manages both, always.

Variance & Volatility

Variance and Standard Deviation

Var(X) = E[(X − μ)²]Average squared deviation from the mean
σ = √Var(X)Standard deviation — same units as X. In finance: VOLATILITY.
🏹
Archer A hits the bullseye on average but scatters widely. High accuracy, high variance.

Archer B always hits 3cm left of bullseye. Slightly biased, very tight grouping. Low variance.

Finance worships low variance because it means predictability. Archer B's low-variance edge compounds reliably. Archer A's doesn't.

Working Example — NIFTY Daily Returns

# 5 days: +1.2%, −0.8%, +2.1%, −1.5%, +0.4%
μ = (1.2 − 0.8 + 2.1 − 1.5 + 0.4) / 5 = 0.28%

deviations² = 0.846, 1.166, 3.312, 3.168, 0.014
Var = mean(deviations²) = 1.701
σ_daily = √1.701 = 1.30%

# Annualise → multiply by √252
σ_annual = 1.30% × √252 = 1.30% × 15.87 = 20.6%
🔑 The fundamental insight

σ (sigma) IS the price of uncertainty. An option on a stock with σ=30% costs roughly twice as much as the same option on a stock with σ=15%. Volatility is literally what options traders buy and sell.

The √T Law

Why uncertainty grows with √T, not T

🪨
Random walk: Flip a coin. Heads = +1, tails = −1. After N flips, where are you?

Each step is independent. Steps partially cancel: right then left = back to start. Only the net deviation accumulates — and this grows as √N, not N.
σT days = σdaily × √T Variance adds; standard deviation does not.
σannual = σdaily × √252 252 trading days per year

Worked: NIFTY 25-day option

σ_annual = 18% → what's the 25-day range?

σ_daily = 18% ÷ √252 = 1.13%
σ_25day = 1.13% × √25 = 1.13% × 5
σ_25day = 5.65%

An ATM NIFTY option with 25 days to expiry must price in a 1-standard-deviation move of ±5.65%. That determines the time value.

Why this matters on the desk

4× the time → only 2× the uncertainty. Long-dated options are not linearly more expensive than short-dated ones. This √T scaling is why option pricing is non-linear.

The Bell Curve

The Normal Distribution — move the sliders

f(x) = 1/(σ√2π) · exp(−(x−μ)² / 2σ²)Probability density function — area under the curve = 1 always
68.3%
within ±1σ
95.4%
within ±2σ
99.7%
within ±3σ
The 68-95-99.7 Rule — memorise this
RangeProbabilityNIFTY (σ=1.13%/day)
±1σ68.3%Move <1.13% → ~172 days/yr
±2σ95.4%Move <2.26% → ~12 days outside
±3σ99.7%Move <3.39% → ~1 day/yr (theory)
±4σ99.994%Should almost never happen
Central Limit Theorem

Add many independent random variables → their sum approaches normal, regardless of individual distributions. Daily returns = sum of thousands of individual trade impacts. CLT says the aggregate is approximately bell-shaped. This is the statistical foundation of the normal model.

📏
Try: push σ to 0.3. Push σ to 3. The curve changes shape dramatically — but the area under it is always exactly 1. That must be true: probabilities must sum to 100%.
Fat Tails

Why stock prices are NOT normally distributed

Problem 1: Prices can't go below zero

Normal distribution allows S < 0. A share cannot be negative. Solution: model log-returns as normal → prices are log-normally distributed and always positive.

ln(ST/S0) ~ N((μ − σ²/2)T, σ²T)Log-return is normal → price level is log-normal
Problem 2: Fat tails (excess kurtosis)

Real crashes are far more frequent than normal predicts. The 1987 crash (−22.6% in one day) was a 20σ event under normality — predicted to occur once in 1089 years. It happened on a Tuesday.

🦢
Black Swan (Taleb): if you've only seen white swans, you assign P(black swan) = 0. The event remains possible. Options markets explicitly price tail risk — which is why deep OTM puts are expensive relative to what a normal distribution would suggest.
Negative skew — what the desk trades

Equity markets are negatively skewed: crashes are sharp and sudden; rallies grind higher. This asymmetry is encoded in the volatility smile — OTM puts trade at higher implied vol than OTM calls. Traders actively buy and sell this skew.

EventNormal saysReality
Daily >4% move0.2% of days~1.5% of days
Daily >6% move0.0004%~0.3% of days
Crash (>10%)≈ neverHappens
Stochastic Processes

Random Walks and Brownian Motion

🍺
The drunk leaving a pub. At each step: go left or right with equal probability. After N steps, where are they? Position = sum of N coin flips. By CLT → approximately normal. Uncertainty grows as √N. This is a random walk.
dS = μS dt + σS dWtGeometric Brownian Motion (GBM) — the model behind Black-Scholes
Drift vs Diffusion

μS dt = drift — deterministic expected return. Slow. Predictable.

σS dW_t = diffusion — random shock each instant. Dominates in the short run.

Over 1 year: drift moves price ~8%. Over 1 millisecond: drift is essentially zero. HFT strategies ignore drift completely — they only see noise.

Key Properties of Brownian Motion

PropertyWhat it means
Independent incrementsTomorrow's move doesn't depend on yesterday's. Markets have no memory (in this model).
Scales with √tUncertainty grows with square root of time — not linearly.
Continuous pathsNo instantaneous jumps. (Reality adds Poisson jump processes.)
MartingaleUnder risk-neutral measure: best guess for tomorrow's price is today's price. No free money.
The bottom line

GBM says: price moves are unpredictable in direction but predictable in scale. We can't say which way NIFTY moves tomorrow. But we can say that the distribution of moves has σ = 1.13% per day. And option prices are all about pricing that distribution.

Options Pricing

Option Payoffs — move the sliders

Max Loss
−₹5.00
Break-even
₹105.00
Max Gain
Unlimited
Call buyer's mathematics

Pay premium C upfront. At expiry:

If S < K: option expires worthless. Loss = C.
If S > K: payoff = S − K. Profit = S − K − C.
Break-even = K + C.

Maximum loss: capped at C. Upside: unlimited. This asymmetry is what you pay for.

Intrinsic Value vs Time Value

Every option price splits into two components:

Price = Intrinsic + Time valuemax(S−K, 0) + (price of future possibility)

At expiry: time value = 0. Before expiry: you pay for the possibility of further favourable moves. This time value decays every day — that decay is theta.

Black-Scholes

Black-Scholes: five inputs, one formula, one Nobel Prize

C = S·N(d₁) − K·e−rT·N(d₂)European call price — Black-Scholes-Merton, 1973
d₁ = [ln(S/K) + (r + σ²/2)T] / (σ√T)
d₂ = d₁ − σ√T
N(·) = standard normal CDF  (the prob. function)
The probability interpretation

N(d₂) = P(call expires in the money) under risk-neutral measure

N(d₁) = Delta — shares needed to hedge one call

Formula says: "Value = stock × hedge ratio − discounted strike × probability of paying it." It's a weighted expected value.

The five inputs:

SymbolMeaningWhere it comes from
SCurrent stock/index priceLive market feed
KStrike priceContract specification
TTime to expiry (in years)Calendar
rRisk-free interest rateCentral bank / Tbills
σVolatility — the key unknownYou estimate this
🗺️
Black-Scholes is the Mercator projection of finance. Every map is wrong — the Earth is round. But Mercator is the standard because everyone uses it and can communicate. B-S is wrong in known ways. Its "wrongness" is quantified by the vol surface.
✏ Worked Example

Black-Scholes: calculate a real option price

📋 Inputs — ATM call, 30 trading days
S₹100  (current price)
K₹100  (strike = ATM)
T30 ÷ 252 = 0.119 years
r6% = 0.06
σ20% = 0.20

Step 1 — Compute σ√T (the uncertainty term)

σ√T = 0.20 × √0.119
      = 0.20 × 0.345
      = 0.069

This is the 1-sigma log-return range over the 30-day life of the option — the core "uncertainty" quantity.

Step 2 — Compute d₁ and d₂

ln(S/K) = ln(100/100) = 0  (ATM: S=K so ln(1)=0)
r + σ²/2 = 0.06 + 0.02 = 0.08
Numerator: 0 + 0.08 × 0.119 = 0.00952
d₁ = 0.00952 ÷ 0.069 = 0.138
d₂ = 0.138 − 0.069 = 0.069

Step 3 — Look up N(·) values

N(x) = area under the normal curve to the left of x

N(d₁) = N(0.138) = 0.555
N(d₂) = N(0.069) = 0.527
e−rT = e−0.007140.9929

N(d₂) = 0.527 = 53% = probability call expires in the money.

Step 4 — Plug into the formula

C = S·N(d₁) − K·e−rT·N(d₂)
C = 100 × 0.555 − 100 × 0.9929 × 0.527
C = 55.552.4
C = ₹3.12
ATM approximation check: C ≈ S·σ·√(T/2π)

= 100 × 0.20 × √(0.119 ÷ 6.283)
= 100 × 0.20 × 0.138 = ₹2.75

Off by ~12%. Good enough for a mental sanity check on a trading floor, not for actual pricing.

Greeks · Delta Δ

Delta (Δ) — probability in disguise

Call Δ
0.52
Put Δ
−0.48
P(ITM)
48%
Δcall = N(d₁)Ranges from 0 (deep OTM) to 1 (deep ITM)
Three readings of delta

① Hedge ratio: Δ=0.60 → buy 60 shares to hedge 1 call contract.

② Price sensitivity: stock moves ₹1 → option moves ₹Δ.

③ Probability: ATM call Δ ≈ 0.50 ≈ 50% chance of expiring ITM.

⚠ Delta changes — that's the problem

As stock moves, Δ moves. A hedge that was correct at ₹100 is wrong at ₹110. The desk must continuously re-hedge. The cost of this re-hedging is what you buy when you pay time value on an option.

✏ Worked Example

Delta hedging: a full trade worked through

📋 Position you just bought

10 NIFTY call contracts
Strike K = ₹10,000  ·  Spot S = ₹10,000 (ATM)
σ = 18%  ·  T = 30 days  ·  Δ = 0.52
NIFTY lot size = 50 units per contract

Step 1 — Total delta exposure

Delta per contract = 0.52
Units per contract  = 50
Contracts           = 10
Total Δ = 0.52 × 50 × 10 = 260 units

Equivalent to holding 260 units of NIFTY outright. If NIFTY rises ₹1, you gain ₹260.

Step 2 — Hedge: short 260 futures

Sell 260 NIFTY futures units
Net delta = 260 − 260 = 0 ✓

Delta-neutral: small moves in NIFTY no longer affect your P&L.

Step 3 — NIFTY jumps +₹200

PositionCalculationP&L
10 calls (Δ=0.52)0.52 × ₹200 × 50 × 10+₹52,000
Short 260 futures−₹200 × 260−₹52,000
Net≈ ₹0 ✓

Hedge worked. The ₹200 move was neutralised.

Step 4 — Delta shifted. Re-hedge!

After +₹200, new Δ ≈ 0.58  (more ITM now)
New total Δ = 0.58 × 500 = 290
Current hedge = 260 short
Exposed delta = +30 units
Action: sell 30 more futures
This is what theta is paying for

Every re-hedge you sell a little higher or buy a little lower. The slippage cost of all these re-hedges over the life of the option is exactly theta — the daily time decay you pay as the option buyer.

Greeks · Gamma Γ

Gamma (Γ) — the acceleration of delta

Γ = ∂Δ/∂S = ∂²C/∂S²Rate of change of delta with stock price — the curvature
🚗
Delta is speed. Gamma is the accelerator pedal.

A high-gamma position means your delta changes rapidly as stock moves — your hedge goes stale faster. More re-hedging required. More transaction costs. More P&L swings.
Long vs Short Gamma

Long gamma (buy options): profit from large moves in either direction. Delta grows when stock rallies — good. Delta shrinks when it falls — also good (less exposure).

Short gamma (sell options): you collect premium but lose on large moves. Delta grows against you as stock moves.

The central dilemma of options desks

Long gamma → costs you theta (you pay daily time decay).
Short gamma → earns you theta (you collect daily time decay).

Every morning: "Are we long or short gamma? Is the theta income worth the gamma risk we're carrying?"

Greeks · Theta Θ

Theta (Θ) — the melting ice cube

ATM value @ 30 days
Daily decay @ 30d
Θ = ∂C/∂tNegative for long options — time works against the buyer
🧊
An option is a block of time value melting every day.

Far from expiry: slow melt (big block). Near expiry: fast melt (proportionally larger surface area for its remaining size). Theta is non-linear — it accelerates. Most decay happens in the final two weeks.
The gamma-theta equation
Θ + ½·Γ·S²·σ² ≈ r·C

The Black-Scholes PDE rearranged. Theta income ≈ cost of gamma hedging. Short gamma earns theta. Long gamma pays theta. They are two sides of the same trade.

The seller's income

Sell an ATM call for ₹10 with 30 days to expiry. With stable vol, you earn roughly ₹0.33/day in time value (but non-linearly — much more in the final week).

Greeks · Vega V

Vega and Implied Volatility — trading uncertainty itself

V = ∂C/∂σOption price change per 1% rise in implied volatility. Always positive for long options.
⛈️
Storm insurance. When a hurricane is forecast, property insurance premiums spike — not because your house flooded, but because uncertainty is higher. Vega is how sensitive your option is to that "storm forecast." If implied vol rises from 18% to 22%, your long call becomes worth more — even if the stock hasn't moved an inch.
Implied volatility — the market's forecast

Reverse the B-S formula: observe the option price → solve for σ that produces it. That σ is implied volatility — the market's consensus on future vol.

IV > expected RV → option is overpriced → sell vol
IV < expected RV → option is cheap → buy vol

The desk is not just trading stocks. It is trading volatility itself.

What moves implied vol?

EventIV movesEffect
Earnings due↑ spikeAll options expensive
Market crash begins↑ explodesPuts very expensive
Quiet August↓ vol crushSellers profit
Post central bank↓ fast"Sell the news"
RBI surprise hike↑ spikeAll options reprice
IV vs Realized Vol — the vol trader's edge

Historically: IV > RV on average by 2–5 vol points. Selling options earns this "volatility risk premium" over time. But it comes with gamma risk. The desk tracks IV − RV daily. When IV is unusually high, they sell. When unusually low, they buy.

Volatility Surface

The Volatility Surface — probability made visible

Volatility Smile / Skew (across strikes)

OTM puts have higher implied vol than ATM or OTM calls. The market assigns higher probability to large crashes than log-normal predicts. This "smirk" encodes the true fat-left-tail distribution of market returns.

If Black-Scholes were correct, all options on the same underlying would have the same implied volatility. They don't. The surface is the market's honest confession that B-S is wrong.

Term Structure (across expiries)

Short-dated options often spike before events (earnings, RBI, elections) then crash after ("vol crush"). Long-dated options are more stable. The term structure captures the market's time-varying uncertainty forecast.

What the desk does with the surface

① Mark all positions at live vol surface (not flat vol)
② Find mispricings between strikes → volatility arbitrage
③ Hedge vega across the surface — not just total vega
④ Maintain a smooth, arbitrage-free surface model (SVI, SABR)

Put-call parity vs the smile

Put-call parity is model-free and always holds. So if put IV ≠ call IV, something else must explain the difference — and it does: it's the skew of the true probability distribution, not an arbitrage.

Position Sizing

Kelly Criterion — the maths of not going broke

💰
A coin lands heads 60% of the time. You can bet any fraction of your wealth per flip. What fraction maximises long-run wealth?

100%? You'll eventually go broke on a losing streak.
0.1%? You're leaving enormous edge on the table.
Kelly tells you: exactly 20%.
f* = (bp − q) / bf* = optimal fraction · b = net odds · p = win prob · q = 1−p
# 60% coin, even odds (b=1)
f* = (1×0.60 − 0.40) / 1
   = 0.20 / 1
   = 20% of capital per flip

# For portfolio management:
f* = μ/σ² = Sharpe ratio / σ
Why Kelly maximises long-run wealth

Kelly maximises E[log(wealth)] — the geometric growth rate. Bet more than Kelly: variance destroys you. Bet less: you're suboptimal.

Most desks use ½ Kelly: accept 25% less growth in exchange for dramatically lower drawdown and ruin risk.

Ruin is guaranteed above Kelly

For any f > f*, probability of eventual ruin → 1 as bets → ∞. Regardless of your edge. This is why risk management exists: unconstrained overconfidence always ends the same way.

✏ Worked Example

Kelly Criterion: sizing a real trading position

📋 Strategy backtested on 200 NIFTY trades
MetricValue
Total trades200
Winning trades116  (58%)
Average profit on wins₹8,000
Average loss on losses₹5,000
Starting capital₹10,00,000

Step 1 — Compute net odds b

b = average win ÷ average loss
b = ₹8,000 ÷ ₹5,000
b = 1.60

For every ₹1 you risk, you win ₹1.60 when right.

Quick EV sanity check first

E[R] = 0.58×₹8,000 − 0.42×₹5,000
      = ₹4,640 − ₹2,100
      = +₹2,540 per trade ✓

Positive EV confirmed. If this were negative, Kelly would output f* < 0 — meaning "don't trade at all."

Step 2 — Apply Kelly formula

f* = (b × p − q) / b
    = (1.60 × 0.580.42) / 1.60
    = (0.928 − 0.420) / 1.60
    = 0.508 / 1.60
    = 31.75%

Full Kelly says bet 31.75% of capital on each trade.

Step 3 — Apply Half Kelly (always in practice)

½ Kelly = 31.75% ÷ 2 = 15.9%
Capital at risk = 15.9% × ₹10,00,000
                   = ₹1,59,000
Step 4 — Translate to number of lots

Risk ₹1,59,000 with avg loss of ₹5,000 per lot →
Max lots = 159,000 ÷ 5,000 = 31 lots

Round down, never up. The Kelly math is asymmetric — overbet by a small amount destroys more wealth than underbetting by the same amount.

Greeks Together

All four Greeks — one P&L equation

ΔP&L ≈ Δ·ΔS + ½·Γ·(ΔS)² + Θ·Δt + V·ΔIVP&L attribution for a delta-hedged position over one day

Worked example: Straddle on NIFTY

Long ATM straddle (call + put). S=K=₹10,000. Delta ≈ 0 (delta-neutral). Over one day:

ScenarioΔSGamma P&LTheta costNet P&L
Quiet day₹50+₹2,813−₹12,000−₹9,187
Moderate move₹200+₹45,000−₹12,000+₹33,000
Big crash₹500+₹281,250−₹12,000+₹269,250

Gamma P&L = ½ × 450 × (ΔS)². Break-even daily move ≈ √(2×12,000/450) ≈ ₹231 ≈ 2.3%

The four Greek trades
GreekBet you're makingWin when
Long ΔMarket goes upStock rallies
Long ΓMarket moves bigHigh realized vol
Short ΘPay for timeYou buy it cheaply
Long VVol will riseIV jumps
The Sharpe Ratio
SR = (E[R] − rf) / σ

Risk-adjusted return. Combines EV and variance into one number. SR=1.0 is respectable. SR=2.0 is excellent. SR>3 is almost certainly data-mining or fraud.

What the desk optimises for

Not maximum EV. Not minimum variance. Maximum risk-adjusted return subject to regulatory capital limits, drawdown limits, and position concentration limits. Kelly gives the theoretical optimum; regulatory reality constrains the practical answer.

The Live Desk

Probability on a live desk — one morning

08:00 · Morning meeting

NIFTY futures down 0.8%. India VIX 14.2 → 17.1 (+20%). US flat overnight.

Probability update

VIX +20% → IV up → long vega positions profitable overnight. Gamma shifted our deltas — need to re-hedge. Bayesian: update forward vol expectations.

09:15 · Market opens

NIFTY opens −1.2% on high volume. Spot vol spikes. Market makers widening spreads.

Greeks dashboard

Net Δ: −42 → buy futures
Net Γ: +₹8,500/1% move
Net Θ: −₹12,000/day
Net V: +₹45,000/vol pt

12:00 · Position review

RBI meeting at 14:00. Prior: 80% no change. Bond yields rising.

Bayesian update

Yields rising → update to 65% no change. Trim near-dated short vega to reduce event risk before 14:00.

The three questions asked every day — all rooted in probability

① What is our EV? For every position: is E[P&L] positive after all costs?
② What is our variance? How wrong could we be? Can we survive a 3σ adverse day?
③ Are we being paid for the risk? Is IV above RV? Is theta above gamma cost?

Discussion

Questions with no easy answers

Mathematical

Why does σ scale with √T? Prove it from first principles using the definition of variance of a sum of independent variables.

N(d₂) is the probability of expiring ITM. Why is delta N(d₁) not N(d₂)? What's the difference and why does it matter for hedging?

If you're delta-neutral, can you still lose money on a big market move? Walk through the exact mathematics of why.

Kelly assumes you know p exactly. What happens if you systematically overestimate your edge by 5%? Derive the result.

No easy answer

Is implied volatility a probability? It's extracted from option prices using a model (B-S) that is known to be wrong. Does a probability derived from a wrong model mean anything?

Markets are supposedly efficient — prices reflect all information. If that's true, how does the volatility risk premium (IV > RV on average) persist? Who is paying for it and why?

The 2008 financial crisis. Models said 5σ was impossible. It happened. Was the model wrong, the inputs wrong, or is "probability" itself the wrong concept for rare events?

An AI predicts the next price move with 51% accuracy. Walk through Kelly, EV, and what happens to the edge as every firm deploys the same model.

You now speak the language.
Every price on every options desk in the world — NIFTY, Nikkei, KOSPI, TAIFEX — was computed using exactly these concepts. The protocols carry the numbers. Probability generates them.