vRealize Business for Cloudでは、ハードウェア コンポーネント(サーバ、ディスクなど)の毎月の償却費を計算するための減価償却法を設定することができます。減価償却期間は 2 年または 7 年に設定できます。
vRealize Business for Cloudは、残存価額を 0 ドルとします。
depreciable cost == original cost
Depreciation rate = 2 / number of depreciation years
例:2/5 = 0.4
これは、倍額定率法による年次の減価償却と定額法による年次の減価償却です。
手順
結果
vRealize Business for Cloudは、サーバ ハードウェア コストの年次の減価償却額を計算し、この金額を 12 で割って月次の減価償却額を算出します。
取得原価が 2,000 ドル、減価償却期間 5 年の倍額定率法による減価償却費の例
vRealize Business for Cloud は、倍加定率法で残高を減らす年次の減価償却と 5 年間にわたって定額法を適用する年次の減価償却間での最大価額を使用します。
Yearly depreciation = Max(yearly depreciation of double declining balance method, yearly depreciation of straight line method)
- 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)