Skip to content

Commit 93e507e

Browse files
Zhengyizhe0209-archHumphreyYangjstacclaude
authored
[monte_carlo] Fix numbering in European call option list (#744)
* Fix numbering in European call option list Corrects the ordered list numbering in the European call options section. * Fix grammar: appealing to → appeal to Per Humphrey's review comment. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com> Co-authored-by: John Stachurski <john.stachurski@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cd51fbb commit 93e507e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lectures/monte_carlo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Now let's price a European call option.
343343

344344
The option is described by three things:
345345

346-
2. $n$, the **expiry date**,
346+
1. $n$, the **expiry date**,
347347
2. $K$, the **strike price**, and
348348
3. $S_n$, the price of the **underlying** asset at date $n$.
349349

@@ -561,7 +561,7 @@ distribution of $S_n$.
561561

562562
So to compute the price $P$ of the option, we use Monte Carlo.
563563

564-
We average over realizations $S_n^1, \ldots, S_n^M$ of $S_n$ and appealing to
564+
We average over realizations $S_n^1, \ldots, S_n^M$ of $S_n$ and appeal to
565565
the law of large numbers:
566566

567567
$$

0 commit comments

Comments
 (0)