A Brownian motion, also known as a Wiener process, is a continuous-time stochastic process that has two key characteristics: independent and stationary increments, and continuous sample paths. It is usually denoted by W(t), where t represents time. A standard Brownian motion W(t) starts at 0, i.e., W(0)β=β0, and it has the following properties:
1. **Independent increments**: For any 0ββ€βsβ<βt, the increments W(t)β ββ W(s) are independent of the past values of the process, i.e., independent of W(u) for 0ββ€βuββ€βs.
2. **Stationary increments**: The distribution of W(t)β ββ W(s) depends only on the time difference tβ ββ s and not on the actual times s and t.
3. **Normally distributed increments**: The increment W(t)β ββ W(s) has a normal distribution with mean 0 and variance tβ ββ s, i.e., W(t)β ββ W(s)ββΌβπ©(0,βtβ ββ s).
4. **Continuous sample paths**: The sample paths of Brownian motion are continuous, i.e., for any Ο΅β>β0, there exists Ξ΄β>β0 such that |W(t)β ββ W(s)|β<βΟ΅ whenever |tβ ββ s|β<βΞ΄.
Brownian motion is important in the field of quantitative finance because it serves as a fundamental building block for modeling asset price dynamics and risk factors. This modeling concept is widely used in option pricing models and portfolio optimization.
In the Black-Scholes-Merton (BSM) model, for example, the stock price S(t) is assumed to follow a geometric Brownian motion (GBM). The GBM is given by the stochastic differential equation:
dS(t)β=βΞΌS(t)dtβ
+β
ΟS(t)dW(t)
where ΞΌ is the expected return on the stock, Ο is the stockβs volatility, and dW(t) is the increment of a standard Brownian motion. The BSM model allows deriving closed-form solutions for European option prices and understanding the key drivers of option prices such as the stock price, time to maturity, volatility, and risk-free interest rate. This model has revolutionized the pricing and hedging of derivative securities.
In the field of fixed income, the famous Vasicek and Cox-Ingersoll-Ross models use Brownian motion to model the stochastic behavior of interest rates.
In more advanced models, like the Heston model for stochastic volatility or models for credit risk, multiple Brownian motions are employed to capture the dependencies and dynamics in various risk factors. Such models help practitioners to manage risk, optimize asset portfolios, and value complex financial products.
In summary, Brownian motion is a crucial concept in quantitative finance for modeling asset price dynamics, valuing derivative securities, and managing risk. It serves as the foundation for developing more advanced stochastic models in various areas of finance.