VB Syntax
String CTBonds_y.AmortFixedCouponBond_y( _
String Key, _
Long Reload, _
CCYEnum Ccy, _
Long SettleDate, _
Long datedDate, _
Long firstCouponDate, _
Long penultCouponDate, _
Long matDate, _
String exDivTenor, _
FreqEnum couponFreq, _
Variant BondDetails, _
Boolean exactCoupon, _
DayCountEnum cpnDayCount, _
DayCountEnum accDayCount, _
String calKey, _
BDCEnum BusDayConv, _
Double BondYield, _
String YieldMethod, _
String FCYieldMethod)
Excel Spreadsheet Syntax
=CT.BOND.AmortFixedCouponBond_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 exDivTenor,
Excel String Cell couponFreq,
XLRange BondDetails,
Excel Boolean Value Cell exactCoupon,
Excel String Cell cpnDayCount,
Excel String Cell accDayCount,
Excel String Cell calKey,
Excel String Cell BusDayConv,
Excel Numeric Cell BondYield,
Excel String Cell YieldMethod,
Excel String Cell FCYieldMethod)
C++ Syntax
static std::string AmortFixedCouponBond_y(
std::string Key,
long Reload,
CCYEnum Ccy,
long SettleDate,
long datedDate,
long firstCouponDate,
long penultCouponDate,
long matDate,
std::string exDivTenor,
FreqEnum couponFreq,
CTRangeDataCPP BondDetails,
bool exactCoupon,
DayCountEnum cpnDayCount,
DayCountEnum accDayCount,
std::string calKey,
BDCEnum BusDayConv,
double BondYield,
std::string YieldMethod,
std::string FCYieldMethod);
DotNET Syntax
System.String CTBonds_ySA.AmortFixedCouponBond_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 exDivTenor,
CTIEnums.FreqEnum couponFreq,
CTRangeData BondDetails,
System.Boolean exactCoupon,
CTIEnums.DayCountEnum cpnDayCount,
CTIEnums.DayCountEnum accDayCount,
System.String calKey,
CTIEnums.BDCEnum BusDayConv,
System.Double BondYield,
System.String YieldMethod,
System.String FCYieldMethod);