Financial Derivatives Program C++ with 120+ Models

Joined
12/23/11
Messages
5
Points
13
You might find this interesting. Feel free to send me feedback. Thanks

This is a real-time generalized financial derivatives calculator supporting
over 120 models from open source libraries. I'm using metaoptions
and Financial Recipes in C++ libraries for option algorithms.

I have just updated the program to support Spreads.

Website:
http://opensourcefinancialmodels.com

Full GPL3 Source Code (Freeware):
http://opensourcefinancialmodels.com/optionmatrix.tar.gz

Windows Installer (Freeware):
http://opensourcefinancialmodels.com/installoptionmatrix.exe

Models Supported:
Black-Scholes, Merton-73, Black-76, Roll Geske Whaley, Garman Kohlhagen, Jump Diffusion, Quanto, Vasicek Bond Option, Turnbull Wakeman Asian, Time Switch Option, Look Barrier, Partial Time Barrier, Gap Option, Extreme Spread Option, Simple Chooser, ComplexChooser, Partial Fixed Lookback, Executive, Cash or Nothing, Extendible Writer, Options On Options, BAW American Approx, BS American Approx, Asset or Nothing, Bisection, BAW Bisection, BS Bisection, Gfrench, Gcarry, Swap Option, Complex Chooser, Super Share, Equity Linked FXO, Spread Approximation, Binary Barrier, Floating Strike Lookback, Options on the Max Min, Partial Float Lookback, Fixed Strike Lookback, Double Barrier, Standard Barrier, Soft Barrier, Levy Asian, Geometric Average Rate Option, Forward Start Option, American Perpetual, American Trinomial, American Binomial, Euro Binomial, Bond Zero BS, Bond American Binomial, Currency American Binomial, Currency Euro, Warrant Adjusted BS, Monte Carlo Models, Implied Newton, bisection, NewtonRaphson, Rendleman Bartter, VasicekBondPrice, BondZeroVasicek, VasicekBondOption, TakeoverFXoption, AmericanExchangeOption, DiscreteAdjustedBarrier, EuropeanExchangeOption, MiltersenSchwartz, Heston, AmPutApproxGeskeJohn, PartialTimeTwoAssetBarrier, TwoAssetBarrier, TwoAssetCashOrNothing, TwoAssetCorrelation, ExchangeExchangeOption, Convertible Bond, CRRBinominal, 3D-Binominal, Trinominal Tree, Finite Diff Explicit.
 
New release OptionMatrix 1.2c:
* New Categorized Model ComboBox Dropdown, 136+ models
* New Term Structure Models:
TermFlat, TermCir, TermVasicek, TermNelsonSiegel
TermSvensson, TermCubicSpline, TermInterpolated
* New Bond Models:
Bond (Flat), Bond w/Terms, Bond Principal
* New Option Models:
Bachelier, Sprenkle, Boness, Samuelson
* New Calculations:
Forward Rates, Spot, Discount Factor, PV, IRR, UIRR,
YTM, Convexity, Duration, Duration Modified, Duration Macaulay
and more.
* New Adjustable sleep between recalculations
* Minor fixes.

http://opensourcefinancialmodels.com/installoptionmatrix.exe
http://opensourcefinancialmodels.com/optionmatrix.tar.gz

Enjoy - Anthony
 
How easy is it to access your pricers, programmaticlly, i.e. C++ and I can compare with Monte Carlo and PDE methods?
 
You can run two calculators simultaneously and and un-check "[x] Realtime" and compare 136 models under Windows with the exact time to expiration and any other variables you want...

When running any model you can view the source code of the model with Menu -> File -> Source View.

Under the windows installation the complete source code of the whole program including all models is installed under:
c:\Program Files\OptionMatrix 1.2c\src\optionmatrix\src

Most of the models are from Financial Recipes in C++ (Bernt Arne Oedegaard) and Metaoptns (Bjorn Augestad)...

Take a look...
 
Back
Top Bottom