Skip to content

Commit 7586002

Browse files
Merge pull request #269536 from bandersmsft/understand-usage-details-fields
MCM - Adding Identify EA IQ charges section
2 parents 9fb888c + 4eb9106 commit 7586002

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

articles/cost-management-billing/automate/understand-usage-details-fields.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The cost details file itself doesn’t uniquely identify individual records with
127127

128128
Some fields might differ in casing and spacing between account types. Older versions of pay-as-you-go cost details files have separate sections for the statement and daily cost.
129129

130-
### Reconcile charges for MCA accounts
130+
## Reconcile charges for MCA accounts
131131

132132
MCA customers can use the following information to reconcile charges between billing and pricing currencies.
133133

@@ -156,7 +156,18 @@ Although the `ReservationId` itself might differ, it's still part of the same or
156156

157157
For more information, see [Manage Reservations for Azure resources](../reservations/manage-reserved-vm-instance.md).
158158

159-
### Rounding adjustment details
159+
## Identify EA charges for included quantity
160+
161+
Included quantity (IQ) refers to the amount of a metered resource that can be consumed without incurring any extra cost in an Enterprise Agreement. When dealing with IQ, consider the following points:
162+
163+
Meter characteristics - Meters associated with IQ exhibit specific traits in the cost file because the meters allow consumption without any extra charges. In the cost file, a meter with IQ has:
164+
165+
- **ChargeType**: Usage, **PricingModel**: OnDemand.
166+
- **Unit price**, **effective price**, and **Cost** set to 0, because you're not billed for their consumption.
167+
- **Quantity** isn't zero. It shows the actual consumption of the meter.
168+
- However, the **PayG (pay-as-you-go) price** still shows the retail price, which is nonzero.
169+
170+
## Rounding adjustment details
160171

161172
Rounding adjustment isn't available in the cost details file during an open month. The adjustment is visible when the month closes and the invoice gets generated.
162173

@@ -173,7 +184,7 @@ The rounding adjustment record is available in the Cost Details file at the Bill
173184

174185
Here's an example of how rounding adjustment works in practice:
175186

176-
Suppose you have two resources in your subscription, A and B. Resource A costs $0.1234 per hour and resource B costs $0.5678 per hour. You use both resources for 10 hours in a day, so the total cost for each resource is:
187+
Suppose you have two resources in your subscription: A and B. Resource A costs $0.1234 per hour and resource B costs $0.5678 per hour. You use both resources for 10 hours in a day, so the total cost for each resource is:
177188

178189
- Resource A: $0.1234 x 10 = $1.234
179190
- Resource B: $0.5678 x 10 = $5.678
@@ -188,7 +199,7 @@ However, when the invoice is generated, the costs are rounded to two decimal pla
188199

189200
The difference between the invoice total and the actual total is $0.002, which is the rounding adjustment. To make sure that Cost Management costs match the invoice, the amount is shown in the cost details file.
190201

191-
### List of terms from older APIs
202+
## List of terms from older APIs
192203

193204
The following table maps terms used in older APIs to the new terms. Refer to the above table for those descriptions.
194205

0 commit comments

Comments
 (0)