DepreciationSchedule

Description

Package: com.ibm.rpm.asset.containers

Extends: RPMObject

Usage

Represents a depreciation schedule for an asset. In this schedule the asset is depreciated by the designated amount. Each asset might have a few depreciation schedules, which their sum equals to the asset acquisition cost.

DepreciationSchedule is used to define the depreciation schedule for an asset in order to perform accountability for the asset. The depreciation can be linearly, (same amount every month/year) until the value is zero, or manually in which the user chooses the amount to depreciate each time.

Parent is mandatory, allowed parent type is Asset

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. DepreciationSchedule Field Description
Field Detail
depreciationDate

Type: datetime

Default value: N/A

Description: The time for depreciation.

Field validation description: N/A

Additional field security restrictions: N/A

amount

Type: double

Default value: N/A

Description: The amount to depreciate.

Field validation description: Must be a positive number.

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMObject

Related Objects