Thomasaujoux / Monte_Carlo_Option_Pricing

0 stars 0 forks source link

"Option Pricing" project as part of the "Simulation and Monte Carlo methods" course

ENSAE 2022/2023

The aim of this project is to calculate the price of an Asian option between t=0 and t=1. To do this, we will use three methods: standard Monte Carlo, Quasi Monte Carlo and Multi-Level Monte Carlo.

Implementation of the research article (https://artowen.su.domains/courses/362/readings/GilesMultilevel.pdf) for the Multi-LevelMonte Carlo method.

We will then evaluate which method is the best by calculating MSEs and CPU times.

We were awarded 16.5/20 for this project.

Setup

The code can simply be run on Google Colab.

Structure

Authors