ddb {FinCal}R Documentation

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.

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

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

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

[Package FinCal version 0.6.3 Index]