Price Equity, FX, or Commodity Instruments

Create equity, FX, or commodity instrument object, associate the object with a model, and specify pricing method

Create an equity, foreign exchange (FX), or commodity instrument object using fininstrument, then associate a model using finmodel, and then specify a pricing method using finpricer.

Functions

expand all

fininstrumentCreate specified instrument object type
finmodelCreate specified model object type
finpricerCreate pricing method
priceCompute price for interest-rate, equity, or credit derivative instrument with Analytic pricer
priceCompute price for equity instrument with FiniteDifference pricer
priceCompute price for equity instrument with FFT pricer
priceCompute price for equity instrument with NumericalIntegration pricer

Objects

expand all

VanillaVanilla instrument object
LookbackLookback instrument
BarrierBarrier instrument object
AsianAsian instrument object
SpreadSpread instrument object
BlackScholesCreate BlackScholes model object for an Asian, Barrier, Lookback, Spread, or Vanilla instrument
HestonCreate Heston model object for Vanilla instrument
BatesCreate Bates model object for Vanilla instrument
DupireCreate Dupire model object for local volatility for Vanilla instrument
MertonCreate Merton model object for Vanilla instrument

Finite Difference, Numerical Integration, and FFT Pricers for Vanilla and Barrier Instruments

FiniteDifferenceCreate FiniteDifference pricer object for Barrier or Vanilla instrument using a BlackScholes, Heston, Merton, or Bates model
NumericalIntegrationCreate NumericalIntegration pricer object for Vanilla instrument using Heston, Bates, or Merton model
FFTCreate FFT pricer object for Vanilla instrument using Merton, Heston, or Bates model

Closed-Form Pricers for Asian, Lookback, Spread, and Vanilla Instruments

BjerksundStenslandCreate BjerksundStensland pricer object for Vanilla or Spread using BlackScholes model
BlackScholesCreate BlackScholes pricer object for Vanilla, Lookback, Barrier, Asian, or Spread instrument using BlackScholes model
ConzeViswanathanCreate ConzeViswanathan pricer object for Lookback instrument using BlackScholes model
GoldmanSosinGattoCreate GoldmanSosinGatto pricer object for Lookback instrument using BlackScholes model
KemnaVorstCreate KemnaVorst pricer object for Asian instrument using BlackScholes model
KirkCreate Kirk pricer object for Spread instrument using BlackScholes model
LevyCreate Levy pricer object for Asian instrument using BlackScholes model
RollGeskeWhaleyCreate RollGeskeWhaley pricer object for American exercise Vanilla instrument using BlackScholes model
TurnbullWakemanCreate TurnbullWakeman pricer object for Asian instrument using BlackScholes model

Examples and How To

Price Spread Instrument for a Commodity Using Black-Scholes Model and Analytic Pricers

This example shows the workflow to price a commodity Spread instrument when you use a BlackScholes model and Kirk and BjerksundStensland analytic pricing methods.

Concepts

Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments

Use objects to model and price financial instruments.

Choose Instruments, Models, and Pricers

Select instruments, associated models, and associated pricers.