VB Syntax
String CTBonds.MoneyMarketBond( _
String Key, _
Long Reload, _
CCYEnum Ccy, _
Long datedDate, _
Long matDate, _
Long SettleDays, _
Double coupon, _
DayCountEnum dayCounter, _
String calKey, _
BDCEnum BusDayConv, _
Double redemption, _
String YCKey, _
FreqEnum YieldQuoteFreq, _
String YieldQMethod)
Excel Spreadsheet Syntax
=CT.BOND.MoneyMarketBond(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell Ccy,
Excel Numeric Cell datedDate,
Excel Numeric Cell matDate,
Excel Numeric Cell SettleDays,
Excel Numeric Cell coupon,
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 MoneyMarketBond(
std::string Key,
long Reload,
CCYEnum Ccy,
long datedDate,
long matDate,
long SettleDays,
double coupon,
DayCountEnum dayCounter,
std::string calKey,
BDCEnum BusDayConv,
double redemption,
std::string YCKey,
FreqEnum YieldQuoteFreq,
std::string YieldQMethod);
DotNET Syntax
System.String CTBondsSA.MoneyMarketBond(
System.String Key,
System.Int32 Reload,
CTIEnums.CCYEnum Ccy,
System.Int32 datedDate,
System.Int32 matDate,
System.Int32 SettleDays,
System.Double coupon,
CTIEnums.DayCountEnum dayCounter,
System.String calKey,
CTIEnums.BDCEnum BusDayConv,
System.Double redemption,
System.String YCKey,
CTIEnums.FreqEnum YieldQuoteFreq,
System.String YieldQMethod);