VB Syntax
String CTBonds_y.ZeroCouponBond_y( _
String Key, _
Long Reload, _
CCYEnum Ccy, _
Long SettleDate, _
Long matDate, _
DayCountEnum dayCounter, _
String calKey, _
BDCEnum BusDayConv, _
Double redemption, _
Double BondYield, _
FreqEnum YieldQuoteFreq, _
String YieldQMethod)
Excel Spreadsheet Syntax
=CT.BOND.ZeroCouponBond_y(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell Ccy,
Excel Numeric Cell SettleDate,
Excel Numeric Cell matDate,
Excel String Cell dayCounter,
Excel String Cell calKey,
Excel String Cell BusDayConv,
Excel Numeric Cell redemption,
Excel Numeric Cell BondYield,
Excel String Cell YieldQuoteFreq,
Excel String Cell YieldQMethod)
C++ Syntax
static std::string ZeroCouponBond_y(
std::string Key,
long Reload,
CCYEnum Ccy,
long SettleDate,
long matDate,
DayCountEnum dayCounter,
std::string calKey,
BDCEnum BusDayConv,
double redemption,
double BondYield,
FreqEnum YieldQuoteFreq,
std::string YieldQMethod);
DotNET Syntax
System.String CTBonds_ySA.ZeroCouponBond_y(
System.String Key,
System.Int32 Reload,
CTIEnums.CCYEnum Ccy,
System.Int32 SettleDate,
System.Int32 matDate,
CTIEnums.DayCountEnum dayCounter,
System.String calKey,
CTIEnums.BDCEnum BusDayConv,
System.Double redemption,
System.Double BondYield,
CTIEnums.FreqEnum YieldQuoteFreq,
System.String YieldQMethod);