VB Syntax
String CTBonds.AmortFloatingRateBond( _
String Key, _
Long Reload, _
CCYEnum Ccy, _
Long SettleDays, _
Long datedDate, _
Long firstCouponDate, _
Long penultCouponDate, _
Long matDate, _
String IndexKey, _
Variant BondDetails, _
DayCountEnum cpnDayCount, _
String calKey, _
BDCEnum BusDayConv, _
String YCKey)
Excel Spreadsheet Syntax
=CT.BOND.AmortFloatingRateBond(
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 BondDetails,
Excel String Cell cpnDayCount,
Excel String Cell calKey,
Excel String Cell BusDayConv,
Excel String Cell YCKey)
C++ Syntax
static std::string AmortFloatingRateBond(
std::string Key,
long Reload,
CCYEnum Ccy,
long SettleDays,
long datedDate,
long firstCouponDate,
long penultCouponDate,
long matDate,
std::string IndexKey,
CTRangeDataCPP BondDetails,
DayCountEnum cpnDayCount,
std::string calKey,
BDCEnum BusDayConv,
std::string YCKey);
DotNET Syntax
System.String CTBondsSA.AmortFloatingRateBond(
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 BondDetails,
CTIEnums.DayCountEnum cpnDayCount,
System.String calKey,
CTIEnums.BDCEnum BusDayConv,
System.String YCKey);