In the context of probability theory and stochastic processes, martingales and semi-martingales are widely used concepts, particularly in quantitative finance for modeling price dynamics and risk management.
A **martingale** is a stochastic process (Xt)tββ₯β0 which satisfies the following conditions:
1. Adaptedness: Xt is measurable with respect to the filtration β±t for all tββ₯β0. This means that the value of the process at time t can be determined by the information available up to that time.
2. Integrability: πΌ[|Xt|]β<ββ for all tββ₯β0. This condition requires that the expected value of the absolute value of the process is finite at each time point.
3. Martingale property: πΌ[Xtβ +β s|β±t]β=βXt for all sββ₯β0 and tββ₯β0. This means that the best predictor of the process at any future time, given the available information up to the current time, is its current value.
A **semi-martingale** is a stochastic process (Yt)tββ₯β0 that can be decomposed into the sum of a martingale process (Mt)tββ₯β0 and a finite variation deterministic process (Vt)tββ₯β0. In other words, there exist two processes Mt and Vt such that:
1. Ytβ=βMtβ +β Vt for all tββ₯β0.
2. Mt is a martingale.
3. Vt has finite variation on every interval [0,βt].
In summary, every martingale is a semi-martingale, but not every semi-martingale is a martingale.
Now letβs provide an example in the context of finance.
**Martingale example:**
A typical example of a martingale in finance is the **simple symmetric random walk**, which can be viewed as a model for the price of a stock in a frictionless market with no predictable trends. Let St represent the stock price at time t, and let ΞSt denote the (discrete-time) change in the stock price. We assume that ΞSt takes values β Β±β 1 with equal probability, i.e.,
$$\mathbb{P}(\Delta S_t = 1) = \mathbb{P}(\Delta S_t = -1) = \frac{1}{2}.$$
Then, we can define the cumulative gain process $X_t = \sum_{i=1}^t \Delta S_i$, where X0β=βS0. (Xt)tββ₯β0 is a martingale because it satisfies the conditions mentioned above.
**Semi-martingale example:**
In finance, a well-known example of a semi-martingale is given by the **Black-Scholes model** for stock price dynamics. The model is described by the following stochastic differential equation (SDE):
dStβ=βΞΌStdtβ
+β
ΟStdWt,
where St represents the stock price at time t, ΞΌ is the drift (expected return) of the stock, Ο is the volatility, and Wt is a standard Brownian motion (also known as a Wiener process).
We can decompose the stock price process St into a martingale and a deterministic process:
$$S_t = S_0\left(\exp\left(\sigma W_t\right) \exp\left(\left(\mu - \frac{\sigma^2}{2}\right)t\right)\right).$$
The first factor is a martingale:
Mtβ=βS0expβ(ΟWt).
The second factor is a deterministic process of finite variation:
$$V_t = S_0 \exp\left(\left(\mu - \frac{\sigma^2}{2}\right)t\right).$$
Thus, (St)tββ₯β0 is a semi-martingale in the Black-Scholes model. Note that if the Black-Scholes model is modified to have zero drift (ΞΌβ=β0), then the stock price process becomes a martingale, specifically a geometric Brownian motion.