VB Syntax
String CTLegPortfolio.FloatLegPortfolio( _
String Key, _
Long Reload, _
String GroupedIndex, _
String YCKey, _
String IRVolCurve, _
Variant FLTRange)
Excel Spreadsheet Syntax
=CT.BOOK.FloatLegPortfolio(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell GroupedIndex,
Excel String Cell YCKey,
Excel String Cell IRVolCurve,
XLRange FLTRange)
C++ Syntax
static std::string FloatLegPortfolio(
std::string Key,
long Reload,
std::string GroupedIndex,
std::string YCKey,
std::string IRVolCurve,
CTRangeDataCPP FLTRange);
DotNET Syntax
System.String CTLegPortfolioSA.FloatLegPortfolio(
System.String Key,
System.Int32 Reload,
System.String GroupedIndex,
System.String YCKey,
System.String IRVolCurve,
CTRangeData FLTRange);