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