Skip to content

Commit

Permalink
Merge branch 'commitment-discount-quantity-unit-consistency-draft' of…
Browse files Browse the repository at this point in the history
… github.com:FinOps-Open-Cost-and-Usage-Spec/FOCUS_Spec into commitment-discount-quantity-unit-consistency-draft
  • Loading branch information
cnharris10 committed Sep 27, 2024
2 parents b7bc829 + ef66c4c commit 20c0f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/columns/commitmentdiscountquantity.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The CommitmentDiscountQuantity column adheres to the following requirements:

* CommitmentDiscountQuantity MUST be present in a FOCUS dataset when the provider supports *commitment discounts*.
* CommitmentDiscountQuantity MUST be of type Decimal and MUST conform to [Numeric Format](#numericformat) requirements.
* CommitmentDiscountQuantity MAY be null or any valid decimal value if *ChargeClass* is "Correction".
* CommitmentDiscountQuantity MAY be null or any valid decimal value if [*CommitmentDiscountId*](#commitmentdiscountid) is not null and [*ChargeClass*](#chargeclass) is "Correction".

In cases where the *ChargeCategory* is "Purchase" and [*CommitmentDiscountId*](#commitmentdiscountid) is not null, the following applies:
In cases where the *ChargeCategory* is "Purchase" and *CommitmentDiscountId* is not null, the following applies:

* When [*ChargeFrequency*](#chargefrequency) is "One-Time", and *CommitmentDiscountId* is not null, CommitmentDiscountQuantity MUST be the positive quantity of *CommitmentDiscountUnits*, paid fully or partially upfront, that is eligible for consumption over the *commitment discount's* *term*.
* When *ChargeFrequency* is "Recurring", and *CommitmentDiscountId* is not null, CommitmentDiscountQuantity MUST be the positive quantity of *CommitmentDiscountUnits* that is eligible for consumption for each *charge period* that corresponds with the purchase.
Expand Down

0 comments on commit 20c0f27

Please sign in to comment.