Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 340 Bytes

Financial Instruments pricing

This repo contains c++ implementation of different methods used for pricing different financial instruments.

EX:
F/P value: 1000
Coupon: 2.5% => 0.015
time: 4 years
yield: 1.5% => 0.025

OptionPricing: Plain Vanilla European Options

  • Black Scholes Merton
  • Binomial Tree
  • Monte Carlo