VB Syntax
String CTCreditDefaultSwaps.CDSwapObj( _
String Key, _
Long Reload, _
Boolean payPremium, _
Long StartDate, _
Long EndDate, _
Double RecoveryRate, _
Double Premium, _
Variant FixedPremiums, _
Double Notional, _
FreqEnum premiumFreq, _
FreqEnum DefaultFreq, _
Boolean payaccrued, _
DayCountEnum DayCount, _
String Cal, _
BDCEnum BusDayConv, _
String CDCKey)
Excel Spreadsheet Syntax
=CT.CDS.CDSwapObj(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Boolean Value Cell payPremium,
Excel Numeric Cell StartDate,
Excel Numeric Cell EndDate,
Excel Numeric Cell RecoveryRate,
Excel Numeric Cell Premium,
XLRange FixedPremiums,
Excel Numeric Cell Notional,
Excel String Cell premiumFreq,
Excel String Cell DefaultFreq,
Excel Boolean Value Cell payaccrued,
Excel String Cell DayCount,
Excel String Cell Cal,
Excel String Cell BusDayConv,
Excel String Cell CDCKey)
C++ Syntax
static std::string CDSwapObj(
std::string Key,
long Reload,
bool payPremium,
long StartDate,
long EndDate,
double RecoveryRate,
double Premium,
CTRangeDataCPP FixedPremiums,
double Notional,
FreqEnum premiumFreq,
FreqEnum DefaultFreq,
bool payaccrued,
DayCountEnum DayCount,
std::string Cal,
BDCEnum BusDayConv,
std::string CDCKey);
DotNET Syntax
System.String CTCreditDefaultSwapsSA.CDSwapObj(
System.String Key,
System.Int32 Reload,
System.Boolean payPremium,
System.Int32 StartDate,
System.Int32 EndDate,
System.Double RecoveryRate,
System.Double Premium,
CTRangeData FixedPremiums,
System.Double Notional,
CTIEnums.FreqEnum premiumFreq,
CTIEnums.FreqEnum DefaultFreq,
System.Boolean payaccrued,
CTIEnums.DayCountEnum DayCount,
System.String Cal,
CTIEnums.BDCEnum BusDayConv,
System.String CDCKey);