• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

OptionMatrix: The Advanced Derivatives Calculator

Joined
5/2/06
Messages
11,768
Points
273
A real-time generalized derivatives calculator supporting over 86 theoretical models from open source libraries. Matrices of prices are created with iterating strikes and/or months. A strike control system can produce almost any strike. A generalized date engine can calculate re-occuring distances to any industry used expiration into the future. Timing is accurate to one second and pricing is re-calculated every second. 9 choices for computing the cumulative normal distribution. All inputs can be changed on the fly with spin buttons, comboboxes, scale buttons and calendar selection.

Models Supported:
Black-Scholes, Merton-73, Black-76, RollGeskeWhaley, GarmanKohlhagen, JumpDiffusion, Quanto, VasicekBondOption, TurnbullWakemanAsian, TimeSwitchOption, LookBarrier, PartialTimeBarrier, GapOption, ExtremeSpreadOption, SimpleChooser, PartialFixedLB, Executive, CashOrNothing, ExtendibleWriter, OptionsOnOptions, BAWAmericanApprox, BSAmericanApprox, AssetOrNothingbisection, BAWbisection, BSbisection, Gfrench, Gcarry, Swapoption, ComplexChooser, SuperShare, EquityLinkedFXO, SpreadApproximation, BinaryBarrier, FloatingStrikeLookback, OptionsOnTheMaxMin, PartialFloatLB, FixedStrikeLookback, DoubleBarrier, StandardBarrier, SoftBarrier, LevyAsian, GeometricAverageRateOption, ForwardStartOption, 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, Rendleman Bartter and many more.

Download at OptionMatrix
 

Attachments

  • optionmatrix1.jpg
    optionmatrix1.jpg
    93.3 KB · Views: 65
Timing is accurate to one second and pricing is re-calculated every second

Andy before I install this program, got one question regarding the quote above. Does it mean the program is interacting via the internet to adjust new data to every second precision???? Thank you
 
Back
Top