[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata capfloor.xml, 1.22, 1.23
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-09 10:02:43
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3894/gensrc/metadata Modified Files: capfloor.xml Log Message: adopting QuantLibb::Types Index: capfloor.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/capfloor.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** capfloor.xml 6 Oct 2006 12:08:13 -0000 1.22 --- capfloor.xml 9 Oct 2006 10:02:39 -0000 1.23 *************** *** 9,14 **** </includes> <copyright> ! Copyright (C) 2006 Ferdinando Ametrano ! Copyright (C) 2005 Aurelien Chanudet </copyright> <Functions> --- 9,14 ---- </includes> <copyright> ! Copyright (C) 2006 Ferdinando Ametrano ! Copyright (C) 2005 Aurelien Chanudet </copyright> <Functions> *************** *** 38,41 **** --- 38,42 ---- <Parameters/> </ParameterList> + <!--<ReturnValue libraryType='QuantLib::Rate'>--> <ReturnValue> <type>double</type> *************** *** 53,56 **** --- 54,58 ---- <Parameters/> </ParameterList> + <!--<ReturnValue libraryType='QuantLib::Rate'>--> <ReturnValue> <type>double</type> *************** *** 74,78 **** </Parameters> </ParameterList> ! <ReturnValue> <type>double</type> <tensorRank>scalar</tensorRank> --- 76,80 ---- </Parameters> </ParameterList> ! <ReturnValue libraryType='QuantLib::Volatility'> <type>double</type> <tensorRank>scalar</tensorRank> *************** *** 98,101 **** --- 100,104 ---- </Parameter> <Parameter name='capStrikes'> + <!--<Parameter name='capStrikes' libraryType='QuantLib::Rate'>--> <type>double</type> <tensorRank>vector</tensorRank> *************** *** 103,106 **** --- 106,110 ---- </Parameter> <Parameter name='floorStrikes'> + <!--<Parameter name='floorStrikes' libraryType='QuantLib::Rate'>--> <type>double</type> <tensorRank>vector</tensorRank> *************** *** 136,141 **** </Member> - </Functions> </Category> - --- 140,143 ---- |