slde {FinCal}R Documentation

Depreciation Expense Recognition – Straight-line depreciation (SL) allocates an equal amount of depreciation each year over the asset's useful life

Description

Depreciation Expense Recognition – Straight-line depreciation (SL) allocates an equal amount of depreciation each year over the asset's useful life

Usage

slde(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

t

length of the useful life

See Also

ddb

Examples

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

[Package FinCal version 0.6.3 Index]