Geometric Brownian Motion with Nonuniform Time Grid

Initializing live version
Download to Desktop

Requires a Wolfram Notebook System

Interact on desktop, mobile and cloud with the free Wolfram Player or other Wolfram Language products.

This Demonstration simulates geometric Brownian motion (GBM) paths with a nonuniform time grid. A GBM is a continuous-time stochastic process in which the logarithm of the randomly varying quantity follows a Brownian motion (also called a Wiener process) with drift. In computational finance, GBM is used to model stock prices in the Black–Scholes model and is the most widely used model of stock price behavior.

[more]

As an example, this Demonstration generates random GBM paths and uses Monte Carlo simulation to estimate the price of a European put option, with starting stock price , strike price , maturity time , stock price volatility , risk-free interest rate , and stock dividend yield . The simulation output is compared against the analytic Black–Scholes output, calculated with Mathematica's built-in function FinancialDerivative.

The coefficient () generates nonuniform time steps with decreasing length as we approach maturity, according to the model: . If , the time grid becomes uniform.

[less]

Contributed by: Michail Bozoudis (June 2016)
Suggested by: Michail Boutsikas
Open content licensed under CC BY-NC-SA


Snapshots


Details

Let denote the number of time steps and the number of GBM paths. The list of the stock prices that the GBM path consists of are generated according to the following process:

, , where , follows the standard normal distribution, and is the drift of the stochastic process.

The Monte Carlo estimation of the European put option derives from the discounted average of the option's possible payoffs at expiry:

.

This Demonstration does not use Mathematica's built-in function GeometricBrownianMotionProcess because the Monte Carlo simulation using RandomFunction requires fixed time steps as in RandomFunction[GeometricBrownianMotionProcess[mu,sigma,x0],{t0,tend,dt}].



Feedback (field required)
Email (field required) Name
Occupation Organization
Note: Your message & contact information may be shared with the author of any specific Demonstration for which you give feedback.
Send