VB Syntax
Double CTExoticOptions.StandardBarrier( _
Long ValueDate, _
DayCountEnum dayCounter, _
String BarrierType, _
Double Underlying, _
Double X, _
Double Barrier, _
String AdjBarrFreq, _
Double K, _
Long Time, _
Double Rate, _
Double B, _
Double Vol, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.StandardBarrier(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel String Cell BarrierType,
Excel Numeric Cell Underlying,
Excel Numeric Cell X,
Excel Numeric Cell Barrier,
Excel String Cell AdjBarrFreq,
Excel Numeric Cell K,
Excel Numeric Cell Time,
Excel Numeric Cell Rate,
Excel Numeric Cell B,
Excel Numeric Cell Vol,
Excel String Cell Greek)
C++ Syntax
static double StandardBarrier(
long ValueDate,
DayCountEnum dayCounter,
std::string BarrierType,
double Underlying,
double X,
double Barrier,
std::string AdjBarrFreq,
double K,
long Time,
double Rate,
double B,
double Vol,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.StandardBarrier(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.String BarrierType,
System.Double Underlying,
System.Double X,
System.Double Barrier,
System.String AdjBarrFreq,
System.Double K,
System.Int32 Time,
System.Double Rate,
System.Double B,
System.Double Vol,
System.String Greek);