Business Scenario
A cumulative rebate is based on cumulative sales over a particular period.
For example, if customer yearly sales achieve the target of 100,000 USD, the customer will be paid 1,000 USD. The payout frequency is quarterly. At the end of the quarter, the decision making goes as follows:
-
If the cumulative sale value is not achieved, the rebate will not be paid.
-
If the cumulative sale value is achieved, the rebate is paid and covers the previous quarters.
This is shown in the table:
|
Period |
Period Sales |
Cumulative Sales |
Period Rebate |
Cumulative Rebate |
|---|---|---|---|---|
|
Quarter 1 |
50,000 |
50,000 |
0 |
0 |
|
Quarter 2 |
60,000 |
110,000 |
500 |
500
|
|
Quarter 3 |
40,000 |
150,000 |
250 |
750 |
|
Quarter 4 |
70,000 |
220,000 |
250 |
1000 |
We can define the following rebate type for this sample:
-
Quarterly Cumulative Target Bonus – Based on a defined cumulative sales target per quarter. The customer receives the bonus if the target is achieved at each quarter.
Accelerator Package as Solution
|
Accelerator |
Accelerate Rebate Management Package |
|---|
Deploy Package
Deploy the Accelerate Rebate Management Package through PlatformManager.
Set up New Rebate Types
Define a rebate type with cumulative formulas for the rebate:
-
Go to RebateManager > Rebate Types.
-
Add a new rebate type.
-
Fill in the following details:
|
Name |
Quarterly Cumulative Target Bonus |
|---|---|
|
Label |
Quarterly Cumulative Target Bonus |
|
Pricing Logic |
RebateLogic |
|
Rebate Type |
Single Target Amount |
|
Payment Period |
Quarterly |
|
Target For |
Annual |
|
Rebate Formulas |
Cumulative |
Now you can use this rebate type in a rebate agreement
Notes:
-
The system simply applies the cumulative calculation if Target For is set to ‘Annual’.
-
If Payment Period is set to ‘Quarterly’, the system generates 4 rebate records for a year (one per quarter).