VB Syntax
String CTUtils.CreateAmortObj( _
String Key, _
Long Reload, _
Double Notional, _
Double FinalNot, _
Boolean PrincipalPayments, _
AmortEnum AmortMethod, _
Double AmortRate, _
Long AmortRepeatNot, _
String ScheduleKey)
Excel Spreadsheet Syntax
=CT.UTIL.CreateAmortObj(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell Notional,
Excel Numeric Cell FinalNot,
Excel Boolean Value Cell PrincipalPayments,
Excel String Cell AmortMethod,
Excel Numeric Cell AmortRate,
Excel Numeric Cell AmortRepeatNot,
Excel String Cell ScheduleKey)
C++ Syntax
static std::string CreateAmortObj(
std::string Key,
long Reload,
double Notional,
double FinalNot,
bool PrincipalPayments,
AmortEnum AmortMethod,
double AmortRate,
long AmortRepeatNot,
std::string ScheduleKey);
DotNET Syntax
System.String CTUtilsSA.CreateAmortObj(
System.String Key,
System.Int32 Reload,
System.Double Notional,
System.Double FinalNot,
System.Boolean PrincipalPayments,
CTIEnums.AmortEnum AmortMethod,
System.Double AmortRate,
System.Int32 AmortRepeatNot,
System.String ScheduleKey);