functions to construct and use Instrument objects.
The first step is to load the QuantLib package.
Needs["QuantLib`"]
Within the Instruments part there are no constructors but several functions available
In[842]:=
Select[Category[Instruments],QLConstructor[#]&]
Out[842]=
In[843]:=
Select[Category[Instruments],QLMember[#]&]
Out[843]=
InstrumentNPV[obj]
InstrumentResults
InstrumentResults[obj,ResultType]
InstrumentErrorEstimate
InstrumentErrorEstimate[obj]
InstrumentIsExpired
InstrumentIsExpired[obj]
InstrumentSetPricingEngine
InstrumentSetPricingEngine[obj,PricingEngine]