VB Syntax
Double CTExoticOptions.PartialTimeTwoAssetBarrier( _
Long ValueDate, _
DayCountEnum dayCounter, _
String TypeFlag, _
Double S1, _
Double S2, _
Double X, _
Double H, _
String AdjBarrFreq, _
Long t1, _
Long T2, _
Double r, _
Double b1, _
Double b2, _
Double v1, _
Double v2, _
Double rho, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.PartialTimeTwoAssetBarrier(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel String Cell TypeFlag,
Excel Numeric Cell S1,
Excel Numeric Cell S2,
Excel Numeric Cell X,
Excel Numeric Cell H,
Excel String Cell AdjBarrFreq,
Excel Numeric Cell t1,
Excel Numeric Cell T2,
Excel Numeric Cell r,
Excel Numeric Cell b1,
Excel Numeric Cell b2,
Excel Numeric Cell v1,
Excel Numeric Cell v2,
Excel Numeric Cell rho,
Excel String Cell Greek)
C++ Syntax
static double PartialTimeTwoAssetBarrier(
long ValueDate,
DayCountEnum dayCounter,
std::string TypeFlag,
double S1,
double S2,
double X,
double H,
std::string AdjBarrFreq,
long t1,
long T2,
double r,
double b1,
double b2,
double v1,
double v2,
double rho,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.PartialTimeTwoAssetBarrier(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.String TypeFlag,
System.Double S1,
System.Double S2,
System.Double X,
System.Double H,
System.String AdjBarrFreq,
System.Int32 t1,
System.Int32 T2,
System.Double r,
System.Double b1,
System.Double b2,
System.Double v1,
System.Double v2,
System.Double rho,
System.String Greek);