[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata date.xml, 1.11, 1.12
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-09-04 16:06:42
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv31183/gensrc/metadata Modified Files: date.xml Log Message: added qlFrequencyFromPeriod Index: date.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/date.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** date.xml 17 Aug 2006 10:40:55 -0000 1.11 --- date.xml 4 Sep 2006 16:06:38 -0000 1.12 *************** *** 12,16 **** <Procedure name='qlPeriodFromFrequency' > ! <description>returns a Period from a given frequency (e.g. 6M from SemiAnnual).</description> <alias>QuantLibAddin::periodFromFrequency</alias> <supportedPlatforms> --- 12,16 ---- <Procedure name='qlPeriodFromFrequency' > ! <description>returns a Period from a given Frequency (e.g. 6M from SemiAnnual).</description> <alias>QuantLibAddin::periodFromFrequency</alias> <supportedPlatforms> *************** *** 32,35 **** --- 32,56 ---- </Procedure> + <Procedure name='qlFrequencyFromPeriod' > + <description>returns a Frequency from a given Period (e.g. SemiAnnual from 6M).</description> + <alias>QuantLibAddin::frequencyFromPeriod</alias> + <supportedPlatforms> + <supportedPlatform>excel</supportedPlatform> + </supportedPlatforms> + <ParameterList> + <Parameters> + <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> + </Parameters> + </ParameterList> + <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> |