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