VB Syntax
Double CTQryCurves.FutAdj_KN( _
Long ValueDate, _
Long Start, _
Long EndDate, _
DayCountEnum dayCounter, _
Double alpha, _
Double sigma, _
Double Futures, _
String OutputType)
Excel Spreadsheet Syntax
=CT.MKT.FutAdj_KN(
Excel Numeric Cell ValueDate,
Excel Numeric Cell Start,
Excel Numeric Cell EndDate,
Excel String Cell dayCounter,
Excel Numeric Cell alpha,
Excel Numeric Cell sigma,
Excel Numeric Cell Futures,
Excel String Cell OutputType)
C++ Syntax
static double FutAdj_KN(
long ValueDate,
long Start,
long EndDate,
DayCountEnum dayCounter,
double alpha,
double sigma,
double Futures,
std::string OutputType);
DotNET Syntax
System.Double CTQryCurvesSA.FutAdj_KN(
System.Int32 ValueDate,
System.Int32 Start,
System.Int32 EndDate,
CTIEnums.DayCountEnum dayCounter,
System.Double alpha,
System.Double sigma,
System.Double Futures,
System.String OutputType);