feuGeneA / opcalc

A calculator for valuation of option contracts, deployed as a Wt MVC web application with a QuantLib backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet another option calculator

A web application for calculating values of American one-asset option contracts

Uses Wt (http://webtoolkit.eu) to implement the web interface, and QuantLib (http://quantlib.org) to do the calculations. Uses Wt's WFormModel/WTemplateFormView MVC paradigm to ensure that all calculations are performed on the server side rather than being pushed by Wt to the client side. Via QuantLib, supports several different analysis engines and stochastic processes.

See it running live at http://54.175.239.79/

About

A calculator for valuation of option contracts, deployed as a Wt MVC web application with a QuantLib backend


Languages

Language:C++ 98.5%Language:Makefile 1.4%Language:Shell 0.1%