Skip to content

Commit

Permalink
FOCUS #174: ListCost - Update specification/metrics/listcost.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ijurica authored Nov 3, 2023
1 parent 2b70bb8 commit f11a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/metrics/listcost.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List Cost

The List Cost represents a charge inclusive of the impacts of volume/tier-based rates while excluding any negotiated discounts, commitment-based discounts or the amortization of upfront charges (one-time or recurring). This cost is denominated in the [Billing Currency](#billingcurrency). The List Cost equals the [Billed Cost](#billedcost) if there are no negotiated or commitment-based discounts against the resource and/or service. It is used to calculate savings based on rate optimization activities, by comparing it with [Effective Cost](#effectivecost).
The List Cost represents a charge inclusive of the impacts of volume/tier-based rates while excluding any negotiated discounts, commitment-based discounts or the amortization of upfront charges (one-time or recurring). This cost is denominated in the [Billing Currency](#billingcurrency). The List Cost equals the [Billed Cost](#billedcost) if there are no negotiated nor commitment-based discounts against the resource and/or service. It is used to calculate savings based on rate optimization activities, by comparing it with [Effective Cost](#effectivecost).

The ListCost column MUST be present in the billing data. This column MUST be a valid numeric value of type Decimal and MUST NOT contain null values. When a [ListUnitPrice](#listunitprice) is not null, multiplying the ListUnitPrice by [QuantityInPricingUnit](#quantityinpricingunit ) MUST produce the ListCost. In cases where the ListUnitPrice is null, the following applies:

Expand Down

0 comments on commit f11a7da

Please sign in to comment.