[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata date.xml, 1.28, 1.29
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2007-01-12 14:20:31
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8315/gensrc/metadata Modified Files: date.xml Log Message: added qlPeriodLessThan Index: date.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/date.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** date.xml 11 Jan 2007 11:25:47 -0000 1.28 --- date.xml 12 Jan 2007 14:20:20 -0000 1.29 *************** *** 16,20 **** <alias>QuantLibAddin::periodFromFrequency</alias> <SupportedPlatforms> ! <Excel calcInWizard='false' /> </SupportedPlatforms> <ParameterList> --- 16,20 ---- <alias>QuantLibAddin::periodFromFrequency</alias> <SupportedPlatforms> ! <Excel calcInWizard='true' /> </SupportedPlatforms> <ParameterList> *************** *** 38,42 **** <alias>QuantLibAddin::frequencyFromPeriod</alias> <SupportedPlatforms> ! <Excel calcInWizard='false' /> </SupportedPlatforms> <ParameterList> --- 38,42 ---- <alias>QuantLibAddin::frequencyFromPeriod</alias> <SupportedPlatforms> ! <Excel calcInWizard='true' /> </SupportedPlatforms> <ParameterList> *************** *** 55,58 **** --- 55,84 ---- </Procedure> + <Procedure name='qlPeriodLessThan'> + <description>Returns is a period is less than another.</description> + <alias>QuantLib::operator<</alias> + <SupportedPlatforms> + <Excel calcInWizard='true' /> + </SupportedPlatforms> + <ParameterList> + <Parameters> + <Parameter name='period1' libraryType='QuantLib::Period'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>left hand side</description> + </Parameter> + <Parameter name='period2' libraryType='QuantLib::Period'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>right hand side</description> + </Parameter> + </Parameters> + </ParameterList> + <ReturnValue> + <type>bool</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Procedure> + <Procedure name='qlMinDate'> <description>returns the earliest date allowed in QuantLib.</description> *************** *** 174,182 **** </Procedure> <Procedure name='qlNthWeekday'> <description>Returns the n-th given weekday in the given month and year (e.g., the 4th Thursday of March, 1998 was March 26th, 1998).</description> <alias>QuantLib::Date::nthWeekday</alias> <SupportedPlatforms> ! <Excel calcInWizard='false' /> </SupportedPlatforms> <ParameterList> --- 200,209 ---- </Procedure> + <!-- doesn't work in the wizard --> <Procedure name='qlNthWeekday'> <description>Returns the n-th given weekday in the given month and year (e.g., the 4th Thursday of March, 1998 was March 26th, 1998).</description> <alias>QuantLib::Date::nthWeekday</alias> <SupportedPlatforms> ! <Excel calcInWizard='true' /> </SupportedPlatforms> <ParameterList> |