Affine Diffusion Models¶
General Affine Diffusions¶
A jump-diffusion process is a Markov process solving the stochastic differential equationd
A discount-rate function \(R:D\to\mathbb{R}\) is an affine function of the state
for \(\rho=\left(\rho_{0},\rho_{1}\right)\in\mathbb{R} \times\mathbb{R}^{N}\).
The affine dependence of the drift and diffusion coefficients of \(Y\) are determined by coefficients \(\left(K,H\right)\) defined by:
for \(K=\left(K_{0},K_{1}\right)\in\mathbb{R}^{N}\times\mathbb{R}^{N\times N}\),
and
for \(H=\left(H_{0},H_{1}\right)\in\mathbb{R}^{N\times N} \times\mathbb{R}^{N\times N\times N}\).
Here
A characteristic \(\chi=\left(K,H,\rho\right)\) captures both the distribution of \(Y\) as well as the effects of any discounting.
Geometric Brownian Motion (GBM)¶
Suppose that \(S_{t}\) evolves according to
In logs:
After integration on the interval \(\left[t,t+h\right]\):
where \(\varepsilon_{t}\sim N\left(0,1\right)\).
Vasicek¶
Suppose that \(r_{t}\) evolves according to
Cox-Ingersoll-Ross (CIR)¶
Suppose that \(r_{t}\) evolves according to
Feller condition for positivity of the process is \(\kappa\mu>\frac{1}{2}\eta^{2}\).
Heston¶
The model is
with \(p_{t}=\log S_{t}\), and \(Corr\left[dW_{s}^{r},dW_{s}^{\sigma}\right]=\rho\), or in other words
Feller condition for positivity of the volatility process is \(\kappa\mu>\frac{1}{2}\eta^{2}\).
Central Tendency (CT)¶
The model is
with \(p_{t}=\log S_{t}\), and \(Corr\left[dW_{s}^{r},dW_{s}^{\sigma}\right]=\rho\), or in other words \(W_{t}^{\sigma}=\rho W_{t}^{r}+\sqrt{1-\rho^{2}}W_{t}^{v}\). Also let \(R\left(Y_{t}\right)=r\).