AssetDepreciationRule
Represents depreciation rules applied to fixed assets, defining the method, rate, useful life, and journal used for calculating depreciation.
Columns
| Name | Type | ReadOnly | Description |
| asset_Href | String | True |
The URL of the asset associated with this depreciation rule. |
| asset_Id | String | True |
The Id of the asset associated with this depreciation rule. |
| asset_Key | String | True |
The system-assigned key of the asset associated with this depreciation rule. |
| asset_Name | String | True |
The name of the asset associated with this depreciation rule. |
| auditCreatedBy | String | True |
The user who created the asset depreciation rule. |
| auditCreatedDateTime | Datetime | True |
The date and time when the asset depreciation rule was created. |
| auditModifiedBy | String | True |
The user who last modified the asset depreciation rule. |
| auditModifiedDateTime | Datetime | True |
The date and time when the asset depreciation rule was last modified. |
| coefficient | Decimal | False |
The coefficient applied to adjust the depreciation rate for this rule. |
| depreciationMethod_Href | String | True |
The URL of the depreciation method associated with this rule. |
| depreciationMethod_Id | String | False |
The Id of the depreciation method associated with this rule. |
| depreciationMethod_Key | String | False |
The system-assigned key of the depreciation method associated with this rule. |
| depreciationMethod_Name | String | True |
The name of the depreciation method associated with this rule. |
| depreciationRate | String | False |
The rate at which the asset depreciates under this rule. |
| depreciationSchedule_Href | String | True |
The URL of the depreciation schedule associated with this rule. |
| depreciationSchedule_Id | String | True |
The Id of the depreciation schedule associated with this rule. |
| depreciationSchedule_Key | String | True |
The system-assigned key of the depreciation schedule associated with this rule. |
| historicalAccumulatedDepreciationAmount | Decimal | False |
The historical accumulated depreciation amount carried over for this asset depreciation rule. |
| href | String | True |
The URL of the asset depreciation rule resource. |
| id | String | True |
The unique identifier of the asset depreciation rule. |
| journal_BookId | String | True |
The book Id of the journal associated with this depreciation rule. |
| journal_Href | String | True |
The URL of the journal associated with this depreciation rule. |
| journal_Id | String | False |
The Id of the journal associated with this depreciation rule. |
| journal_Key | String | False |
The system-assigned key of the journal associated with this depreciation rule. |
| journal_Name | String | True |
The name of the journal associated with this depreciation rule. |
| key [KEY] | String | False |
The system-assigned key that uniquely identifies the asset depreciation rule record. |
| postingRule_Convention | String | True |
The convention used by the posting rule for this depreciation rule, such as half-year or full-month. |
| postingRule_Href | String | True |
The URL of the posting rule associated with this depreciation rule. |
| postingRule_Id | String | False |
The Id of the posting rule associated with this depreciation rule. |
| postingRule_IsTax | Bool | True |
Indicates whether the posting rule associated with this depreciation rule is a tax rule. |
| postingRule_Key | String | False |
The system-assigned key of the posting rule associated with this depreciation rule. |
| postingRule_Name | String | True |
The name of the posting rule associated with this depreciation rule. |
| postingRule_UseSalvageValue | Bool | True |
Indicates whether the posting rule uses the salvage value when calculating depreciation. |
| postingRule_UsefulLifeUnits | String | True |
The unit of measurement used for the useful life under the posting rule associated with this depreciation rule. |
| usefulLife | Int | False |
The estimated useful life of the asset, expressed in the units defined by the posting rule. |