KYLChiu / ExoticMonteCarloEngine

Apache License 2.0
6 stars 0 forks source link

EMCE - Exotic Monte Carlo Engine

Monte Carlo pricers for exotic derivatives in both Python / C++. The reason to code it up in two languages:

Contributions are more than welcome!

C++

Actions Status Actions Status

Features

Requirements

Install

Build:

cmake -S ./cpp/emce -B build
cmake --build

Run tests:

ctest --test-dir ./build

Python

Actions Status

Exotic Monte Carlo Pricer: An equity/FX exotic Monte Carlo pricer.

Features (goals)

Python notebooks (analytics):