Chapter Contents |
Previous |
Next |
DEPDB |
Category: | Financial |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
DEPDB(p,v,y,r) |
Range: | y > 0 |
Range: | r 0 |
Details |
The DEPDB function returns the depreciation by using the declining balance method, which is given by
The p and y arguments must be expressed by using the same units of time. A double-declining balance is obtained by setting r equal to 2.
Examples |
An asset has an initial value of $1,000 and a fifteen-year lifetime. Using a declining balance rate of 200 percent, the depreciation of the value of the asset for the tenth year can be expressed as
y10=depdb(10,1000,15,2);
The value returned is 36.78. The first and the third arguments are expressed in years.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.