VB Syntax
String CTVolatiltyCurves.ATMVolMatrix( _
String Key, _
Long Reload, _
String CurveName, _
String ValueDate, _
Long SettleDays, _
Variant volRange, _
Boolean DivideVolBy100, _
String DepoIndex, _
String SwapIndex, _
DayCountEnum DayCount, _
InterpEnum InterpType)
Excel Spreadsheet Syntax
=CT.CRV.ATMVolMatrix(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell CurveName,
Excel String Cell ValueDate,
Excel Numeric Cell SettleDays,
XLRange volRange,
Excel Boolean Value Cell DivideVolBy100,
Excel String Cell DepoIndex,
Excel String Cell SwapIndex,
Excel String Cell DayCount,
Excel String Cell InterpType)
C++ Syntax
static std::string ATMVolMatrix(
std::string Key,
long Reload,
std::string CurveName,
std::string ValueDate,
long SettleDays,
CTRangeDataCPP volRange,
bool DivideVolBy100,
std::string DepoIndex,
std::string SwapIndex,
DayCountEnum DayCount,
InterpEnum InterpType);
DotNET Syntax
System.String CTVolatiltyCurvesSA.ATMVolMatrix(
System.String Key,
System.Int32 Reload,
System.String CurveName,
System.String ValueDate,
System.Int32 SettleDays,
CTRangeData volRange,
System.Boolean DivideVolBy100,
System.String DepoIndex,
System.String SwapIndex,
CTIEnums.DayCountEnum DayCount,
CTIEnums.InterpEnum InterpType);