CommitmentDiscountStatus
Commitment Discount Status · Cost and Usage dataset
- Feature level
- Conditional
- Data type
- String
- Allows nulls
- Yes
- Column type
- Dimension
What it is
Commitment Discount Status indicates whether the charge corresponds with the consumption of a commitment discount identified in the CommitmentDiscountId column or the unused portion of the committed amount. The CommitmentDiscountStatus column is only applicable to commitment discounts and not negotiated discounts.
Allowed values
| Used | Charges that utilized a specific amount of a commitment discount. |
| Unused | Charges that represent the unused portion of the commitment discount. |
Requirements (7)
Verbatim from the specification. These are the statements the validator checks against.
- CommitmentDiscountStatus MUST be of type String.
- CommitmentDiscountStatus MUST adhere to the following nullability requirements:
- CommitmentDiscountStatus MUST be null when CommitmentDiscountId is null.
- CommitmentDiscountStatus MUST NOT be null when CommitmentDiscountId is not null and ChargeCategory is "Usage".
- CommitmentDiscountStatus MUST be one of the allowed values.
- CommitmentDiscountStatus MUST be "Used" when the charge utilizes a specific amount of a given CommitmentDiscountId.
- CommitmentDiscountStatus MUST be "Unused" when the charge represents the unused portion of the given CommitmentDiscountId.
Check your own export
The FOCUS 1.4 validator checks this column and 122 others against your file, in your browser, with no size cap and nothing uploaded.
Other Cost and Usage columns
Definition taken from the FOCUS 1.4 specification. FOCUS is published by the FinOps Foundation under CC BY 4.0.
One column is a definition. A pipeline is a project.
Finitizer ingests FOCUS from every provider you run and reports across all of them.