Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19212/gensrc/metadata
Modified Files:
assetswap.xml bonds.xml
Log Message:
added faceAmount to Bond
Index: assetswap.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/assetswap.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** assetswap.xml 31 Aug 2006 15:15:37 -0000 1.4
--- assetswap.xml 31 Aug 2006 15:44:01 -0000 1.5
***************
*** 27,35 ****
<description>TRUE if pay the fixed rate, FALSE to receive it</description>
</Parameter>
- <Parameter name='Nominal'>
- <type>double</type>
- <tensorRank>scalar</tensorRank>
- <description>Notional Amount</description>
- </Parameter>
<Parameter name='underlyingBondID' libraryClass='Bond'>
<type>string</type>
--- 27,30 ----
Index: bonds.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/bonds.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** bonds.xml 31 Aug 2006 15:15:37 -0000 1.25
--- bonds.xml 31 Aug 2006 15:44:01 -0000 1.26
***************
*** 337,340 ****
--- 337,345 ----
<ParameterList>
<Parameters>
+ <Parameter name='FaceAmount'>
+ <type>double</type>
+ <tensorRank>scalar</tensorRank>
+ <description> face amount of the bond</description>
+ </Parameter>
<Parameter name='issueDate' libraryType='QuantLib::Date'>
<type>long</type>
***************
*** 389,392 ****
--- 394,402 ----
<ParameterList>
<Parameters>
+ <Parameter name='FaceAmount'>
+ <type>double</type>
+ <tensorRank>scalar</tensorRank>
+ <description> face amount of the bond</description>
+ </Parameter>
<Parameter name='issueDate' libraryType='QuantLib::Date'>
<type>long</type>
***************
*** 471,474 ****
--- 481,489 ----
<ParameterList>
<Parameters>
+ <Parameter name='FaceAmount'>
+ <type>double</type>
+ <tensorRank>scalar</tensorRank>
+ <description> face amount of the bond</description>
+ </Parameter>
<Parameter name='issueDate' libraryType='QuantLib::Date'>
<type>long</type>
|