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