Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cantaro86/pricingandmore


https://github.com/cantaro86/pricingandmore

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

Just a repo for my testing of C++

It includes

- Binary option pricer for European and American options.
It uses Monte Carlo, Finite differences methods and Finite Elements methods.

- The discretization for FEM is described in docs. For the FEM approach, I first map the problem to
a heat equation and then use the FEM discretization.

- A closed formula (non-recursive) for the Fibonacci numbers.