-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WI #636: Corrections - Credits - Refunds #675
base: working_draft
Are you sure you want to change the base?
Conversation
added simple credit refund definition
ChargeClass Correction and corrections to charges in the current/open billing periodChargeClass Correction is currently defined as a correction to a previously invoiced billing period (e.g., refunds and credit modifications). We are considering the following options:
Introducing an additional value to capture corrections to charges in the current/open billing period, along with renaming the currently available value, would require changes but is the preferred approach.
Notes:
Something to consider:Regardless of whether we decide to expand the ChargeClass definition, we should consider tightening the rules around allowed discrepancies within Correction Handling, particularly concerning allowed nulls for [Pricing|Consumed|CommitmentDiscount] Units. For example, while the Pricing Unit MAY be null in the case of a correction to a previously invoiced billing period, we should consider allowing this only if the Pricing Quantity is null. In other words, we might specify that:
Current ChargeClass Correction mentions across FOCUS columns
|
how much do we care about the month end boundary for defining correction? |
@@ -64,6 +64,10 @@ A feature of [*commitment discounts*](#glossary:commitment-discount) that may fu | |||
|
|||
The agreed-upon unit price for a single [Pricing Unit](#pricingunit) of the associated SKU, inclusive of negotiated discounts, if present, and exclusive of any other discounts. This price is denominated in the [Billing Currency](#glossary:billingcurrency). | |||
|
|||
<a name="glossary:credit"><b>Credit</b></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is tricky because many vendors have the concept of a credit that fall under the scenario that we are giving either some level of usage for free OR some $ figure free. The specificity here indicates we are only considering an amount of usage. We may have pushback simply from the perspective that we are redefining something fairly well cemented in the market.
|
||
A positive balance or amount remaining for free/discounted usage of services that is provided independently of other charges. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A positive balance or amount remaining for free/discounted usage of services that is provided independently of other charges. |
@@ -64,6 +64,10 @@ A feature of [*commitment discounts*](#glossary:commitment-discount) that may fu | |||
|
|||
The agreed-upon unit price for a single [Pricing Unit](#pricingunit) of the associated SKU, inclusive of negotiated discounts, if present, and exclusive of any other discounts. This price is denominated in the [Billing Currency](#glossary:billingcurrency). | |||
|
|||
<a name="glossary:credit"><b>Credit</b></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AI: Merge definitions from #675 into #636 and remove the glossary term in #675.
<a name="glossary:credit"><b>Credit</b></a> |
Current definition in PR #636, based on this definition and an in-meeting discussion
Credit
A financial incentive or allowance granted by provider independently of other charges to offset costs in various scenarios.
<a name="glossary:refund"><b>Refund</b></a> | ||
|
||
A return/repayment of funds that have previously been charged. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
Within the FOCUS specification, the following examples demonstrate how a refund or credit appears across various usage scenarios. | ||
|
||
| Example Scenario | Item Description | ChargeCategory | ChargeClass | Volume | Rate | Cost | Billing Period Start | Charge Period Start | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things to consider here, applicable to all the tables that follow:
- Need to be consistent on spaces vs no spaces in the column headers.
ChargeCategory
vsItem Description
. - What FOCUS columns are
Volume
,Rate
, andCost
? We need to use the names of whatever those are. - Would prefer the rate in the examples to use something other than 1, so that Volume and Cost are different.
No description provided.