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