Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 1.77 KB

README.md

File metadata and controls

25 lines (12 loc) · 1.77 KB

Monte Carlo Methods in Finance

These notebooks are a Python implementation of matlab demo code of the course Monte Carlo Methods in Finance provided through the platform iversity.org. All credit for the original code goes to Prof. Dr. Alberto Suárez and his team behind this course. I merely translated the code to Python, sometimes expanding on the material and adding my own interpretation of the material.

Links to notebooks

Week 1 - Introduction

Week 2 - Understanding random numbers

Week 3 - Generating random numbers

Week 4 - Brownian motion

Week 5 - Ordinary differential equations

Week 6 - Stochastic differential equations

Week 7 - Pricing of simple derivatives products

Week 8 - Pricing of more complex derivatives products

Week 9 - Modeling and quantifying risk