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