Skip to content

Small framework to price one factor options using binomial lattices

Notifications You must be signed in to change notification settings

VitorTS/lattice-option-pricer

Repository files navigation

Lattice option pricer

Small framework to price one factor options using binomial lattices.

This project is part of my computational finance and C++ studies.

The design uses the layered approach:

  1. Layer 1 - Lattice model
  2. Layer 2 - Back and forward induction
  3. Layer 3 - Model and pricing functions

Asset/option calculation implements the Trigeorgis (TRG) model:

Trigeorgis model (TRG)

The lattice is implemented using boost UBLAS triangular matrix.

About

Small framework to price one factor options using binomial lattices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages