ddb: Depreciation Expense Recognition - double-declining balance...

Description Usage Arguments See Also Examples

Description

Depreciation Expense Recognition – double-declining balance (DDB), the most common declining balance method, which applies two times the straight-line rate to the declining balance.

Usage

1
ddb(cost, rv, t)

Arguments

cost

cost of long-lived assets

rv

residual value of the long-lived assets at the end of its useful life. DDB does not explicitly use the asset's residual value in the calculations, but depreciation ends once the estimated residual value has been reached. If the asset is expected to have no residual value, the DB method will never fully depreciate it, so the DB method is typically changed to straight-line at some point in the asset's life.

t

length of the useful life

See Also

slde

Examples

1
ddb(cost=1200,rv=200,t=5)

Example output

     t   ddb
[1,] 1 480.0
[2,] 2 288.0
[3,] 3 172.8
[4,] 4  59.2
[5,] 5   0.0

FinCal documentation built on May 2, 2019, 1:29 p.m.