From a357d58bec48debcb6083560f94c093ad1b85d6f Mon Sep 17 00:00:00 2001 From: Joaquin Date: Sat, 28 Sep 2024 06:24:13 -0700 Subject: [PATCH] Editorial updates to CommitmentDiscountStatus --- specification/columns/commitmentdiscountstatus.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/columns/commitmentdiscountstatus.md b/specification/columns/commitmentdiscountstatus.md index edc382186..e3a14cd12 100644 --- a/specification/columns/commitmentdiscountstatus.md +++ b/specification/columns/commitmentdiscountstatus.md @@ -2,7 +2,11 @@ Commitment Discount Status indicates whether the charge corresponds with the consumption of a [*commitment discount*](#glossary:commitment-discount) identified in the CommitmentDiscountId column or the unused portion of the committed amount. The CommitmetnDiscountStatus column is only applicable to *commitment discounts* and not [*negotiated discounts*](#glossary:negotiated-discount). -The CommitmentDiscountStatus column MUST be present in a FOCUS dataset when the provider supports *commitment discounts*. This column MUST be of type String, MUST be null when [CommitmentDiscountId](#commitmentdiscountid) is null, and MUST NOT be null when CommitmentDiscountId is not null and [Charge Category](#chargecategory) is "Usage". CommitmentDiscountStatus MUST be one of the allowed values. +The CommitmentDiscountStatus column adheres to the following requirements: + +* The CommitmentDiscountStatus column MUST be present in a FOCUS dataset when the provider supports *commitment discounts*. +* This column MUST be of type String, MUST be null when [CommitmentDiscountId](#commitmentdiscountid) is null, and MUST NOT be null when CommitmentDiscountId is not null and [Charge Category](#chargecategory) is "Usage". +* CommitmentDiscountStatus MUST be one of the allowed values. ## Column ID