ForwardRateAgreement.HTML_1.gif

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]=

ForwardRateAgreement.HTML_2.gif

In[795]:=

Select[Category[ForwardRateAgreement],QLMember[#]&]

Out[795]=

ForwardRateAgreement.HTML_3.gif

Constructors

FRA

ForwardRateAgreement.HTML_4.gif

In[804]:=

ForwardRateAgreement.HTML_5.gif

In[803]:=

ForwardRateAgreement.HTML_6.gif

ForwardRateAgreement.HTML_7.gif

obj=FRA[ValueDate,MaturityDate,Position,Strike,Notional,IborIndex,YieldCurve]

Member function

FRAforwardRate

FRAforwardRate[obj]

FRAforwardValue

FRAforwardValue[obj]

FRAspotValue

FRAspotValue[obj]

Spikey Created with Wolfram Mathematica 7.0