[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata index.xml, 1.34, 1.35
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-09-06 09:49:54
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21258/gensrc/metadata Modified Files: index.xml Log Message: removing Xibor::frequency() (which will be deprecated soon) Index: index.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/index.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** index.xml 4 Sep 2006 19:21:04 -0000 1.34 --- index.xml 6 Sep 2006 09:49:49 -0000 1.35 *************** *** 197,261 **** </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'> ! <description>retrieve the frequency for the given Index (e.g. annual)</description> ! <libraryFunction>frequency</libraryFunction> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> </supportedPlatforms> <ParameterList> ! <Parameters/> </ParameterList> ! <ReturnValue enumeration='QuantLib::Frequency'> ! <type>string</type> <tensorRank>scalar</tensorRank> </ReturnValue> </Member> <Member name='qlXiborIndexIsAdjusted' libraryClass='Xibor'> <description>returns TRUE if business day convention is of type adjusted and FALSE otherwise.</description> --- 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='qlXiborIndexIsAdjusted' libraryClass='Xibor'> <description>returns TRUE if business day convention is of type adjusted and FALSE otherwise.</description> |