Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 423 Bytes

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).