[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata date.xml, 1.12, 1.13
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-09-24 21:20:25
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17943/gensrc/metadata Modified Files: date.xml Log Message: implement loop behavior for Procedures Index: date.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/date.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** date.xml 4 Sep 2006 16:06:38 -0000 1.12 --- date.xml 24 Sep 2006 21:20:22 -0000 1.13 *************** *** 11,15 **** <Functions> ! <Procedure name='qlPeriodFromFrequency' > <description>returns a Period from a given Frequency (e.g. 6M from SemiAnnual).</description> <alias>QuantLibAddin::periodFromFrequency</alias> --- 11,15 ---- <Functions> ! <Procedure name='qlPeriodFromFrequency'> <description>returns a Period from a given Frequency (e.g. 6M from SemiAnnual).</description> <alias>QuantLibAddin::periodFromFrequency</alias> *************** *** 32,36 **** </Procedure> ! <Procedure name='qlFrequencyFromPeriod' > <description>returns a Frequency from a given Period (e.g. SemiAnnual from 6M).</description> <alias>QuantLibAddin::frequencyFromPeriod</alias> --- 32,36 ---- </Procedure> ! <Procedure name='qlFrequencyFromPeriod' loopParameter='period'> <description>returns a Frequency from a given Period (e.g. SemiAnnual from 6M).</description> <alias>QuantLibAddin::frequencyFromPeriod</alias> *************** *** 42,46 **** <Parameter name='period' libraryType='QuantLib::Period'> <type>string</type> ! <tensorRank>scalar</tensorRank> <description>period(s) to advance (e.g. 2D for two days , 3W for three weeks, 6M for six months, 1Y for one year)</description> </Parameter> --- 42,46 ---- <Parameter name='period' libraryType='QuantLib::Period'> <type>string</type> ! <tensorRank>vector</tensorRank> <description>period(s) to advance (e.g. 2D for two days , 3W for three weeks, 6M for six months, 1Y for one year)</description> </Parameter> *************** *** 49,57 **** <ReturnValue enumeration='QuantLib::Frequency'> <type>string</type> ! <tensorRank>scalar</tensorRank> </ReturnValue> </Procedure> ! <Procedure name='qlIsIMMdate' > <description>returns whether or not the given date is an IMM date.</description> <alias>QuantLib::Date::isIMMdate</alias> --- 49,57 ---- <ReturnValue enumeration='QuantLib::Frequency'> <type>string</type> ! <tensorRank>vector</tensorRank> </ReturnValue> </Procedure> ! <Procedure name='qlIsIMMdate'> <description>returns whether or not the given date is an IMM date.</description> <alias>QuantLib::Date::isIMMdate</alias> *************** *** 74,78 **** </Procedure> ! <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> <alias>QuantLib::Date::nextIMMdate</alias> --- 74,78 ---- </Procedure> ! <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> <alias>QuantLib::Date::nextIMMdate</alias> |