Field Summary |
public static
| cAnnual |
|
|
|
public static
| cBiWeekly |
|
|
|
public static
| cDaily |
| constants for payment frequency
|
|
public static
| cMonthly |
|
|
|
public static
| cQuarterly |
|
|
|
public static
| cWeekly |
|
|
|
Method Summary |
public static
| AnnualI (
i: Number, PmtFreq: String
): Number |
|
|
|
public static
| getAmt (
pv: Number, fv: Number, i: Number, n: Number
): Number |
|
|
|
public static
| getEffectiveRate (
pv, n, a, points, FirstPmtAtBegin, LastPmtAtBegin
) |
|
|
|
public static
| getFV (
pv: Number, i: Number, n: Number, a: Number
): Number |
|
|
|
public static
| getI (
fv: Number, pv: Number, n: Number, a: Number, PmtFreq: String
): Number |
|
|
|
public static
| getN (
pv: Number, fv: Number, i: Number, a: Number
): Number |
|
|
|
public static
| getPV (
fv: Number, i: Number, n: Number, a: Number
): Number |
|
|
|
public static
| payment (
pv: Number, i: Number, n: Number
): Number |
|
|
|
public static
| PeriodI (
i: Number, PmtFreq: String
): Number |
|
|
|
public static
| RoundToDigits (
nbr, dig
) |
| returns nbr rounded to dig digits; dig > 0 gives dig decimal places; dig < 0 rounds to the left of the decimal point
|
|
public static
| slope (
fv: Number, estI: Number, n: Number, a: Number
): Number |
|
|
|
|