![]() |
Rule
|
Action
|
---|---|
Assignment rules
|
Sets target price stream value and ripples it to all other configured price streams.
|
Threshold rules
|
Sets target price stream value and ripples it to all other configured price streams.
|
Group Price Alignment rules (Leader-Follower, Simple Group, and Group Step Level)
|
Sets target price stream value and ripples it to all other configured price streams.
|
Rounding rules
|
Sets the rounded target price stream value and ripples it to all other configured price streams, then rounds each of the price stream values.
|
![]() |
The Ripple propagation mode uses the system defined price offsets as inputs to calculate price stream values. Therefore, it is very important to make sure that the system-defined price offsets are accurate at all times.
|
Rule
|
Action
|
---|---|
Assignment rules
|
Sets target price stream value only. No ripple effect.
|
Threshold rules
|
Sets target price stream value only. No ripple effect.
|
Group Price Alignment rules (Leader-Follower, Simple Group, and Group Step Level)
|
Sets target price stream value only. No ripple effect.
|
Rounding rules
|
Sets the rounded target price stream values.
|
![]() |
Custom Offset option is available when PRC_USE_CUSTOM_OFFSETS if set to true
|
Rule
|
Action
|
---|---|
Assignment rules
|
Sets target price stream value and all other configured price streams are calculated as per the offsets defined by user in Configurable Price Offset Code.
|
Threshold rules
|
Sets target price stream value and all other configured price streams are calculated as per the offsets defined by user in Configurable Price Offset Code.
|
Group Price Alignment rules (Leader-Follower, Simple Group, and Group Step Level)
|
Sets target price stream value and all other configured price streams are calculated as per the offsets defined by user in Configurable Price Offset Code.
|
Rounding rules
|
Sets the rounded target price stream value all other configured price streams are calculated as per the offsets defined by user in Configurable Price Offset Code, then rounds each of the price stream values.
|
Propagation Mode | Assignment Rule | Threshold Rule | Assignment Rule Output | Thrshold Rule Output | Rec New DNet | New Cust Price 1 | New Cust Price 2 | New Cust Price 3 |
---|---|---|---|---|---|---|---|---|
Ripple | 9% | 11% | 65.40 | 72.59 | 72.59 | 48.40 | 54.45 | 66.54 |
Independent | 9% | 11% | 65.40 | 72.59 | 72.59 | 40.00 | 45.00 | 55.00 |
Custom Offset | 9% | 11% | 65.40 | 72.59 | 72.59 | 48.40 | 54.45 | 66.54 |
Price Stream | Offset | Current Price |
---|---|---|
1 | 1.0000 | 60.00 |
2 | 0.6667 | 40.00 |
3 | 0.7500 | 45.00 |
4 | 0.9167 | 55.00 |
Ripple | Cust Price = Rec New DNet * Offset |
Independent | Cust Price = Current Cust Price |
Custom Offset | Cust Price = Rec New DNet * Offset (defined in Configurable Price Offset Code page_ |