Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manik2000/pricer

Option pricing application written in F# and C#.
https://github.com/manik2000/pricer

dotnet-framework fsharp functional-programming options-pricing

Last synced: 17 days ago
JSON representation

Option pricing application written in F# and C#.

Awesome Lists containing this project

README

        

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