From a112613500fc76a237da6cf492955488f4e2ef04 Mon Sep 17 00:00:00 2001 From: Zoey Zheng Date: Wed, 20 May 2026 23:57:40 +1000 Subject: [PATCH] Fix numbering in European call option list Corrects the ordered list numbering in the European call options section. --- lectures/monte_carlo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/monte_carlo.md b/lectures/monte_carlo.md index 9f66c2296..a467c076b 100644 --- a/lectures/monte_carlo.md +++ b/lectures/monte_carlo.md @@ -342,7 +342,7 @@ Now let's price a European call option. The option is described by three things: -2. $n$, the **expiry date**, +1. $n$, the **expiry date**, 2. $K$, the **strike price**, and 3. $S_n$, the price of the **underlying** asset at date $n$.