VB Syntax
String CTBonds_y.CzechGovtBond_y( _
String Key, _
Long Reload, _
String BondType, _
Double redemption, _
Long SettleDate, _
Long datedDate, _
Long firstCouponDate, _
Long penultCouponDate, _
Long matDate, _
Double coupon, _
String calKey, _
Double BondYield)
Excel Spreadsheet Syntax
=CT.BOND.CzechGovtBond_y(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell BondType,
Excel Numeric Cell redemption,
Excel Numeric Cell SettleDate,
Excel Numeric Cell datedDate,
Excel Numeric Cell firstCouponDate,
Excel Numeric Cell penultCouponDate,
Excel Numeric Cell matDate,
Excel Numeric Cell coupon,
Excel String Cell calKey,
Excel Numeric Cell BondYield)
C++ Syntax
static std::string CzechGovtBond_y(
std::string Key,
long Reload,
std::string BondType,
double redemption,
long SettleDate,
long datedDate,
long firstCouponDate,
long penultCouponDate,
long matDate,
double coupon,
std::string calKey,
double BondYield);
DotNET Syntax
System.String CTBonds_ySA.CzechGovtBond_y(
System.String Key,
System.Int32 Reload,
System.String BondType,
System.Double redemption,
System.Int32 SettleDate,
System.Int32 datedDate,
System.Int32 firstCouponDate,
System.Int32 penultCouponDate,
System.Int32 matDate,
System.Double coupon,
System.String calKey,
System.Double BondYield);