VB Syntax
Variant CTUtils.AmortiseLinear( _
Double Notional, _
Double FinalNot, _
Double dRate, _
Long NumPeriods, _
Long nRepeatNot, _
Boolean ShortFirstPeriod)
Excel Spreadsheet Syntax
=CT.UTIL.AmortiseLinear(
Excel Numeric Cell Notional,
Excel Numeric Cell FinalNot,
Excel Numeric Cell dRate,
Excel Numeric Cell NumPeriods,
Excel Numeric Cell nRepeatNot,
Excel Boolean Value Cell ShortFirstPeriod)
C++ Syntax
static CTRangeDataCPP AmortiseLinear(
double Notional,
double FinalNot,
double dRate,
long NumPeriods,
long nRepeatNot,
bool ShortFirstPeriod);
DotNET Syntax
CTRangeData CTUtilsSA.AmortiseLinear(
System.Double Notional,
System.Double FinalNot,
System.Double dRate,
System.Int32 NumPeriods,
System.Int32 nRepeatNot,
System.Boolean ShortFirstPeriod);