Skip to content

Commit ba97314

Browse files
authored
Merge pull request #15 from gregwinther/master
Fix typographical errors
2 parents 9476de0 + 90e0ee6 commit ba97314

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

doc/src/Projects/2020/Project5/BlackScholes/BlackScholes.do.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ incredibly old, the first mention of options contracts in
1818
history is by greek philosopher Thales from the sixth century.
1919

2020
An option is a right, but not an obligation, to buy or sell
21-
and underlying asset[^1] at a pretermined price $E$ at or before
21+
and underlying asset[^1] at a predetermined price $E$ at or before
2222
an expiration time $T$. Having such an option is valuable, but
2323
determining the fair price of an option is a difficult problem.
2424

@@ -48,7 +48,7 @@ asset" (cash) in just the right way to eliminate risk.
4848
\begin{equation}
4949
\frac{\partial V}{\partial t}
5050
+ \frac{1}{2}S^2\sigma^2\frac{\partial^2 V}{\partial S^2}
51-
+ (r - D)\frac{\partial V}{\partial S} - r V = 0
51+
+ (r - D)S\frac{\partial V}{\partial S} - r V = 0
5252
\end{equation}
5353
!et
5454

@@ -58,7 +58,7 @@ $r$ is the "risk-free" interest rate, and $D$ is the yield
5858
(dividend paying rate) of the underlying stock.
5959

6060
The volatility $\sigma$ stems from an underlying assumption that
61-
the stock moves like a geometric Brownial motion,
61+
the stock moves like a geometric Brownian motion,
6262
!bt
6363
\begin{equation}
6464
\frac{dS}{S} = \mu dt + \sigma dW.
@@ -76,8 +76,8 @@ always possible.
7676
Instead of an initial value problem, we have a terminal value
7777
problem at time $T$, i.e. the expiration date or the
7878
maturity date. We change to an initial value problem
79-
by substitutin $\tau = T - t$. This new variable can
80-
be interpretad as time remaining to expiration.
79+
by substituting $\tau = T - t$. This new variable can
80+
be interpreted as time remaining to expiration.
8181

8282
The transformed spatial variable is $x = \ln(S/E)$, where
8383
$E$ is the exercise price of the option. Now, values of
@@ -88,7 +88,7 @@ positive values of $x$ correspond to prices higher than the
8888
exercise price.
8989

9090
Just substituting for the variables above leads to a parabolic
91-
equation, with constant coefficitions. Show that by making a final
91+
equation, with constant coefficients. Show that by making a final
9292
substitution;
9393
!bt
9494
\begin{equation}
@@ -120,7 +120,7 @@ What are the correct parameters for $\alpha$ and $\beta$?
120120

121121
You can implement a solver for the diffusion equation
122122
inspiration from the project on the diffusion equation.
123-
Another very good resourse is Langtangen and Linge's
123+
Another very good resource is Langtangen and Linge's
124124
book "Finite Difference Computing with PDEs".
125125

126126
It is highly recommended to start with an explicit
@@ -247,7 +247,7 @@ project.
247247

248248
* Include your results either in figure form or in a table. Remember to label your results. All tables and figures should have relevant captions and labels on the axes.
249249

250-
* Try to evaluate the reliabilty and numerical stability/precision of your results. If possible, include a qualitative and/or quantitative discussion of the numerical stability, eventual loss of precision etc.
250+
* Try to evaluate the reliability and numerical stability/precision of your results. If possible, include a qualitative and/or quantitative discussion of the numerical stability, eventual loss of precision etc.
251251

252252
* Try to give an interpretation of you results in your answers to the problems.
253253

doc/src/Projects/2020/Project5/BlackScholes/bsm.do.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ incredibly old, the first mention of options contracts in
1515
history is by greek philosopher Thales from the sixth century.
1616

1717
An option is a right, but not an obligation, to buy or sell
18-
and underlying asset[^1] at a pretermined price $E$ at or before
18+
and underlying asset[^1] at a predetermined price $E$ at or before
1919
an expiration time $T$. Having such an option is valuable, but
2020
determining the fair price of an option is a difficult problem.
2121

2222
[^1]: We focus on stocks, but it can be anything.
2323

2424
Options to buy (sell) are commonly referred to as
2525
call (put) options. An option that only allows one to
26-
excercise this right at the maturity date is called a
26+
exercise this right at the maturity date is called a
2727
European option, while an option that can be exercise at any
2828
date prior to the maturity date is called an American option.
2929
There are many other varieties.
@@ -45,7 +45,7 @@ asset" (cash) in just the right way to eliminate risk.
4545
\begin{equation}
4646
\frac{\partial V}{\partial t}
4747
+ \frac{1}{2}S^2\sigma^2\frac{\partial^2 V}{\partial S^2}
48-
+ (r - D)\frac{\partial V}{\partial S} - r V = 0
48+
+ (r - D)S\frac{\partial V}{\partial S} - r V = 0
4949
\end{equation}
5050
!et
5151

@@ -55,7 +55,7 @@ $r$ is the "risk-free" interest rate, and $D$ is the yield
5555
(dividend paying rate) of the underlying stock.
5656

5757
The volatility $\sigma$ stems from an underlying assumption that
58-
the stock moves like a geometric Brownial motion,
58+
the stock moves like a geometric Brownian motion,
5959
!bt
6060
\begin{equation}
6161
\frac{dS}{S} = \mu dt + \sigma dW.
@@ -65,16 +65,16 @@ the stock moves like a geometric Brownial motion,
6565
Explicit solutions for the Black-Scholes equation,
6666
called The Black-Scholes formulae, are known only for
6767
European call and put options. For other derivatives, such
68-
a formula doest not have to exist. However, a numberical solution is
68+
a formula doest not have to exist. However, a numerical solution is
6969
always possible.
7070

7171
=== TASK: Transformation to Heat Equation. ===
7272

7373
Instead of an initial value problem, we have a terminal value
7474
problem at time $T$, i.e. the expiration date or the
7575
maturity date. We change to an initial value problem
76-
by substitutin $\tau = T - t$. This new variable can
77-
be interpretad as time remaining to expiration.
76+
by substituting $\tau = T - t$. This new variable can
77+
be interpreted as time remaining to expiration.
7878

7979
The transformed spatial variable is $x = \ln(S/E)$, where
8080
$E$ is the exercise price of the option. Now, values of
@@ -85,7 +85,7 @@ positive values of $x$ correspond to prices higher than the
8585
exercise price.
8686

8787
Just substituting for the variables above leads to a parabolic
88-
equation, with constant coefficitions. Show that by making a final
88+
equation, with constant coefficients. Show that by making a final
8989
substitution;
9090
!bt
9191
\begin{equation}
@@ -117,7 +117,7 @@ What are the correct parameters for $\alpha$ and $\beta$?
117117

118118
You can implement a solver for the diffusion equation
119119
inspiration from the project on the diffusion equation.
120-
Another very good resourse is Langtangen and Linge's
120+
Another very good resource is Langtangen and Linge's
121121
book "Finite Difference Computing with PDEs".
122122

123123
It is highly recommended to start with an explicit
@@ -133,7 +133,7 @@ Plot $V$ vs $S$ at different values for $t$ ($\tau$).
133133

134134
__Special considerations__
135135
The variable $x$ is unbounded, i,e. $s\in[-\infty, \infty]$. Numerically,
136-
we have to pick a bounded interval $[-L, L]$, wher $L$ is a sufficiently
136+
we have to pick a bounded interval $[-L, L]$, where $L$ is a sufficiently
137137
large number. This interval remain unchanged when considering an option with a
138138
different strike price.
139139

0 commit comments

Comments
 (0)