Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5011/gensrc/metadata
Modified Files:
index.xml swaptionvolstructure.xml
Log Message:
implicit conversion of input parameters of type QuantLib::Rate, QuantLib::Volatility, etc is failing because of improper (implicit?) cast to long
Index: index.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.xml 22 Jun 2006 10:18:48 -0000 1.1
--- index.xml 22 Jun 2006 18:51:19 -0000 1.2
***************
*** 64,68 ****
<description>fixing date</description>
</Parameter>
! <Parameter name='fixing' libraryType='QuantLib::Rate'>
<type>double</type>
<tensorRank>scalar</tensorRank>
--- 64,68 ----
<description>fixing date</description>
</Parameter>
! <Parameter name='fixing'>
<type>double</type>
<tensorRank>scalar</tensorRank>
***************
*** 89,93 ****
<description>fixing dates</description>
</Parameter>
! <Parameter name='fixings' libraryType='QuantLib::Rate'>
<type>double</type>
<tensorRank>vector</tensorRank>
--- 89,93 ----
<description>fixing dates</description>
</Parameter>
! <Parameter name='fixings'>
<type>double</type>
<tensorRank>vector</tensorRank>
Index: swaptionvolstructure.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/swaptionvolstructure.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** swaptionvolstructure.xml 22 Jun 2006 18:36:21 -0000 1.12
--- swaptionvolstructure.xml 22 Jun 2006 18:51:19 -0000 1.13
***************
*** 32,36 ****
<description>Underlying swap length as period (e.g. 5Y)</description>
</Parameter>
! <Parameter name='strike' libraryType='QuantLib::Rate'>
<type>double</type>
<tensorRank>vector</tensorRank>
--- 32,36 ----
<description>Underlying swap length as period (e.g. 5Y)</description>
</Parameter>
! <Parameter name='strike'>
<type>double</type>
<tensorRank>vector</tensorRank>
|