3.3.1 Billing Currency
Dataset:
Contract Commitment
Column Type:
Dimension
Feature Level:
Mandatory
Data Type:
String
Since:
1.3
Billing currency is an identifier that represents the currency of a contract commitment.
3.3.1.1 Requirements
BillingCurrency MUST adhere to the following requirements:
- BillingCurrency MUST be of type String.
- BillingCurrency MUST conform to StringHandling requirements.
- BillingCurrency MUST conform to CurrencyFormat requirements.
- BillingCurrency MUST NOT be null when ContractCommitmentCategory is "Spend".
- BillingCurrency MUST match the currency used in the invoice generated by the invoice issuer.
- BillingCurrency MUST be expressed in national currency (e.g., USD, EUR).
3.3.1.4 Description
Represents the currency of a contract commitment.
Constraints
| Property | Value |
|---|---|
| Column Type | Dimension |
| Feature Level | Mandatory |
| Allows Nulls | Yes |
| Data Type | String |
| Value Format | Currency Format |