Skip to content

Commit

Permalink
Update and rename usagetype.md to commitmentutilization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flanakin authored Oct 11, 2023
1 parent 9d8737d commit 4179fc6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 41 deletions.
37 changes: 37 additions & 0 deletions specification/dimensions/commitmentutilization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Commitment Utilization

Commitment Utilization indicates whether a charge utilized a commitment during the charge period. Commitment Utilization applies to all commitments and commitment types applied to the current charge. This includes, but is not limited to capacity commitments and commitment-based disocunts represented by the Commitment Disocunt ID. Commitment Utilization is commonly used to identify wastage when a commitment has not been used and to calculate commitment utilization.

The CommitmentUtilization column MUST be present and MUST NOT be null when a commitment is applied or CommitmentDiscountId is set. This column is of type String and MUST be one of the allowed values.

## Column ID

CommitmentUtilization

## Display Name

Commitment Utilization

## Description

Indicates whether a charge utilized a commitment during the charge period.

## Content Constraints

| Constraint | Value |
| :-------------- | :------------- |
| Column required | True |
| Data type | String |
| Allows nulls | True |
| Value format | list-of-values |

Allowed values:

| Value | Description |
|:---------|:---------------------------------------------------------------------------------------------------------------------------------------|
| Used | Charges that benefit from a discounted unit price due to one or more commitments. |
| Not Used | Charges that are a result of not fully utilizing a commitment. The line item reflects the capacity or monetary value that went unused. |

## Introduced (version)

1.0
41 changes: 0 additions & 41 deletions specification/dimensions/usagetype.md

This file was deleted.

0 comments on commit 4179fc6

Please sign in to comment.