[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata bonds.xml, 1.3, 1.4
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-06-14 20:41:12
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22690/gensrc/metadata Modified Files: bonds.xml Log Message: added flowAnalysis to Bond Index: bonds.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/bonds.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bonds.xml 14 Jun 2006 20:33:10 -0000 1.3 --- bonds.xml 14 Jun 2006 20:41:08 -0000 1.4 *************** *** 13,16 **** --- 13,36 ---- <Functions> + <Member name='qlBondFlowAnalysis' objectClass='Bond'> + <description>Cash flow analysis.</description> + <libraryFunction>flowAnalysis</libraryFunction> + <functionCategory>QuantLib</functionCategory> + <ParameterList> + <Parameters> + <Parameter name='trigger' ignore='true'> + <type>any</type> + <tensorRank>scalar</tensorRank> + <description>dependency tracking trigger</description> + </Parameter> + </Parameters> + </ParameterList> + <ReturnValue> + <type>double</type> + <tensorRank>matrix</tensorRank> + <description>Cash flow analysis</description> + </ReturnValue> + </Member> + <Member name='qlBondSettlementDate' libraryClass='Bond'> <description>Returns the settlement date of the bond.</description> |