3.27 Contracted Unit Price
The Contracted Unit Price represents the agreed-upon unit price for a single Pricing Unit of the associated SKU, inclusive of negotiated discounts, if present, while excluding negotiated commitment discounts or any other discounts. This price is denominated in the Billing Currency. The Contracted Unit Price is commonly used for calculating savings based on negotiation activities. If negotiated discounts are not applicable, the Contracted Unit Price defaults to the List Unit Price.
The ContractedUnitPrice column adheres to the following requirements:
- ContractedUnitPrice MUST be present in a FOCUS dataset when the provider supports negotiated pricing concepts.
- ContractedUnitPrice adheres to the following additional requirements:
- ContractedUnitPrice MUST be of type Decimal.
- ContractedUnitPrice MUST conform to NumericFormat requirements.
- ContractedUnitPrice nullability is defined as follows:
- ContractedUnitPrice MUST be null when ChargeCategory is "Tax".
- ContractedUnitPrice MUST NOT be null when ChargeCategory is "Usage" or "Purchase" and ChargeClass is not "Correction".
- ContractedUnitPrice MAY be null in all other cases.
- When ContractedUnitPrice is not null, ContractedUnitPrice adheres to the following additional requirements:
- ContractedUnitPrice MUST be a non-negative decimal value.
- ContractedUnitPrice MUST be denominated in the BillingCurrency.
- The product of ContractedUnitPrice and PricingQuantity MUST match the ContractedCost when PricingQuantity is not null and ChargeClass is not "Correction".
- Discrepancies in ContractedUnitPrice, ContractedCost, or PricingQuantity MAY exist when ChargeClass is "Correction".
3.27.3 Description
The agreed-upon unit price for a single Pricing Unit of the associated SKU, inclusive of negotiated discounts, if present, while excluding negotiated commitment discounts or any other discounts.
3.27.4 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 |