2025-05-06 07:12:00
Geometric Brownian Motion (GBM) is a fundamental model widely used to describe the behavior of asset prices over time. This model guarantees that prices will not be negative, which aligns with the real world.
The asset price S(t) is defined by the stochastic differential equation (SDE):
dS(t)=μS(t)dt+σS(t)dB(t)
Where:
In more complex models, μ and σ may be functions of t, S(t), or even other random processes.
Starting from the equation:
S(t)dS(t) = μdt + σdB(t)
To find S(t), consider lnS(t) and use Ito's Lemma with the function lnS(t):
d(lnS(t))=(μ−21σ2)dt+σdB(t)
which is an Ito drift-diffusion process, then integrate both sides:
lnS(t)=lnS(0)+(μ−21σ2)t+σB(t)
Raise both sides to the power, you will get:
S(t)=S(0)⋅exp[(μ−21σ2)t+σB(t)]
Reference: Geometric Brownian Motion
From https://www.quantstart.com/articles/Geometric-Brownian-Motion/
2025-01-10 10:12:01
2024-05-31 03:06:49
2024-05-28 03:09:25
There are many other interesting articles, try selecting them from below.
2023-11-23 10:27:28
2024-03-25 09:26:59
2024-04-18 04:57:21
2025-02-26 02:19:30
2024-03-27 05:02:08
2023-10-09 03:59:28
2025-02-20 02:15:08
2024-11-06 10:46:00
2024-02-02 11:47:15