This repo has some applications of QuantLib.
- AsianOption (C++)
ImplementedDiscreteGeometricAverageStrikeEngine
and a pricing example - Autocall CPU(C++&Pybind)
UsePybind11
to wrapPathGenerator
andRandomSequenceGenerator
for fast Monte-Carlo simulation. An example of Autocall note is given. - Autocall GPU(cuda&cupy)
Usecupy
and rawcuda
kernel to perform Monte-Carlo simulation. An example of Autocall note is given and there is a 400x speedup compared with CPU.