Functions to construct and use ForwardRateAgreement objects.
The first step is to load the QuantLib package.
Needs["QuantLib`"]
Within the ForwardRateAgreement part there are several constructors and member functions available
In[794]:=
Select[Category[ForwardRateAgreement],QLConstructor[#]&]
Out[794]=
In[795]:=
Select[Category[ForwardRateAgreement],QLMember[#]&]
Out[795]=
In[804]:=
In[803]:=
obj=FRA[ValueDate,MaturityDate,Position,Strike,Notional,IborIndex,YieldCurve]
FRAforwardRate
FRAforwardRate[obj]
FRAforwardValue
FRAforwardValue[obj]
FRAspotValue
FRAspotValue[obj]