Skip to content

Commit

Permalink
Editorial updates to CommitmentDiscountStatus (#575)
Browse files Browse the repository at this point in the history
### Action Item:
[TF1] Joaquin: To prepare editorial formatting updates by converting
targeted columns into bullet points, ensuring consistency across key
sections.

Co-authored-by: Irena Jurica <[email protected]>
  • Loading branch information
jpradocueva and ijurica authored Oct 30, 2024
1 parent 8492713 commit 110b062
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion specification/columns/commitmentdiscountstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*](#glossary: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*](#glossary: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

Expand Down

0 comments on commit 110b062

Please sign in to comment.