Skip to content

Commit e0cb30b

Browse files
authored
Apply suggestions from PR review
1 parent 55fe9af commit e0cb30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cost-management-billing/savings-plan/utilization-cost-reports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ Get the Amortized costs data and filter the data for a `PricingModel` = `Savings
128128

129129
To know the Savings made out of public list price:
130130
Get public or list price cost. Multiply the `PayGPrice` value with `Quantity` values to get public-list-price costs.
131-
Get Savings made out of savings plan against public list price. Substract estimated public-list-price costs from `Cost`
131+
Get Savings made out of savings plan against public list price. Subtract estimated public-list-price costs from `Cost`.
132132

133133
To know the % savings made out of discounted price for customer:
134-
Get Savings made out of savings plan against discounts given to customer. Substract estimated pay-as-you-go from `Cost`
134+
Get Savings made out of savings plan against discounts given to customer. Subtract estimated pay-as-you-go from `Cost`.
135135
Get % discount applied on each line item. Divide `Cost` with public-list-price and then divide by 100.
136136

137137
Keep in mind that if you have an underutilized savings plan, the `UnusedBenefit` entry for `ChargeType` becomes a factor to consider. When you have a fully utilized savings plan, you receive the maximum savings possible. Any `UnusedBenefit` quantity reduces savings.

0 commit comments

Comments
 (0)