VB Syntax
String CTBonds_p.NorwegianGovtBond_p( _
String Key, _
Long Reload, _
String BondType, _
Double redemption, _
Long SettleDate, _
Long datedDate, _
Long firstCouponDate, _
Long penultCouponDate, _
Long matDate, _
Double coupon, _
String calKey, _
Double CleanPrice)
Excel Spreadsheet Syntax
=CT.BOND.NorwegianGovtBond_p(
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 CleanPrice)
C++ Syntax
static std::string NorwegianGovtBond_p(
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 CleanPrice);
DotNET Syntax
System.String CTBonds_pSA.NorwegianGovtBond_p(
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 CleanPrice);