Skip to content

Option pricing application written in F# and C#.

Notifications You must be signed in to change notification settings

Manik2000/Pricer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pricer

Option pricing application written in F# and C#.


Final assignment from Credit Suisse's Quant Scholarship program.

Application allows to calculate the price of an option depending on:

  • whether it is call option or put option,
  • its maturity,
  • current stock price,
  • intrest rate.

The price of option is calculated using Black Sholes formula (european option) or using Monte Carlo method (Asian option).