[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata termstructures.xml, 1.21, 1.22
Brought to you by:
ericehlers,
nando
|
From: Silvia F. <s_f...@us...> - 2006-07-14 12:06:33
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23762/gensrc/metadata Modified Files: termstructures.xml Log Message: Index: termstructures.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/termstructures.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** termstructures.xml 13 Jul 2006 09:41:02 -0000 1.21 --- termstructures.xml 14 Jul 2006 12:06:29 -0000 1.22 *************** *** 184,188 **** <type>double</type> <tensorRank>vector</tensorRank> ! <description>tenor</description> </Parameter> <Parameter name='startDate' libraryType='QuantLib::Date'> --- 184,188 ---- <type>double</type> <tensorRank>vector</tensorRank> ! <description>tenor in years</description> </Parameter> <Parameter name='startDate' libraryType='QuantLib::Date'> *************** *** 194,203 **** <type>string</type> <tensorRank>scalar</tensorRank> ! <description>freq</description> </Parameter> <Parameter name='extrapolate' default='false'> <type>bool</type> <tensorRank>scalar</tensorRank> ! <description>extrapolate</description> </Parameter> </Parameters> --- 194,203 ---- <type>string</type> <tensorRank>scalar</tensorRank> ! <description>freq (e.g. 6M, 10Y)</description> </Parameter> <Parameter name='extrapolate' default='false'> <type>bool</type> <tensorRank>scalar</tensorRank> ! <description>extrapolate (TRUE or FALSE)</description> </Parameter> </Parameters> |