diff --git a/specification/columns/billingcurrency.md b/specification/columns/billingcurrency.md index 8dfd03818..1fa772ba9 100644 --- a/specification/columns/billingcurrency.md +++ b/specification/columns/billingcurrency.md @@ -2,7 +2,12 @@ [*Billing currency*](#glossary:billing-currency) is an identifier that represents the currency that a charge for [*resources*](#glossary:resource) or [*services*](#glossary:service) was billed in. Billing Currency is commonly used in scenarios where costs need to be grouped or aggregated. -The BillingCurrency column MUST be present in a [*FOCUS dataset*](#glossary:FOCUS-dataset). BillingCurrency MUST match the currency used in the invoice generated by the invoice issuer. This column MUST be of type String and MUST NOT contain null values. BillingCurrency MUST conform to [Currency Code Format](#currencycodeformat) requirements. +The BillingCurrency column adheres to the following requirements: + +* The BillingCurrency column MUST be present in a [*FOCUS dataset*](#glossary:FOCUS-dataset). +* BillingCurrency MUST match the currency used in the invoice generated by the invoice issuer. +* This column MUST be of type String and MUST NOT contain null values. +* BillingCurrency MUST conform to [Currency Code Format](#currencycodeformat) requirements. ## Column ID