Browse Trading

Risk-Neutral Valuation

No-arbitrage method that prices derivatives by discounting expected payoffs under risk-neutral probabilities.

Risk-neutral valuation prices a derivative by taking expected payoffs under a risk-neutral probability measure and discounting them at the risk-free rate.

The phrase does not mean investors are actually neutral to risk. It means the pricing calculation can be performed under an adjusted probability measure when no-arbitrage assumptions and market-completeness conditions are satisfied.

The diagram shows the core workflow: build terminal payoffs, weight them with risk-neutral probabilities, take the expected payoff, and discount it back at the risk-free rate.

SVG diagram showing terminal derivative payoffs weighted by risk-neutral probabilities and discounted to today’s value.

Core Formula

In a simple setting:

$$ V_0 = e^{-rT}\mathbb{E}^{\mathbb{Q}}[\text{Payoff}_T] $$

where:

  • \(V_0\) is today’s value
  • \(r\) is the risk-free rate
  • \(T\) is time to payoff
  • \(\mathbb{Q}\) is the risk-neutral probability measure
  • \(\text{Payoff}_T\) is the derivative payoff at time \(T\)

Why It Works

The intuition comes from replication. If a derivative payoff can be replicated with traded assets, the derivative should have the same price as the replicating portfolio. Otherwise, arbitrage would be possible.

Risk-neutral probabilities are the probabilities that make discounted traded asset prices consistent with that no-arbitrage condition. They are pricing probabilities, not necessarily real-world beliefs.

One-Period Example

Suppose a derivative pays 10 in an up state and 0 in a down state. If the risk-neutral probability of the up state is 0.60 and the one-period risk-free growth factor is 1.02, then:

$$ V_0 = \frac{0.60 \times 10 + 0.40 \times 0}{1.02} \approx 5.88 $$

The 0.60 is not necessarily a forecast. It is the pricing probability implied by the no-arbitrage setup.

Where It Shows Up

Risk-neutral valuation sits behind:

  • Black-Scholes option pricing
  • binomial option pricing trees
  • interest-rate derivatives
  • credit derivatives
  • structured products
  • Monte Carlo valuation for complex payoffs
  • implied volatility and risk-neutral distribution analysis

Practical Limits

Risk-neutral valuation is powerful, but the result depends on assumptions:

  • whether the payoff can be hedged or replicated
  • whether markets are liquid enough for no-arbitrage logic
  • whether rates, dividends, funding, and collateral are modeled correctly
  • whether jumps or path-dependent features matter
  • whether counterparty credit and margin terms change the payoff economics

Public Source Checks

Common Confusion

Do not confuse risk-neutral probabilities with real probabilities. A risk-neutral probability is built for pricing under no-arbitrage assumptions; it is not automatically a best estimate of what will happen.

FAQs

Does risk-neutral valuation assume investors do not care about risk?

No. It uses an adjusted pricing measure. Real investors may be risk averse, but the derivative can still be priced through no-arbitrage replication logic.

Why discount at the risk-free rate?

Under the risk-neutral measure, expected payoffs are adjusted so that discounting at the risk-free rate is consistent with no-arbitrage pricing.

Can risk-neutral valuation fail in practice?

It can become unreliable when markets are incomplete, illiquid, hard to hedge, or affected by funding, collateral, and counterparty constraints not captured in the model.
Revised on Sunday, June 21, 2026