Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8820/gensrc/metadata
Modified Files:
instruments.xml swaptionvolstructure.xml
Log Message:
cleaner support for custom conversions (e.g. QuantLib::Period to/from std::string)
Index: instruments.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/instruments.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** instruments.xml 6 Jun 2006 17:12:00 -0000 1.4
--- instruments.xml 13 Jun 2006 10:39:38 -0000 1.5
***************
*** 43,47 ****
<description>bond yield</description>
</Parameter>
! <Parameter name='compounding' libraryType='QuantLib::Compounding'>
<type>string</type>
<tensorRank>scalar</tensorRank>
--- 43,47 ----
<description>bond yield</description>
</Parameter>
! <Parameter name='compounding' enumeration='QuantLib::Compounding'>
<type>string</type>
<tensorRank>scalar</tensorRank>
***************
*** 73,77 ****
<description>bond yield</description>
</Parameter>
! <Parameter name='compounding' libraryType='QuantLib::Compounding'>
<type>string</type>
<tensorRank>scalar</tensorRank>
--- 73,77 ----
<description>bond yield</description>
</Parameter>
! <Parameter name='compounding' enumeration='QuantLib::Compounding'>
<type>string</type>
<tensorRank>scalar</tensorRank>
***************
*** 138,142 ****
<ParameterList>
<Parameters>
! <Parameter name='Compounding' libraryType='QuantLib::Compounding'>
<type>string</type>
<tensorRank>scalar</tensorRank>
--- 138,142 ----
<ParameterList>
<Parameters>
! <Parameter name='Compounding' enumeration='QuantLib::Compounding'>
<type>string</type>
<tensorRank>scalar</tensorRank>
***************
*** 168,172 ****
<description>Clean Price</description>
</Parameter>
! <Parameter name='compounding' libraryType='QuantLib::Compounding'>
<type>string</type>
<tensorRank>scalar</tensorRank>
--- 168,172 ----
<description>Clean Price</description>
</Parameter>
! <Parameter name='compounding' enumeration='QuantLib::Compounding'>
<type>string</type>
<tensorRank>scalar</tensorRank>
Index: swaptionvolstructure.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/swaptionvolstructure.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** swaptionvolstructure.xml 13 Jun 2006 09:03:07 -0000 1.2
--- swaptionvolstructure.xml 13 Jun 2006 10:39:38 -0000 1.3
***************
*** 16,20 ****
<description>swaption expiry date</description>
</Parameter>
! <Parameter name='swapLength' enumeration='QuantLib::Period'>
<type>string</type>
<tensorRank>scalar</tensorRank>
--- 16,20 ----
<description>swaption expiry date</description>
</Parameter>
! <Parameter name='swapLength' libraryType='QuantLib::Period'>
<type>string</type>
<tensorRank>scalar</tensorRank>
|