B
bal()
Catalog >
bal(NPmt,N,I,PV ,[Pmt], [FV], [PpY],
[CpY], [PmtAt], [roundValue]) ⇒ value
bal(NPmt,amortTable) ⇒ value
Amortization function that calculates
schedule balance after a specified payment.
N, I, PV, Pmt, FV, PpY, CpY, and PmtAt
are described in the table of TVM
arguments, page 191.
NPmt specifies the payment number after
which you want the data calculated.
N, I, PV, Pmt, FV, PpY, CpY, and PmtAt
are described in the table of TVM
arguments, page 191.
• If you omit Pmt, it defaults to
Pmt=tvmPmt
(N,I,PV,FV,PpY,CpY,PmtAt).
• If you omit FV, it defaults to FV=0.
• The defaults for PpY, CpY, and PmtAt
are the same as for the TVM functions.
roundValue specifies the number of
decimal places for rounding. Default=2.
bal(NPmt,amortTable) calculates the
balance after payment number NPmt,
based on amortization table amortTable.
The amortTable argument must be a
matrix in the form described under
amortTbl(), page 12.
Note: See also ΣInt() and ΣPrn(), page 221.
►Base2
Catalog >
Integer1 ►Base2 ⇒ integer
Note: You can insert this operator from the
computer keyboard by typing @>Base2.
Alphabetical Listing 21