[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata date.xml, 1.25, 1.26
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2007-01-08 19:33:14
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30373/gensrc/metadata Modified Files: date.xml Log Message: Index: date.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/date.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** date.xml 8 Jan 2007 18:44:03 -0000 1.25 --- date.xml 8 Jan 2007 19:33:07 -0000 1.26 *************** *** 223,227 **** <description>date</description> </Parameter> ! <Parameter name='mainCycle' default='true'> <type>bool</type> <tensorRank>scalar</tensorRank> --- 223,227 ---- <description>date</description> </Parameter> ! <Parameter name='mainCycle' default='true' const='false'> <type>bool</type> <tensorRank>scalar</tensorRank> *************** *** 249,253 **** <description>2 letter string (e.g. H9)</description> </Parameter> ! <Parameter name='mainCycle' default='true'> <type>bool</type> <tensorRank>scalar</tensorRank> --- 249,253 ---- <description>2 letter string (e.g. H9)</description> </Parameter> ! <Parameter name='mainCycle' default='true' const='false'> <type>bool</type> <tensorRank>scalar</tensorRank> *************** *** 283,287 **** </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> --- 283,286 ---- *************** *** 297,301 **** <description>date with respect to which the next IMM date is calculated</description> </Parameter> ! <Parameter name='mainCycle' default='true'> <type>bool</type> <tensorRank>scalar</tensorRank> --- 296,300 ---- <description>date with respect to which the next IMM date is calculated</description> </Parameter> ! <Parameter name='mainCycle' default='true' const='false'> <type>bool</type> <tensorRank>scalar</tensorRank> *************** *** 322,326 **** <description>date with respect to which the next IMM codes are calculated</description> </Parameter> ! <Parameter name='mainCycle' default='std::vector<bool>()'> <type>bool</type> <tensorRank>vector</tensorRank> --- 321,325 ---- <description>date with respect to which the next IMM codes are calculated</description> </Parameter> ! <Parameter name='mainCycle' default='std::vector<bool>(40, true)'> <type>bool</type> <tensorRank>vector</tensorRank> *************** *** 361,365 **** </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> --- 360,363 ---- *************** *** 375,379 **** <description>date with respect to which the next IMM date is calculated</description> </Parameter> ! <Parameter name='mainCycle' default='true'> <type>bool</type> <tensorRank>scalar</tensorRank> --- 373,377 ---- <description>date with respect to which the next IMM date is calculated</description> </Parameter> ! <Parameter name='mainCycle' default='true' const='false'> <type>bool</type> <tensorRank>scalar</tensorRank> |