Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Black-Scholes Model
Model Overview
Analytic Solution
Monte Carlo Simulation
Differential Equations
In this application, we compute the option price using three different methods. The first method is to derive the analytical solution to the option price based on the classical Black-Scholes model. Next, we compute the option price through Monte Carlo simulation based on the Black-Scholes model for stock price estimation. Finally, we use the Black-Scholes differential equation model to estimate the option price.
Overview of the Model
We consider the classical Black-Scholes model with single risky asset that follows a geometric Brownian motion
where () is a standard Brownian motion, is the constant volatility, is the constant risk-free rate and is the initial asset price. Under these conditions, for any the stock price is given by the following formula.
We consider a security with time to maturity and the payoff function.
Payoff of the form corresponds to a digital call options with strike price, .
We will consider several methods for computing the price of this security.
Parameters
can be represented in the form
where is a lognormal random variable with parameters and .
The price of this option can be computed as the discounted expected payoff of the option
Analytic Price
We can use the analytic result to study the various market sensitivities. For example, we can symbolically compute the delta of our option.
Here is a formula for the Gamma.
We can also use the symbolic formula to plot the option price as a function of the parameters.
Alternatively, we can estimate the expectation using Monte Carlo simulation to compute the option price. The discrete-time version of the model is
where , and is drawn from the lognormal distribution with parameters and . We can use this expression to generate a sample path for the price of our risky asset.
Simulating Stock Prices
*please be patient, it may take a few seconds to generate a sample
Number of Replications
Number of Updates
Note: We know the distribution of the final stock price. To compute the option price, we need only to simulate the final stock price, and not the whole stock path.
We can verify the above analytic result using Monte Carlo simulation.
Option Price
Standard Error
Finally, we can use the Black-Scholes differential equations to compute the option price.
The key boundary condition is:
Another obvious condition:
Finally, if for some , then it holds with a high probability that . Our option will thus be exercised and produce cash flow
Numeric PDE Solver
Space Step
Time Step
Download Help Document