MORT Function


Returns amortization parameters

Category: Financial

Syntax

MORT ( a,p,r,n )

Arguments

a

  • is numeric, the initial amount.

p

  • is numeric, the periodic payment.

r

  • is numeric, the periodic interest rate that is expressed as a fraction.

n

  • is an integer, the number of compounding periods.

  • Range: n

Details

The MORT function returns the missing argument in the list of four arguments from an amortization calculation with a fixed interest rate that is compounded each period. The arguments are related by

click to expand

One missing argument must be provided. It is then calculated from the remaining three. No adjustment is made to convert the results to round numbers .

Examples

An amount of $50,000 is borrowed for 30 years at an annual interest rate of 10 percent compounded monthly. The monthly payment can be expressed as

 payment=mort(50000, . , .10/12,30*12); 

The value returned is 438.79. The second argument has been set to missing, which indicates that the periodic payment is to be calculated. The 10 percent nominal annual rate has been converted to a monthly rate of 0.10/12. The rate is the fractional (not the percentage) interest rate per compounding period. The 30 years are converted into 360 months.




SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 704

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net