AssetDepBookTableDepConv_HalfYearNext.calc_RB Method [AX 2012]
Calculates the "reducing balance" type period depreciation amount for the asset's current transaction.
Syntax
public AssetAmount calc_RB(
AssetAmount _basisForDepreciation,
AssetAmount _prevDepAmountThisYear,
TransDate _depreciationDate,
AssetDepreciationTime _periods)
Run On
Called
Parameters
- _basisForDepreciation
Type: AssetAmount Extended Data Type
The amount to use as the base amount for the calculation of depreciation.
- _prevDepAmountThisYear
Type: AssetAmount Extended Data Type
The depreciation amount for the current year.
- _depreciationDate
Type: TransDate Extended Data Type
The depreciation start date.
- _periods
Type: AssetDepreciationTime Extended Data Type
The period for which to calculate the depreciation amount.
Return Value
Type: AssetAmount Extended Data Type
The depreciation amount.