[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata calendar.xml, 1.34, 1.35
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-11-22 10:58:06
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2413/gensrc/metadata Modified Files: calendar.xml Log Message: loop and default parameters Index: calendar.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/calendar.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** calendar.xml 22 Nov 2006 10:28:16 -0000 1.34 --- calendar.xml 22 Nov 2006 10:58:00 -0000 1.35 *************** *** 236,240 **** <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> ! <Parameter name='BusinessDayConvention' enumeration='QuantLib::BusinessDayConvention' const='False'> <type>string</type> <tensorRank>scalar</tensorRank> --- 236,240 ---- <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> ! <Parameter name='BusinessDayConvention' enumeration='QuantLib::BusinessDayConvention' const='False' default='"Following"'> <type>string</type> <tensorRank>scalar</tensorRank> |