Skip to content

Using the Black Scholes formula to price vanilla options and Greeks calculation in C#. This project demonstrates the application of OOP : Encapsulation, inheritance, interfaces

License

Notifications You must be signed in to change notification settings

stochasticquant/black_scholes_option_pricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

black_scholes_option_pricing

Using the Black Scholes formula to price vanilla options and Greeks calculation in C#

Implementation

The following classes are implemented

  • Pricer - calculates the Black Scholes prices.
  • Greeks - calculates the Greeks.
  • ImpliedVol - calculates the implied volatility of the underlying stock price.

About

Using the Black Scholes formula to price vanilla options and Greeks calculation in C#. This project demonstrates the application of OOP : Encapsulation, inheritance, interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages