3.1.39 List Unit Price
Dataset:
Cost and Usage
Column Type:
Metric
Feature Level:
Conditional
Data Type:
Decimal
Since:
1.0-preview
The List Unit Price represents the suggested service-provider-published unit price for a single Pricing Unit of the associated SKU, exclusive of any discounts. This price is denominated in the Billing Currency. The List Unit Price is commonly used for calculating savings based on various rate optimization activities.
3.1.39.1 Requirements
ListUnitPrice adheres to the following requirements:
- ListUnitPrice MUST be present in a Cost and Usage FOCUS dataset when the service provider publishes unit prices exclusive of discounts.
- ListUnitPrice MUST be of type Decimal.
- ListUnitPrice MUST conform to NumericFormat requirements.
- ListUnitPrice nullability is defined as follows:
- ListUnitPrice MUST be null when SkuPriceId is null.
- ListUnitPrice MUST be null when ChargeCategory is "Tax".
- ListUnitPrice MUST NOT be null when SkuPriceId is not null.
- ListUnitPrice MUST NOT be null when ChargeCategory is "Usage" or "Purchase" and ChargeClass is not "Correction".
- ListUnitPrice MAY be null in all other cases.
- When ListUnitPrice is not null, ListUnitPrice adheres to the following additional requirements:
- ListUnitPrice MUST be a non-negative decimal value.
- ListUnitPrice MUST be denominated in the BillingCurrency.
- ListCost MUST equal the product of ListUnitPrice and PricingQuantity when ListUnitPrice is not null and PricingQuantity is not null.
3.1.39.4 Description
The suggested service-provider-published unit price for a single Pricing Unit of the associated SKU, exclusive of any discounts.
3.1.39.5 Usability Constraints
Aggregation: Column values should only be viewed in the context of their row and not aggregated to produce a total.
Constraints
| Property | Value |
|---|---|
| Column Type | Metric |
| Feature Level | Conditional |
| Allows Nulls | Yes |
| Data Type | Decimal |
| Value Format | Numeric Format |
| Number Range | Any valid non-negative decimal value |