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