VB Syntax
Double CTQryCurves.IVCapFloor( _
Double Premium, _
Double Notional, _
Long startDate, _
Long matDate, _
DayCountEnum FLTDayCount, _
Double FLTMargin, _
String FLTIndexKey, _
Double Strike, _
String YCKey)
Excel Spreadsheet Syntax
=CT.MKT.IVCapFloor(
Excel Numeric Cell Premium,
Excel Numeric Cell Notional,
Excel Numeric Cell startDate,
Excel Numeric Cell matDate,
Excel String Cell FLTDayCount,
Excel Numeric Cell FLTMargin,
Excel String Cell FLTIndexKey,
Excel Numeric Cell Strike,
Excel String Cell YCKey)
C++ Syntax
static double IVCapFloor(
double Premium,
double Notional,
long startDate,
long matDate,
DayCountEnum FLTDayCount,
double FLTMargin,
std::string FLTIndexKey,
double Strike,
std::string YCKey);
DotNET Syntax
System.Double CTQryCurvesSA.IVCapFloor(
System.Double Premium,
System.Double Notional,
System.Int32 startDate,
System.Int32 matDate,
CTIEnums.DayCountEnum FLTDayCount,
System.Double FLTMargin,
System.String FLTIndexKey,
System.Double Strike,
System.String YCKey);