[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata date.xml, 1.23, 1.24
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2007-01-08 11:26:39
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3702/gensrc/metadata Modified Files: date.xml Log Message: Index: date.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/date.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** date.xml 5 Jan 2007 19:46:06 -0000 1.23 --- date.xml 8 Jan 2007 11:26:35 -0000 1.24 *************** *** 211,215 **** <!-- wrong results if date is a loopParameter, crashes as it is --> ! <Procedure name='qlIsIMMdate'> <description>returns whether or not the given date is an IMM date.</description> <alias>QuantLib::Date::isIMMdate</alias> --- 211,215 ---- <!-- wrong results if date is a loopParameter, crashes as it is --> ! <Procedure name='qlIsIMMdate' loopParameter='date'> <description>returns whether or not the given date is an IMM date.</description> <alias>QuantLib::Date::isIMMdate</alias> *************** *** 221,225 **** <Parameter name='date' libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>scalar</tensorRank> <description>date</description> </Parameter> --- 221,225 ---- <Parameter name='date' libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>vector</tensorRank> <description>date</description> </Parameter> *************** *** 233,242 **** <ReturnValue> <type>bool</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Procedure> ! <!-- miss loopParameter, mandatory --> ! <Procedure name='qlIsIMMcode'> <description>returns whether or not the given code is an IMM code.</description> <alias>QuantLib::Date::isIMMcode</alias> --- 233,241 ---- <ReturnValue> <type>bool</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Procedure> ! <Procedure name='qlIsIMMcode' loopParameter='code'> <description>returns whether or not the given code is an IMM code.</description> <alias>QuantLib::Date::isIMMcode</alias> *************** *** 248,252 **** <Parameter name='code'> <type>string</type> ! <tensorRank>scalar</tensorRank> <description>2 letter string (e.g. H9)</description> </Parameter> --- 247,251 ---- <Parameter name='code'> <type>string</type> ! <tensorRank>vector</tensorRank> <description>2 letter string (e.g. H9)</description> </Parameter> *************** *** 260,264 **** <ReturnValue> <type>bool</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Procedure> --- 259,263 ---- <ReturnValue> <type>bool</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Procedure> *************** *** 285,289 **** </Procedure> ! <!-- miss loopParameter, nice --> <Procedure name='qlNextIMMcode'> <description>returns the future code corresponding to a given IMM date (e.g. H6 for March 15th, 2006). It fails if the input date is not an IMM date.</description> --- 284,288 ---- </Procedure> ! <!-- check why mainCycle loopParameter dosn't work, but don't use it --> <Procedure name='qlNextIMMcode'> <description>returns the future code corresponding to a given IMM date (e.g. H6 for March 15th, 2006). It fails if the input date is not an IMM date.</description> *************** *** 337,342 **** </Procedure> ! <!-- miss loopParameter, mandatory --> ! <Procedure name='qlIMMdate'> <description>returns the IMM date corresponding to the given IMM code (e.g. March 15th, 2006 for H6).</description> <alias>QuantLib::Date::IMMdate</alias> --- 336,340 ---- </Procedure> ! <Procedure name='qlIMMdate' loopParameter='IMMcode'> <description>returns the IMM date corresponding to the given IMM code (e.g. March 15th, 2006 for H6).</description> <alias>QuantLib::Date::IMMdate</alias> *************** *** 348,352 **** <Parameter name='IMMcode'> <type>string</type> ! <tensorRank>scalar</tensorRank> <description>2 letter IMM code (e.q. \"H9\")</description> </Parameter> --- 346,350 ---- <Parameter name='IMMcode'> <type>string</type> ! <tensorRank>vector</tensorRank> <description>2 letter IMM code (e.q. \"H9\")</description> </Parameter> *************** *** 360,368 **** <ReturnValue libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Procedure> ! <!-- miss loopParameter, nice --> <Procedure name='qlNextIMMdate'> <description>returns the 1st delivery date for next contract listed in the International Money Market section of the Chicago Mercantile Exchange.</description> --- 358,366 ---- <ReturnValue libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Procedure> ! <!-- check why mainCycle loopParameter dosn't work, but don't use it --> <Procedure name='qlNextIMMdate'> <description>returns the 1st delivery date for next contract listed in the International Money Market section of the Chicago Mercantile Exchange.</description> |