2.47 SKU Price ID
Dataset:
Cost and Usage
Column Type:
Dimension
Feature Level:
Conditional
Data Type:
String
Since:
1.0-preview
A SKU Price ID is a unique identifier that defines the unit price used to calculate the charge. SKU Price ID can be referenced on a price list published by a provider to look up detailed information, including a corresponding list unit price. The composition of the properties associated with the SKU Price ID may differ across providers. SKU Price ID is commonly used for analyzing cost based on pricing properties such as Terms and Tiers.
The SkuPriceId column adheres to the following requirements:
- SkuPriceId MUST be present in a FOCUS dataset when the provider publishes a SKU price list and MUST be of type String.
- SkuPriceId MUST define a single unit price used for calculating the charge.
- ListUnitPrice MUST be associated with the SkuPriceId in the provider published price list.
- SkuPriceId MUST NOT be null when ChargeClass is not "Correction" and ChargeCategory is "Usage" or "Purchase", MUST be null when ChargeCategory is "Tax", and MAY be null for all other combinations of ChargeClass and ChargeCategory.
- A given value of SkuPriceId MUST be associated with one and only one SkuId, except in cases of commitment discount flexibility.
- If a provider does not have a SkuPriceId and wants to include information in columns linked to SkuPriceId such as ListUnitPrice or SkuPriceDetails, the SkuId MAY be used in the SkuPriceId column as long as it adheres to the above conditions.
2.47.3 Description
A unique identifier that defines the unit price used to calculate the charge.
Constraints
| Property | Value |
|---|---|
| Column Type | Dimension |
| Feature Level | Conditional |
| Allows Nulls | Yes |
| Data Type | String |
| Value Format | \<not specified> |