[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata calendar.xml, 1.28, 1.29
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-13 08:21:14
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2462/gensrc/metadata Modified Files: calendar.xml Log Message: exported qlCalendarBusinessDaysBetween Index: calendar.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/calendar.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** calendar.xml 6 Oct 2006 12:08:13 -0000 1.28 --- calendar.xml 13 Oct 2006 08:21:11 -0000 1.29 *************** *** 254,257 **** --- 254,293 ---- </EnumerationMember> + <EnumerationMember name='qlCalendarBusinessDaysBetween' enumeration='QuantLib::Calendar'> + <description>advances a date according to a given calendar</description> + <libraryFunction>businessDaysBetween</libraryFunction> + <SupportedPlatforms> + <Excel/> + </SupportedPlatforms> + <ParameterList> + <Parameters> + <Parameter name='firstDate' libraryType='QuantLib::Date'> + <type>long</type> + <tensorRank>scalar</tensorRank> + <description>first date of the period</description> + </Parameter> + <Parameter name='lastDate' libraryType='QuantLib::Date'> + <type>long</type> + <tensorRank>scalar</tensorRank> + <description>last date of the period</description> + </Parameter> + <Parameter name='includeFirst' default='false'> + <type>bool</type> + <tensorRank>scalar</tensorRank> + <description>include the first date when counting business days</description> + </Parameter> + <Parameter name='includeLast' default='false'> + <type>bool</type> + <tensorRank>scalar</tensorRank> + <description>include the last date when counting business days</description> + </Parameter> + </Parameters> + </ParameterList> + <ReturnValue> + <type>long</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </EnumerationMember> + </Functions> </Category> |