[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata marketmodels.xml, 1.11, 1.12
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-07-19 18:32:01
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17862/gensrc/metadata Modified Files: marketmodels.xml Log Message: catching up with the new syntax Index: marketmodels.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/marketmodels.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** marketmodels.xml 19 Jul 2006 18:22:49 -0000 1.11 --- marketmodels.xml 19 Jul 2006 18:31:52 -0000 1.12 *************** *** 363,367 **** <description>volatilities</description> </Parameter> ! <Parameter name='evolutionDescription' libraryClass='EvolutionDescription' getUnderlying='true'> <type>string</type> <tensorRank>scalar</tensorRank> --- 363,367 ---- <description>volatilities</description> </Parameter> ! <Parameter name='evolutionDescription' underlyingClass='EvolutionDescription'> <type>string</type> <tensorRank>scalar</tensorRank> *************** *** 426,430 **** <description>beta in rho=L+(1-L)*exp(-beta*abs(Ti-Tj))</description> </Parameter> ! <Parameter name='evolutionDescription' libraryClass='EvolutionDescription' getUnderlying='true'> <type>string</type> <tensorRank>scalar</tensorRank> --- 426,430 ---- <description>beta in rho=L+(1-L)*exp(-beta*abs(Ti-Tj))</description> </Parameter> ! <Parameter name='evolutionDescription' underlyingClass='EvolutionDescription'> <type>string</type> <tensorRank>scalar</tensorRank> |