Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5778/gensrc/metadata
Modified Files:
swaptionvolstructure.xml
Log Message:
bug fixed: Period must be declared as QL libraryType and not Enum
Index: swaptionvolstructure.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/swaptionvolstructure.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** swaptionvolstructure.xml 19 Jun 2006 19:28:04 -0000 1.7
--- swaptionvolstructure.xml 20 Jun 2006 07:55:07 -0000 1.8
***************
*** 22,26 ****
<description>swaption expiry date</description>
</Parameter>
! <Parameter name='swapLength' enumeration='QuantLib::Period'>
<type>string</type>
<tensorRank>scalar</tensorRank>
--- 22,26 ----
<description>swaption expiry date</description>
</Parameter>
! <Parameter name='swapLength' libraryType='QuantLib::Period'>
<type>string</type>
<tensorRank>scalar</tensorRank>
|