SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3

DEPSL Function

Returns the straight-line depreciation

Category: Financial

Syntax

DEPSL ( p,v,y )

Arguments

p

v

y

Details

The DEPSL function returns the straight-line depreciation, which is given by

click to expand

The p and y arguments must be expressed by using the same units of time.

Examples

An asset, acquired on 01APR86, has a depreciable initial value of $1,000 and a ten-year lifetime. The depreciation in the value of the asset for the year 1986 can be expressed as

d=depsl(9/12,1000,10);

The value returned is 75.00. The first and the third arguments are expressed in years .

Категории