Skip to content

Commit 966c963

Browse files
committed
Merge branch 'master' into gh-pages
2 parents 877758e + 5fe523c commit 966c963

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

doc/Projects/2020/Project5/BlackScholes/html/._BlackScholes-bs000.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h3 id="___sec4" class="anchor">5b: Create solver(s) for the 1D diffusion equati
339339
given by
340340
$$
341341
\begin{equation}
342-
PV(E) = Ee^{-rt},
342+
PV(E) = Ee^{-r(T - t)},
343343
\tag{6}
344344
\end{equation}
345345
$$
@@ -359,7 +359,7 @@ <h3 id="___sec4" class="anchor">5b: Create solver(s) for the 1D diffusion equati
359359
and \( d_2 \),
360360
$$
361361
\begin{equation}
362-
d_2 = d_1 - \sigma \sqrt{t},
362+
d_2 = d_1 - \sigma \sqrt{T - t},
363363
\tag{8}
364364
\end{equation}
365365
$$

doc/Projects/2020/Project5/BlackScholes/html/BlackScholes-bs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h3 id="___sec4" class="anchor">5b: Create solver(s) for the 1D diffusion equati
339339
given by
340340
$$
341341
\begin{equation}
342-
PV(E) = Ee^{-rt},
342+
PV(E) = Ee^{-r(T - t)},
343343
\tag{6}
344344
\end{equation}
345345
$$
@@ -359,7 +359,7 @@ <h3 id="___sec4" class="anchor">5b: Create solver(s) for the 1D diffusion equati
359359
and \( d_2 \),
360360
$$
361361
\begin{equation}
362-
d_2 = d_1 - \sigma \sqrt{t},
362+
d_2 = d_1 - \sigma \sqrt{T - t},
363363
\tag{8}
364364
\end{equation}
365365
$$

doc/Projects/2020/Project5/BlackScholes/html/BlackScholes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h3 id="___sec4">5b: Create solver(s) for the 1D diffusion equation. </h3>
297297
given by
298298
$$
299299
\begin{equation}
300-
PV(E) = Ee^{-rt},
300+
PV(E) = Ee^{-r(T - t)},
301301
\label{_auto6}
302302
\end{equation}
303303
$$
@@ -317,7 +317,7 @@ <h3 id="___sec4">5b: Create solver(s) for the 1D diffusion equation. </h3>
317317
and \( d_2 \),
318318
$$
319319
\begin{equation}
320-
d_2 = d_1 - \sigma \sqrt{t},
320+
d_2 = d_1 - \sigma \sqrt{T - t},
321321
\label{_auto8}
322322
\end{equation}
323323
$$
Binary file not shown.

doc/Projects/2020/Project5/BlackScholes/pdf/BlackScholes.p.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ \subsection{Solving the Black-Scholes Equation Numerically}
277277
where the present value of the exercise price is
278278
given by
279279
\begin{equation}
280-
PV(E) = Ee^{-rt},
280+
PV(E) = Ee^{-r(T - t)},
281281
\end{equation}
282282
furthermore we have parameters $d_1$,
283283
\begin{equation}
@@ -289,7 +289,7 @@ \subsection{Solving the Black-Scholes Equation Numerically}
289289
\end{equation}
290290
and $d_2$,
291291
\begin{equation}
292-
d_2 = d_1 - \sigma \sqrt{t},
292+
d_2 = d_1 - \sigma \sqrt{T - t},
293293
\end{equation}
294294
while $N$ is the cumulative normal distribution function.
295295

541 Bytes
Binary file not shown.

doc/Projects/2020/Project5/BlackScholes/pdf/BlackScholes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ \subsection*{Solving the Black-Scholes Equation Numerically}
251251
where the present value of the exercise price is
252252
given by
253253
\begin{equation}
254-
PV(E) = Ee^{-rt},
254+
PV(E) = Ee^{-r(T - t)},
255255
\end{equation}
256256
furthermore we have parameters $d_1$,
257257
\begin{equation}
@@ -263,7 +263,7 @@ \subsection*{Solving the Black-Scholes Equation Numerically}
263263
\end{equation}
264264
and $d_2$,
265265
\begin{equation}
266-
d_2 = d_1 - \sigma \sqrt{t},
266+
d_2 = d_1 - \sigma \sqrt{T - t},
267267
\end{equation}
268268
while $N$ is the cumulative normal distribution function.
269269

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ where the present value of the exercise price is
163163
given by
164164
!bt
165165
\begin{equation}
166-
PV(E) = Ee^{-rt},
166+
PV(E) = Ee^{-r(T - t)},
167167
\end{equation}
168168
!et
169169
furthermore we have parameters $d_1$,
@@ -179,7 +179,7 @@ furthermore we have parameters $d_1$,
179179
and $d_2$,
180180
!bt
181181
\begin{equation}
182-
d_2 = d_1 - \sigma \sqrt{t},
182+
d_2 = d_1 - \sigma \sqrt{T - t},
183183
\end{equation}
184184
!et
185185
while $N$ is the cumulative normal distribution function.

0 commit comments

Comments
 (0)