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