Previous Topic: Example of Fixed Charges

Next Topic: Import the Adapter Package

Example of Proportional Charges

Proportional adjustments divide the total extra charge or discount proportionally across all accounts, based on number of subscribers per account, as illustrated in this example.

The extra adjustment for a service is $20. Two accounts are subscribed to the service: Account-A and Account-B.

Account-A includes seven subscriptions, while Account-B includes three subscriptions.

The adjustments are calculated as follows:

Total number of subscriptions = 7 + 3 = 10

Total number of accounts = 2

Adjustment for Account-A = (20x7)/10 = 14

Adjustment for Account-B = (20x3)/10 = 6

Thus, Account-A receives a $14 adjustment, while Account-B receives a $6 adjustment.