Skip to content

Commit 49bc54d

Browse files
authored
Apply suggestions from PR review
1 parent 587c1d7 commit 49bc54d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ Get the Amortized costs data and filter the data for a `PricingModel` = `Savings
127127
3. Subtract estimated pay-as-you-go costs from savings plan costs to get the estimated savings.
128128

129129
- To know the Savings made out of public list price:
130-
- 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. Subtract estimated public-list-price costs from `Cost`.
130+
- 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. 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. Subtract estimated pay-as-you-go from `Cost`.
135-
+ Get % discount applied on each line item. Divide `Cost` with public-list-price and then divide by 100.
134+
+ Get Savings made out of savings plan against discounts given to customer. Subtract estimated pay-as-you-go from `Cost`.
135+
+ 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.
138138

0 commit comments

Comments
 (0)