Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29489/gensrc/metadata
Modified Files:
forwardrateagreement.xml
Log Message:
Exported method qlFRAisExpired
Index: forwardrateagreement.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/forwardrateagreement.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** forwardrateagreement.xml 27 Nov 2006 14:12:29 -0000 1.23
--- forwardrateagreement.xml 27 Nov 2006 15:09:38 -0000 1.24
***************
*** 1,4 ****
<Category name='forwardrateagreement'>
! <description>functions to construct and use ForwardRateAgreement objects</description>
<displayName>Forward Rate Agreement</displayName>
<xlFunctionWizardCategory>QuantLib - Financial</xlFunctionWizardCategory>
--- 1,4 ----
<Category name='forwardrateagreement'>
! <description>Functions to construct and use ForwardRateAgreement objects</description>
<displayName>Forward Rate Agreement</displayName>
<xlFunctionWizardCategory>QuantLib - Financial</xlFunctionWizardCategory>
***************
*** 101,104 ****
--- 101,119 ----
</Member>
+ <Member name='qlFRAisExpired' libraryClass='ForwardRateAgreement'>
+ <description>Returns a boolean such that FALSE = FRA alive, TRUE = FRA expired.</description>
+ <libraryFunction>isExpired</libraryFunction>
+ <SupportedPlatforms>
+ <Excel/>
+ </SupportedPlatforms>
+ <ParameterList>
+ <Parameters/>
+ </ParameterList>
+ <ReturnValue>
+ <type>bool</type>
+ <tensorRank>scalar</tensorRank>
+ </ReturnValue>
+ </Member>
+
</Functions>
</Category>
|