VB Syntax
Double CTExoticOptions.TimeSwitchOption( _
Long ValueDate, _
DayCountEnum dayCounter, _
String CallPut, _
Double Underlying, _
Double Strike, _
Double A, _
Long TimeT, _
Long m, _
Long Timedt, _
Double Rate, _
Double B, _
Double Vol, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.TimeSwitchOption(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel String Cell CallPut,
Excel Numeric Cell Underlying,
Excel Numeric Cell Strike,
Excel Numeric Cell A,
Excel Numeric Cell TimeT,
Excel Numeric Cell m,
Excel Numeric Cell Timedt,
Excel Numeric Cell Rate,
Excel Numeric Cell B,
Excel Numeric Cell Vol,
Excel String Cell Greek)
C++ Syntax
static double TimeSwitchOption(
long ValueDate,
DayCountEnum dayCounter,
std::string CallPut,
double Underlying,
double Strike,
double A,
long TimeT,
long m,
long Timedt,
double Rate,
double B,
double Vol,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.TimeSwitchOption(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.String CallPut,
System.Double Underlying,
System.Double Strike,
System.Double A,
System.Int32 TimeT,
System.Int32 m,
System.Int32 Timedt,
System.Double Rate,
System.Double B,
System.Double Vol,
System.String Greek);