[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata bonds.xml, 1.40, 1.41
Brought to you by:
ericehlers,
nando
|
From: Chiara F. <chi...@us...> - 2006-11-06 19:15:49
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7375/gensrc/metadata Modified Files: bonds.xml Log Message: qlBondThCleanPrice and qlBondThYield changed from reference type 'class QuantLibAddin::FixedCouponBond' to reference type 'class QuantLibAddin::Bond' Index: bonds.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/bonds.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** bonds.xml 31 Oct 2006 10:05:54 -0000 1.40 --- bonds.xml 6 Nov 2006 19:15:37 -0000 1.41 *************** *** 155,159 **** </Member> ! <Member name='qlBondThCleanPrice' libraryClass='FixedCouponBond'> <description>Theoretical clean price: The default bond settlement is used for calculation.</description> <libraryFunction>cleanPrice</libraryFunction> --- 155,159 ---- </Member> ! <Member name='qlBondThCleanPrice' libraryClass='Bond'> <description>Theoretical clean price: The default bond settlement is used for calculation.</description> <libraryFunction>cleanPrice</libraryFunction> *************** *** 185,189 **** </Member> ! <Member name='qlBondThYield' libraryClass='FixedCouponBond'> <description>Theoretical bond yield: The default bond settlement and theoretical price are used for calculation.</description> <libraryFunction>yield</libraryFunction> --- 185,189 ---- </Member> ! <Member name='qlBondThYield' libraryClass='Bond'> <description>Theoretical bond yield: The default bond settlement and theoretical price are used for calculation.</description> <libraryFunction>yield</libraryFunction> |