VB Syntax
String CTBonds.FloatingRateBond( _
String Key, _
Long Reload, _
CCYEnum Ccy, _
Long SettleDays, _
Long datedDate, _
Long firstCouponDate, _
Long penultCouponDate, _
Long matDate, _
String IndexKey, _
Variant spreads, _
DayCountEnum cpnDayCount, _
String calKey, _
BDCEnum BusDayConv, _
Double redemption, _
String YCKey)
Excel Spreadsheet Syntax
=CT.BOND.FloatingRateBond(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell Ccy,
Excel Numeric Cell SettleDays,
Excel Numeric Cell datedDate,
Excel Numeric Cell firstCouponDate,
Excel Numeric Cell penultCouponDate,
Excel Numeric Cell matDate,
Excel String Cell IndexKey,
XLRange spreads,
Excel String Cell cpnDayCount,
Excel String Cell calKey,
Excel String Cell BusDayConv,
Excel Numeric Cell redemption,
Excel String Cell YCKey)
C++ Syntax
static std::string FloatingRateBond(
std::string Key,
long Reload,
CCYEnum Ccy,
long SettleDays,
long datedDate,
long firstCouponDate,
long penultCouponDate,
long matDate,
std::string IndexKey,
CTRangeDataCPP spreads,
DayCountEnum cpnDayCount,
std::string calKey,
BDCEnum BusDayConv,
double redemption,
std::string YCKey);
DotNET Syntax
System.String CTBondsSA.FloatingRateBond(
System.String Key,
System.Int32 Reload,
CTIEnums.CCYEnum Ccy,
System.Int32 SettleDays,
System.Int32 datedDate,
System.Int32 firstCouponDate,
System.Int32 penultCouponDate,
System.Int32 matDate,
System.String IndexKey,
CTRangeData spreads,
CTIEnums.DayCountEnum cpnDayCount,
System.String calKey,
CTIEnums.BDCEnum BusDayConv,
System.Double redemption,
System.String YCKey);