Skip to content

Commit

Permalink
Adding Content - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodney committed Oct 10, 2023
1 parent b3a319d commit 137bf55
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions specification/dimensions/pricingmodel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Pricing Model

A commitment-based discount is a contractual commitment in exchange for a discounted unit price. These discounts may be available for spend-based commitments or resource-based commitments, depending on the Provider's offerings.

This column determines whether the commitment is based on a minimum spend or minimum usage.

The PricingModel column MUST be present in the billing data. This column must be of type String, MUST be null when CommitmentDiscountId is null, and MUST NOT be null when CommitmentDiscountId is not null.

The PricingModel MUST be one of the allowed values.

## Column ID

PricingModel

## Display name

Pricing Model

## Description

The type of commitment agreed to in exchange for the discounted unit price.

## Content constraints

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

Allowed values:

| Value | Description |
|:---------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Spend-Based | Commitments are purchased and measured in terms of the dollars per hour of equivalent on-demand spend. |
| Usage-Based | Commitments are purchased and measured in terms of the underlying resource usage. |

## Introduced (version)

1.0

0 comments on commit 137bf55

Please sign in to comment.