Arguments | Data Type | Description |
---|---|---|
type | Varchar(30) | Depreciation method, which must be one of these: • ST—Specifies a straight line. Computed as (1/life). • SU—Specifies a sum of digits. Computed as ((life + 1 - period)*2) / ((life*(1 + life)). • DO—Specifies double declining. This is twice the remaining balance divided by life except last period, which is the remaining balance. • CR—Specifies cross-over depreciation. Use double declining until the straight line method provides greater depreciation. |
period | Integer | Depreciation period |
life | Integer | Life of asset (number of periods) |