Skip to content

Implementation of various financial instruments pricing models in C++

License

Notifications You must be signed in to change notification settings

nilesh05apr/fipricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of various financial instruments pricing models in C++

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages