Excellent question. The process you're describing is a specific case of a mean-reverting Constant Elasticity of Variance (CEV) process, often called the Geometric Ornstein-Uhlenbeck (G-OU) or Geometric Mean Reversion (GMR) process.
The SDE is:
You are correct that for the Ornstein-Uhlenbeck process (
The case for
First, let's consider the literal interpretation of ruin as hitting the boundary
For the G-OU process, with standard assumptions for financial applications (
Why?
Let's examine the behavior of the drift and diffusion coefficients at
Because the diffusion term dies off and the drift becomes strongly positive, the process is repelled from the zero boundary. In the language of stochastic calculus, the point
Conclusion: If "ruin" means
In practice, default or ruin occurs when an asset's value
This is a first-passage time problem for the G-OU process. Unlike the O-U and CIR cases, there is no known simple closed-form solution for this probability in a finite time horizon
The standard approach for this kind of problem is to solve the associated Kolmogorov Backward Equation. Let
with the following boundary conditions:
While this PDE does not have a simple solution in terms of elementary functions, we can solve it using several methods.
If you are interested in the probability of ever hitting the barrier
For a general diffusion
For our G-OU process:
The integral in the exponent is:
So, the scale function density is:
The probability of ever hitting the barrier
Since there is no simple closed-form solution, the standard approaches are:
Numerical PDE Solvers: Use a finite difference method (like Crank-Nicolson) to solve the Kolmogorov backward equation numerically on a grid for
Monte Carlo Simulation: This is the most straightforward approach.
Analytical Approximations / Spectral Expansions: For more advanced applications, researchers like V. Linetsky have developed methods to solve the PDE using eigenfunction expansions (also known as spectral methods). The solution for
| Case | Solution for Ruin Probability Pr( |
|---|---|
| Ruin at | Probability is 0. The zero boundary is inaccessible. |
| Ruin at | |
| Infinite Horizon ( | Semi-closed form exists. Given by a ratio of integrals of the scale function, computable via the incomplete gamma function. |
| Finite Horizon ( | No simple closed-form solution is known. Must use other methods: <br> 1. Numerical PDE solution (e.g., Finite Difference) <br> 2. Monte Carlo Simulation <br> 3. Spectral Expansion (advanced, semi-analytical) |
Was this answer helpful?
version: June 2025 release
Status: UQ Validated
Validated: 8 months ago
Status: Needs Human Verification
Loading model reviews...
Loading reviews...