Dashboard
Pricing Derivatives
Finite Difference Method

I implemented the explicit finite-difference method to price derivatives, that almost always are described as differential equations of diffusion or parabolic type. The Finite-difference methods are precisely designed for finding numerical solutions of differential equations. So, I compared the results to the analytical solutions.

This project is connected to the Master in Quantitative Finance, at the FGV University. I used mostly Python to code the project.

VIEW PROJECT