[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata date.xml, 1.20, 1.21
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-12-05 18:41:30
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15345/gensrc/metadata Modified Files: date.xml Log Message: enable looping for qlIMMcode Index: date.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/date.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** date.xml 28 Nov 2006 19:54:22 -0000 1.20 --- date.xml 5 Dec 2006 18:41:23 -0000 1.21 *************** *** 234,239 **** </Procedure> ! <!--<Procedure name='qlIMMcode' loopParameter='IMMdate'>--> ! <Procedure name='qlIMMcode'> <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> <alias>QuantLib::Date::IMMcode</alias> --- 234,238 ---- </Procedure> ! <Procedure name='qlIMMcode' loopParameter='IMMdate'> <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> <alias>QuantLib::Date::IMMcode</alias> *************** *** 245,249 **** <Parameter name='IMMdate' libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>scalar</tensorRank> <description>IMM date</description> </Parameter> --- 244,248 ---- <Parameter name='IMMdate' libraryType='QuantLib::Date'> <type>long</type> ! <tensorRank>vector</tensorRank> <description>IMM date</description> </Parameter> *************** *** 252,256 **** <ReturnValue> <type>string</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Procedure> --- 251,255 ---- <ReturnValue> <type>string</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Procedure> |