Depreciation of Assets

Compared to the often uncertain estimates one has to do where appreciation of assets is concerned, we are on somewhat firmer ground here.

Since depreciation of assets is very often driven by tax policies, the discussion of depreciation will focus in that direction, on some of the more common depreciation calculation schemes.

While there has been some discussion about how to accomplish automated calculation and creation of transactions to handle things like depreciation, there is not yet any working code, so for now, you will have to do calculations by hand.

Depreciation schemes

Linear Sepreciation

Linear depreciation diminishes the value of an asset by a fixed amount each period until the net value is zero. This is the simplest calculation, as you estimate a useful lifetime, and simply divide the cost equally across that lifetime.

Example: You have bought a computer for $1500 and wish to depreciate it over a period of 5 years. Each year the amount of depreciation is $300, leading to the following calculations:

Table 5. Example 1

YearDepreciationRemaining Value
13001200
2300900
3300600
4300300
53000

Geometric Depreciation

Each period the asset is depreciated by a fixed percentage of its value in the previous period. In this scheme the rest value of an asset decreases exponentially leaving a value at the end that is larger than zero ( i.e. - a resale value).

Beware: Tax authorities may require (or allow) a larger percentage in the first period. On the other hand, in Canada, this is reversed, as they permit only a half share of "Capital Cost Allowance" in the first year. The result of this approach is that asset value decreases more rapidly at the beginning than at the end which is probably more realistic for most assets than a linear scheme. This is certainly true for automobiles.

Example: We take the same example as above, with an annual depreciation of 30%.

Table 6. Example 2

YearDepreciationRemaining Value
14501050
2315735
3220.50514.50
4154.35360.15
5108.05252.10

Sum of digits

A third method most often employed in Anglo/Saxon countries is the "sum of digits" method. Here is an illustration:

Example: First you divide the asset value by the sum of the years of use, e.g. for our example from above with an asset worth $1500 that is used over a period of five years you get 1500/(1+2+3+4+5)=100. Depreciation and asset value are then calculated as follows:

Table 7. Example 3

YearDepreciationRemaining Value
1100*5=5001000
2100*4=400600
3100*3=300300
4100*2=200100
5100*1=1000

The Handling of Depreciation in GnuCash

In order to keep track of the depreciation of an asset, you need :

The first step is to record the purchase of your asset by transferring the money from bank bank account to the asset cost account. Afterwards, in each accounting period you record the depreciation as an expense in the appropriate account. The two windows below show your asset account and the main window after the third year of depreciation using a "sum of digits" scheme for the example above. Asset account after depreciation Main window after depreciation

A Word of Caution

Since depreciation and tax issues are closely related, you may not always be free in choosing your preferred method. Fixing wrong calculations will cost a whole lot more time and trouble than getting the calculations right the first time, so if you plan to depreciate assets, it is wise to make sure of the schemes you will be permitted or required to use.