Mapping Financial Instruments Toolbox Functions for Credit Derivative Instrument Objects
The following table lists the Financial Instruments Toolbox™ functions for credit derivative instruments mapped to the associated workflow using the object-based framework for instruments, models, and pricers.
Note
The function-based workflows and the object-based workflows should not be
mixed; they are parallel tracks for instrument pricing. The function-based
and object-based workflows can return different instrument prices even if
you use the same data. The difference is because the existing Financial Instruments Toolbox functions internally use datetime
and the
object-based framework use yearfrac
for date
handling. For more information, see Difference Between yearfrac and date2time.
Financial Instruments Toolbox Function | Object-Based Workflow |
---|---|
cdsprice | Create the following objects:Compute the price of the
CDS instrument using price . |
cdsoptprice | Create the following objects:Compute the price of the
CDSOption instrument using price . |
See Also
fininstrument
| finmodel
| finpricer
Related Topics
- Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments
- Choose Instruments, Models, and Pricers
- Mapping Financial Instruments Toolbox Functions for Interest-Rate Instrument Objects
- Mapping Financial Instruments Toolbox Functions for Equity, Commodity, FX Instrument Objects
- Mapping Financial Instruments Toolbox Curve Functions to Object-Based Framework