ECE SafetyNet - Extension Of getAvailableBalance
(Doc ID 2753493.1)
Last updated on FEBRUARY 22, 2021
Applies to:
Oracle Communications BRM - Elastic Charging Engine - Version 11.3.0.7.0 and laterInformation in this document applies to any platform.
Goal
On : 11.3.0.7.13 version, Rating business logic
The current implementation of the SafetyNet bases on the getAvailableBalance return for a given balance.
Unfortunately it is not good enough for all purposes as it returns the current balance minus total reserved amount. It doesn't work in the following situations:
- increasing counters (if we have increase type of balance impact on a counter with no credit limit)
- charge on monetary balance ( for example postpaid charge on Euro)
We need a similar method (getAvailableBalanceUpToCreditLimit) - one that will return something along the line: credit limit amount - total reserved amount.
This way we can use it for postpaid world and also remove the limitation on counters (now we can only apply decrease counters, not increase)
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |