Straight-line depreciation
You can calculate the straight-line depreciation (sln) of an asset for one period in the life of an asset.
This function takes the following arguments:
- Cost – The initial cost of an asset.
- Salvage – The value at the end of the depreciation (also known as the salvage value of the asset).
- Number of periods – The number of periods over which the asset is depreciated (also known as the useful life of the asset).
Example expression
@Financial.sln(30000, 7000, 10)
Open topic with navigation