Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lipskiyp/dotnetoptionpricer

.Net / C# Option Pricer
https://github.com/lipskiyp/dotnetoptionpricer

csharp derivatives dotnet financial-mathematics options pricing

Last synced: 4 days ago
JSON representation

.Net / C# Option Pricer

Awesome Lists containing this project

README

        

# Option Pricer

.Net / C# Option Pricer.

## Overview

The aim of the project is to build a scalable comprehensive .Net / C# application for financial instrument pricing and data processing.

Current iteration implements a number of classes to represent basic financial instruments (e.g. Pure Discount Bonds, Vanilla Options and Swaptions) as well as corresponding classes for Pricers and Option Greeks.

A number of utility classes have been written for basic cash flow discounting, Date Deltas and Date Year Fractions calculations as well a Date Scheduler to generate fixing/payment dates etc. for instruments with custom complex payment schedules.