VB Syntax
String CTUtils.InterestRate( _
String Key, _
Long Reload, _
Double Rate, _
COMPEnum compounding, _
FreqEnum Freq, _
DayCountEnum DayCount)
Excel Spreadsheet Syntax
=CT.Rate.InterestRate(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell Rate,
Excel String Cell compounding,
Excel String Cell Freq,
Excel String Cell DayCount)
C++ Syntax
static std::string InterestRate(
std::string Key,
long Reload,
double Rate,
COMPEnum compounding,
FreqEnum Freq,
DayCountEnum DayCount);
DotNET Syntax
System.String CTUtilsSA.InterestRate(
System.String Key,
System.Int32 Reload,
System.Double Rate,
CTIEnums.COMPEnum compounding,
CTIEnums.FreqEnum Freq,
CTIEnums.DayCountEnum DayCount);