SKIP_FUTURE_BALANCE_RECALC_ON_EXTREME_MINMAX
- Location
- system/ruleEngine/
- Description
- This parameter works with AUTO_RECALC_FUTURE_BALANCES parameter. If
AUTO_RECALC_FUTURE_BALANCES is set to True, then future balance
dates are included when the Rule Engine performs calculations. This is done to trigger
future balance violations if applicable.
See AUTO_RECALC_FUTURE_BALANCES.
You can optionally use the SKIP_FUTURE_BALANCE_RECALC_ON_EXTREME_MINMAX parameter to skip recalculating any future balance dates that have balances with extreme minimum and maximum values. The extreme minimum value is -999999, and the extreme maximum value is 999999. If a balance has an extreme minimum and maximum value, you can assume that balance changes on either the current or previous date won't lead to any future violations.
Set the value to true to enable this behavior. If the value is false, the future balances are always recalculated regardless of the balance values.
- Valid values
- true, false
- Default value
- false