Skip to content

Commit

Permalink
FOCUS #231: ListUnitPrice review - spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
ijurica committed Oct 27, 2023
1 parent fe2a5de commit 33d2667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/metrics/listunitprice.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List Unit Price

The List Unit Price represents a suggested provider-published unit price for a single pricing measurement unit (identified by a [Sku Price Id](#skupriceid)), which incorporates volume/tier-based rates while excluding any negotiated or commitment-based discounts. This price is denominated in the [Billing Currency](#billingcurrency). It is used to calculate List Cost and savings based on rate optimization activities.
The List Unit Price represents a suggested provider-published unit price for a single pricing measurement unit (identified by a [Sku Price Id](#skupriceid)), which incorporates volume/tier-based rates while excluding any negotiated discounts, commitment-based discounts or the amortization of upfront charges (one-time or recurring). This price is denominated in the [Billing Currency](#billingcurrency). It is used to calculate List Cost and savings based on rate optimization activities.

The ListUnitPrice column MUST be present in the billing data. This column MUST be a numeric value of type Decimal within the range of non-negative decimal values. It MUST NOT contain null if SkuPriceId is not null and it MUST be null if SkuPriceId is null. When ListUnitPrice is not null, multiplying ListUnitPrice by [QuantityInPricingUnit](#quantityinpricingunit) MUST equal [ListCost](#listcost).

Expand All @@ -14,7 +14,7 @@ List Unit Price

## Description

A suggested provider-published unit price for a single pricing measurement unit (identified by a [Sku Price Id](#skupriceid)), which incorporates volume/tier-based rates while excluding any negotiated or commitment-based discounts.
A suggested provider-published unit price for a single pricing measurement unit (identified by a Sku Price Id), which incorporates volume/tier-based rates while excluding any negotiated discounts, commitment-based discounts or the amortization of upfront charges (one-time or recurring).

## Content Constraints

Expand Down

0 comments on commit 33d2667

Please sign in to comment.