This list contains the most common stochastic processes used in finance.
Ornstein-Uhlenbeck process
The Ornstein-Uhlenbeck process is the most common mean reverting stochastic process.
![]()
Geometric Brownian motion SDE
The Geometric Brownian describes the most widely used model in finance. It is used to simulate the stochastic behaviour of stocks, currencies, futures.
The value of this process is strick positive, St cannot get below zero.
![]()
Vasicek stochastic process
![Rendered by QuickLaTeX.com \begin{align*} dr_t &= (\alpha-\beta r_t) dt + \sigma dW_t\\ E[r_t]&=r_0e^{-\alpha t}+\frac{\beta}{\alpha}(1-e^{-\alpha t})\\ Var[r_t] &= \frac{\sigma^2}{2\alpha}(1-e^{-2\alpha t}) \end{align*}](http://www.sitmo.com/wp-content/ql-cache/quicklatex.com-808b1affd2ac3fada0e4b6a1a2beb9b0_l3.png)
Cox-Ingersoll-Ross interest rate model
![Rendered by QuickLaTeX.com \begin{align*} dR_t &= \kappa(\theta- R_t) dt + \sigma \sqrt{R_t}dW_t\\ E[R_t]&= R_0e^{-\kappa t} + \theta\left(1-e^{-\kappa t} \right) \\ Var[R_t] &=R_0\frac{\sigma^2}{\kappa}\left(e^{-\kappa t}-e^{-2\kappa t}\right) + \theta\frac{\sigma^2}{2\kappa}\left(1-e^{-\kappa t}\right)^2 \end{align*}](http://www.sitmo.com/wp-content/ql-cache/quicklatex.com-de739139a1cb71d935d74a0a3128769f_l3.png)
Schwartz type 1 stochastic process
The Schwartz type 1 model is a log price Ornstein-Uhlenbeck stochastic process.
![]()
Schwartz type 2 stochastic process
Swartz type 2 stochastic process is a two-factor process. The first factor is the spot price, the second factor a instantaneous convenience yield.

Heston stochastic volatility model

GARCH(1,1) stochastic volatility model
Generalized Auto-Regression Conditional Heteroskedacity (GARCH) stochastic volatility model.

Constant elasticity of variance
![]()
General stochastic differential equation
General stochastic differential equation

Merton jump-diffusion
The Merton jump-diffusion process is an extension to geometric Brownian motion.
![]()
Clewlow and Strickland jump-diffusion mean-reversion
This is the Clewlow and Strickland jump-diffusion mean-reversion SDE. This process is used to describe processes in the energy markets.
![]()
Black-Karasinski short term interest rate
The Black Karasinski for the short term interest rate
![]()
Hull-White short term interest rate model
The Hull-While model is an extended version of the Vasicek model. The short term interest rate is normal distributed, and is mean reverting.
![]()
4 Comments
I just want to clarify whether the “Stochastic indicators” one often finds with professional trading software incorporate all or most of these processes – with respect to FX or Stocks ? OR in other words How can understanding these processes represented by the above said models aid in the context of financial decision making ?
These stochastic processes are popular for two reasons: the describe the behaviour of various tradable products reasoanbly well, and they often have nice mathematical properties so that one can easily build models on top of this (e.g. derivative pricing). These are not indicators, but “price movement simulator equations”.
The CEV model is normally termed “constant elasticity of VARIANCE” not volatilty. But I am not confident which is technically more accurate. Care to comment?
Very true! Everybody calls it … VARIANCE, going to correct it right away. Thanks for fixing this!