[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata swap.xml, 1.37, 1.38
Brought to you by:
ericehlers,
nando
|
From: Cristina D. <cdu...@us...> - 2006-11-21 13:51:29
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16356/gensrc/metadata Modified Files: swap.xml Log Message: Removed old "qlSwap" constructor. "qlSwap2" constructor renamed as qlSwap. Index: swap.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/swap.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** swap.xml 21 Nov 2006 08:11:39 -0000 1.37 --- swap.xml 21 Nov 2006 13:51:26 -0000 1.38 *************** *** 24,53 **** <ParameterList> <Parameters> - <Parameter name='paidLegID' objectClass='CashFlowStream'> - <type>string</type> - <tensorRank>scalar</tensorRank> - <description>paid leg</description> - </Parameter> - <Parameter name='recvLegID' objectClass='CashFlowStream'> - <type>string</type> - <tensorRank>scalar</tensorRank> - <description>receveid leg</description> - </Parameter> - <Parameter name='termStructureID' libToHandle='YieldTermStructure'> - <type>string</type> - <tensorRank>scalar</tensorRank> - <description>discounting term structure</description> - </Parameter> - </Parameters> - </ParameterList> - </Constructor> - - <Constructor name='qlSwap2'> - <libraryFunction>Swap</libraryFunction> - <SupportedPlatforms> - <Excel/> - </SupportedPlatforms> - <ParameterList> - <Parameters> <Parameter name='legIDs' objectClass='CashFlowStream'> <type>string</type> --- 24,27 ---- *************** *** 60,67 **** <description>TRUE for payed leg</description> </Parameter> ! <Parameter name='termStructureID' libToHandle='YieldTermStructure'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>discounting term structure</description> </Parameter> </Parameters> --- 34,41 ---- <description>TRUE for payed leg</description> </Parameter> ! <Parameter name='termStructure' libToHandle='YieldTermStructure'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>The ID of the discounting term structure</description> </Parameter> </Parameters> |