[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata termstructures.xml, 1.15, 1.16
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-06-27 09:54:22
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26457/gensrc/metadata Modified Files: termstructures.xml Log Message: exported ImpliedTermStructure Index: termstructures.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/termstructures.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** termstructures.xml 26 Jun 2006 21:31:03 -0000 1.15 --- termstructures.xml 27 Jun 2006 09:54:19 -0000 1.16 *************** *** 436,439 **** --- 436,458 ---- </Constructor> + <Constructor name='qlImpliedTermStructure'> + <libraryFunction>ImpliedTermStructure</libraryFunction> + <functionCategory>QuantLib</functionCategory> + <ParameterList> + <Parameters> + <Parameter name='termStructureID' libraryClass='YieldTermStructure' ql_handle='true'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>Base YieldTermStructure to be shifted in time</description> + </Parameter> + <Parameter name='referenceDate' libraryType='QuantLib::Date'> + <type>long</type> + <tensorRank>scalar</tensorRank> + <description>the reference date the base YieldTermStructure should be shifted to</description> + </Parameter> + </Parameters> + </ParameterList> + </Constructor> + </Functions> </Category> |