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