vRealize Business for Cloud 计算服务器硬件成本的年度折旧值,然后将该值除以 12 得出月度折旧。
vRealize Business for Cloud 使用零美元作为残值。
depreciable cost == original cost
Depreciation rate = 2 / number of depreciation years例如,
2/5 = 0.4
这是双倍余额递减法和直线法计提折旧法计算得出的年度折旧。
方法 | 计算 |
---|---|
双倍余额递减法 | 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 使用介于过去五年间通过递减余额乘以折旧率得出的年度折旧与通过直线法计提折旧法得出的年度折旧之间的最大值。
Yearly depreciation = Max(yearly depreciation of double declining balance method, yearly depreciation of straight line method)
以下是 2000 美元原始成本的折旧成本示例,折旧期为五年。
- 第一年的折旧成本:
Max[((2000-0) * 0.4), ((2000-0)/5))] = Max(800, 400) => 800 (per_month= 66.67)
- 第二年的折旧成本:
Max[((2000-800) * 0.4), ((2000-800)/4))] = Max(480, 300) => 480 (per_month= 40)
- 第三年的折旧成本:
Max[(( 2000-1280) * 0.4), ((2000-1280)/3))] = Max(288, 240) => 288 (per_month= 24)
- 第四年的折旧成本:
Max[(((2000-1568) * 0.4), ((2000-1568)/2))] = Max(172.8, 216) => 216 (per_month= 18)
- 第五年的折旧成本:
Max[((2000-1784) * 0.4), ((2000-1784)/1))] = Max(86.4, 216) => 216 (per_month= 18)