Skip to content

Implementing various methods to price FX derivative using Black-Scholes Model

Notifications You must be signed in to change notification settings

dhruwanda/FX-Quant-Pricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

FX-Quant-Pricing

Implementation of various methods to price FX derivative using the Black-Scholes Model can be found in Code.

  • blackScholes.cpp: Analytical solution to the Black-Scholes model.
  • finiteDifference.cpp: Utilizes the finite difference method to solve the Black-Scholes PDE.
  • monteCarlo.cpp: A Monte Carlo simulation for asset prices to estimate the value of FX derivatives.

References

My first step into the world of quants was made somewhat smooth by these resources.

About

Implementing various methods to price FX derivative using Black-Scholes Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages