The Rating operation consists in calculating a price for a given transaction as if this transaction was billed as a single event without any associated commercial tarif plan, similar to the Pay-Per-ride in the metro where you pay for each trip you make.
Rating very often relates to time …
but can also relate to many other indicators such as Power consumption when charging your Electric Vehicle for example:
Depending on the power line, the rate per kWh is going to be different.
As the charging is not linear, the price will also depend on the level of charging or on the time you spent on the charging point.
As you can imagine, many Off-The-Shelf models are already available and we can invent and create many others. Our rating functional layer is flexible enough not to limit your creativity.
Thanks to a concept of look up table, we can aggregate the price lists in the way that suits you. For instance, at the rating level we could use the country where the call is made to assign it to a predefined tariff zone and then retrieve the right price to apply.
The billing operation is required to calculate the global amount of your invoice.
Usually manually launched on a dedicated batch of subscriptions, this consists in the following actions :
All these calculations are done net of tax which will be added by the following layer.
The last layer of this subscription planet relates to the taxation. Tax regimes are generally dependent on the countries and some as in North America have very specific rules applicable to the Telco business. In some instance, taxation is managed within the ERP or any accounting system. When this is the case, this layer is not used but be sure if you want to use it, BillingLabs can deal with any tax mechanisms and regimes.
VAT case :
All the rated and billed transactions have been mapped to a product code. Each product codes has a corresponding tax code that gives the VAT rate to apply. The taxing process sums all the transactions with the same tax code and applies the corresponding rate creating an additional transaction. This operation is performed by batches of transactions with the same tax code.
This system can be easily customized for additional tax regimes based on equivalent mechanisms.
North America specific case:
In some countries like the US, Canada, India and some South American countries, each transaction could be eligible for tax at multiple jurisdiction levels such as the city, county, state, federal levels. To make it even more complex, those regimes can vary over time and fortunately, third parties have developed dedicated systems we can interconnect to. So for each transaction, we push all the required information – usually the locations of the caller, the calling, the service and the billing address and the type of transaction (sub / event) – to this external system which will calculate the tax to be applied. As a result and in certain specific cases, it is not unusual to see more than one tax line per transaction. On BillingLabs side we retrieve the full lists of additional transactions to be aggregated and displayed on the invoice.
This optional layer is the last stop-over of our journey on the Subscription planet and it is now time to move to the Document planet.