VB Syntax
String CTSwaps.SwapFIXFLT2( _
String Key, _
Long Reload, _
PAYRECEnum PayRec, _
CCYEnum Ccy, _
Double NotFIX, _
Double NotFLT, _
Long startDate, _
Long matDate, _
DayCountEnum FLTDayCount, _
String IndexKey, _
Double SMPFWDRho, _
Double spread, _
FreqEnum couponFreq, _
BDCEnum BusDayConv, _
String calKey, _
DayCountEnum FIXDayCount, _
Double Coupon, _
String FLTMKTKey, _
String FIXYCKey, _
Boolean Exchange, _
String FXManagerKey, _
CCYEnum ReportPVCcy)
Excel Spreadsheet Syntax
=CT.SWP.SwapFIXFLT2(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell PayRec,
Excel String Cell Ccy,
Excel Numeric Cell NotFIX,
Excel Numeric Cell NotFLT,
Excel Numeric Cell startDate,
Excel Numeric Cell matDate,
Excel String Cell FLTDayCount,
Excel String Cell IndexKey,
Excel Numeric Cell SMPFWDRho,
Excel Numeric Cell spread,
Excel String Cell couponFreq,
Excel String Cell BusDayConv,
Excel String Cell calKey,
Excel String Cell FIXDayCount,
Excel Numeric Cell Coupon,
Excel String Cell FLTMKTKey,
Excel String Cell FIXYCKey,
Excel Boolean Value Cell Exchange,
Excel String Cell FXManagerKey,
Excel String Cell ReportPVCcy)
C++ Syntax
static std::string SwapFIXFLT2(
std::string Key,
long Reload,
PAYRECEnum PayRec,
CCYEnum Ccy,
double NotFIX,
double NotFLT,
long startDate,
long matDate,
DayCountEnum FLTDayCount,
std::string IndexKey,
double SMPFWDRho,
double spread,
FreqEnum couponFreq,
BDCEnum BusDayConv,
std::string calKey,
DayCountEnum FIXDayCount,
double Coupon,
std::string FLTMKTKey,
std::string FIXYCKey,
bool Exchange,
std::string FXManagerKey,
CCYEnum ReportPVCcy);
DotNET Syntax
System.String CTSwapsSA.SwapFIXFLT2(
System.String Key,
System.Int32 Reload,
CTIEnums.PAYRECEnum PayRec,
CTIEnums.CCYEnum Ccy,
System.Double NotFIX,
System.Double NotFLT,
System.Int32 startDate,
System.Int32 matDate,
CTIEnums.DayCountEnum FLTDayCount,
System.String IndexKey,
System.Double SMPFWDRho,
System.Double spread,
CTIEnums.FreqEnum couponFreq,
CTIEnums.BDCEnum BusDayConv,
System.String calKey,
CTIEnums.DayCountEnum FIXDayCount,
System.Double Coupon,
System.String FLTMKTKey,
System.String FIXYCKey,
System.Boolean Exchange,
System.String FXManagerKey,
CTIEnums.CCYEnum ReportPVCcy);