vRealize Business for Cloud は、サーバ ハードウェア コストの年次の減価償却額を計算し、この金額を 12 で割って月次の減価償却額を算出します。

vRealize Business for Cloud は、残存価額を 0 ドルとします。
depreciable cost == original cost
Depreciation rate = 2 / number of depreciation years
例: 2/5 = 0.4

これは、倍額定率法による年次の減価償却と定額法による年次の減価償却です。

表 1. 減価償却の方法
方法 計算
倍額定率法
yearly double declining depreciation = (original cost - accumulated depreciation) * depreciation rate
注: : Double declining depreciation for the last year = original cost - accumulated depreciation
定額法
Yearly straight line depreciation = (original cost - accumulated depreciation) / number of remaining depreciation years

減価償却期間は 2 年または 7 年に設定できます。

vRealize Business for Cloud は、倍加定率法で残高を減らす年次の減価償却と 5 年間にわたって定額法を適用する年次の減価償却間での最大価額を使用します。
Yearly depreciation = Max(yearly depreciation of double declining balance method, yearly depreciation of straight line method)
次に、取得原価が 2000 ドル、減価償却期間 5 年の減価償却費の例を示します。
  • 1 年目の減価償却費:Max[((2000-0) * 0.4), ((2000-0)/5))] = Max(800, 400) => 800 (per_month= 66.67)
  • 2 年目の減価償却費:Max[((2000-800) * 0.4), ((2000-800)/4))] = Max(480, 300) => 480 (per_month= 40)
  • 3 年目の減価償却費:Max[(( 2000-1280) * 0.4), ((2000-1280)/3))] = Max(288, 240) => 288 (per_month= 24)
  • 4 年目の減価償却費:Max[(((2000-1568) * 0.4), ((2000-1568)/2))] = Max(172.8, 216) => 216 (per_month= 18)
  • 5 年目の減価償却費:Max[((2000-1784) * 0.4), ((2000-1784)/1))] = Max(86.4, 216) => 216 (per_month= 18)