可以通过配置 vRealize Business for Cloud 来使用折旧方法计算硬件组件(例如服务器、磁盘)的每月摊销成本。您可以将折旧期设置为 2 年或 7 年。
vRealize Business for Cloud 使用零美元作为残值。
depreciable cost == original cost
Depreciation rate = 2 / number of depreciation years
例如,2/5 = 0.4
这是双倍余额递减法和直线法计提折旧法计算得出的年度折旧。
过程
结果
vRealize Business for Cloud 计算服务器硬件成本的年度折旧值,然后将该值除以 12 得出月度折旧。
原始成本为 2000 美元且折旧期为五年的双倍递减折旧成本示例
vRealize Business for Cloud 使用介于过去五年间通过递减余额乘以折旧率得出的年度折旧与通过直线法计提折旧法得出的年度折旧之间的最大值。
Yearly depreciation = Max(yearly depreciation of double declining balance method, yearly depreciation of straight line method)
- 第一年的折旧成本:
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)