A Wiener process, or standard Brownian motion, models continuous random shocks used in diffusion-based option, rate, and risk models.
A Wiener process, also called standard Brownian motion, is a continuous-time stochastic process whose nonoverlapping increments are independent, normally distributed, and scaled by elapsed time. In finance it commonly represents the random shock in diffusion models for asset prices, interest rates, and other state variables. The process is a mathematical input, not a price series or a prediction by itself.
A process ({W_t:t\geq0}) is a standard Wiener process if:
Equivalently, an increment over a short interval (\Delta t) can be represented as:
The expected increment is zero, and its standard deviation is (\sqrt{\Delta t}).
Suppose a model measures time in years and uses 252 trading days per year. For one trading day:
The number 0.0630 is measured in the model’s square-root-of-time units; it is not a 6.30% stock return. If a geometric Brownian motion has annual volatility (\sigma=20%), the standard deviation of its one-day random log-return component is:
This is a model-implied standard deviation, not a maximum loss, confidence guarantee, or forecast of the next return.
An arithmetic Brownian motion can be written:
Its absolute changes are normally distributed, so the modeled level can become negative. Geometric Brownian motion instead specifies proportional changes:
Under this continuous model, a positive initial price remains positive. The distinction matters: (W_t) supplies random shocks, while the stochastic differential equation determines how those shocks affect the modeled financial variable.
| Feature | Arithmetic Brownian motion | Geometric Brownian motion |
|---|---|---|
| Modeled change | Absolute | Proportional |
| Basic form | (dX=\mu dt+\sigma dW) | (dS=\mu Sdt+\sigma SdW) |
| Distribution at a horizon | Normal level | Lognormal positive level |
| Negative modeled values | Possible | Not from a positive start under the continuous model |
| Common finance use | Simplified spreads or state variables | Classical stock-price modeling |
Neither specification is automatically suitable. The choice depends on the variable, horizon, calibration evidence, and intended decision.
Although a Wiener path is continuous, it is almost surely nowhere differentiable. Its accumulated squared increments converge to elapsed time as a partition becomes finer:
This nonzero quadratic variation produces the second-derivative correction in Ito calculus. It is also summarized by the stochastic-calculus shorthand ((dW_t)^2=dt).
For an equally spaced grid, a basic simulation uses:
where each (Z_{k+1}) is an independent standard normal draw. A reliable implementation should:
A finer grid can reduce some discretization error in a larger model, but it does not repair an inappropriate process assumption.
Models with several risk drivers often use correlated Wiener processes. For two drivers, the shorthand is:
where (\rho) is their instantaneous correlation. In a multi-driver simulation, the full correlation matrix must be internally valid, typically positive semidefinite, and the method used to generate correlated shocks should be documented. Estimated correlations can change materially across samples and stressed periods.
These applications add assumptions about drift, volatility, dependence, payoffs, and probability measures. Those assumptions come from the model, not from the definition of a Wiener process.
The Wiener process assumes continuous paths and Gaussian increments. Actual financial returns may contain jumps, market closures, stale prices, volatility clustering, skewness, heavy tails, and liquidity effects. Independent increments in the driver also do not imply that observed returns are independent when volatility or other state variables change through time.
Risk-neutral models may change the drift used for pricing without claiming that investors are actually indifferent to risk. A process calibrated for option valuation should not be used automatically as a real-world return forecast.
This article is educational and does not provide a price forecast, risk limit, derivative valuation, or personalized financial advice.