Tag: Binomial Model

From Binomial Model to BSM

From Binomial Model to BSM

To kick off this blog post, let's start with a quick experiment where we compare option prices derived from the binomial model with increasing periods to those calculated using the Black-Scholes Model (BSM). Here, we run two sets of option pricing calculations. In the first set, we use the multi-period binomial model, calculating the option … Continue reading From Binomial Model to BSM

Options Pricing with Multi-period Binomial Model

Options Pricing with Multi-period Binomial Model

With the foundational concepts introduced in the previous blog post on the one-period binomial model, along with the path tracing and backward induction covered in the post on the two-period binomial model, we can now move to the multi-period binomial model, which is applicable to real-world scenarios. Once you understand how the one-period and two-period … Continue reading Options Pricing with Multi-period Binomial Model

Options Pricing with Two-Period Binomial Model

Options Pricing with Two-Period Binomial Model

In this blog series, I will aim to code the formulas and model algorithms covered in the CFA Level 2 program using Python and DolphinDB. Each topic will begin with a brief explanation of the formulas or algorithms, followed by their implementations in Python and DolphinDB. In the previous blog post on the one-period binomial … Continue reading Options Pricing with Two-Period Binomial Model

Options Pricing with One-Period Binomial Model

Options Pricing with One-Period Binomial Model

In this blog series, I will aim to code the formulas and model algorithms covered in the CFA Level 2 program using Python and DolphinDB. Each topic will begin with a brief explanation of the formulas or algorithms, followed by their implementations in Python and DolphinDB. From this blog post, we start our journey to … Continue reading Options Pricing with One-Period Binomial Model