[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata index.xml, 1.24, 1.25
Brought to you by:
ericehlers,
nando
|
From: Chiara F. <chi...@us...> - 2006-08-09 18:46:44
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10606/gensrc/metadata Modified Files: index.xml Log Message: exported maturityDate and valueDate Index: index.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/index.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** index.xml 4 Aug 2006 10:03:17 -0000 1.24 --- index.xml 9 Aug 2006 18:46:40 -0000 1.25 *************** *** 197,202 **** </ReturnValue> </Member> ! <!-- Xibor interface --> <Member name='qlXiborIndexFrequency' libraryClass='Xibor'> --- 197,245 ---- </ReturnValue> </Member> + + <Member name='qlInterestRateIndexValueDate' libraryClass='InterestRateIndex'> + <description>retrieve the value date for Index object</description> + <libraryFunction>valueDate</libraryFunction> + <supportedPlatforms> + <supportedPlatform>excel</supportedPlatform> + </supportedPlatforms> + <ParameterList> + <Parameters> + <Parameter name='fixingDate' libraryType='QuantLib::Date'> + <type>long</type> + <tensorRank>scalar</tensorRank> + <description>fixing date</description> + </Parameter> + </Parameters> + </ParameterList> + <ReturnValue libraryType='QuantLib::Date'> + <type>long</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Member> ! ! <Member name='qlInterestRateIndexMaturity' libraryClass='InterestRateIndex'> ! <description>retrieve the maturity date for Index object</description> ! <libraryFunction>maturityDate</libraryFunction> ! <supportedPlatforms> ! <supportedPlatform>excel</supportedPlatform> ! </supportedPlatforms> ! <ParameterList> ! <Parameters> ! <Parameter name='valueDate' libraryType='QuantLib::Date'> ! <type>long</type> ! <tensorRank>scalar</tensorRank> ! <description>value date</description> ! </Parameter> ! </Parameters> ! </ParameterList> ! <ReturnValue libraryType='QuantLib::Date'> ! <type>long</type> ! <tensorRank>scalar</tensorRank> ! </ReturnValue> ! </Member> ! ! <!-- Xibor interface --> <Member name='qlXiborIndexFrequency' libraryClass='Xibor'> |