VB Syntax
String CTBonds_y.AmortFloatingRateBond_y( _
String Key, _
Long Reload, _
CCYEnum Ccy, _
Long SettleDate, _
Long datedDate, _
Long firstCouponDate, _
Long penultCouponDate, _
Long matDate, _
String IndexKey, _
Variant BondDetails, _
DayCountEnum cpnDayCount, _
String calKey, _
BDCEnum BusDayConv, _
Double BondYield)
Excel Spreadsheet Syntax
=CT.BOND.AmortFloatingRateBond_y(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell Ccy,
Excel Numeric Cell SettleDate,
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 Numeric Cell BondYield)
C++ Syntax
static std::string AmortFloatingRateBond_y(
std::string Key,
long Reload,
CCYEnum Ccy,
long SettleDate,
long datedDate,
long firstCouponDate,
long penultCouponDate,
long matDate,
std::string IndexKey,
CTRangeDataCPP BondDetails,
DayCountEnum cpnDayCount,
std::string calKey,
BDCEnum BusDayConv,
double BondYield);
DotNET Syntax
System.String CTBonds_ySA.AmortFloatingRateBond_y(
System.String Key,
System.Int32 Reload,
CTIEnums.CCYEnum Ccy,
System.Int32 SettleDate,
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.Double BondYield);