Original Message:
Sent: May 13, 2024 01:01
From: Jonathan Goldberg
Subject: TMF 620 Product Modelling for Additional Chargable Items
Hi Mahesh
It seems to me that your challenge is primarily one of bill presentment, rather than the underlying charge calculation. I don't think it's scalable to add offerings and prices for each possible combination of characteristic values.
So I would isolate this logic in your bill presentment solution, and keep the charge calculation model as simple as possible.
Please note that I am working on an enhancement to the Product Catalog API TMF620 signatures, to allow easier modeling for parameter-driven pricing. It's early days yet so I cannot tell you when this enhancement will be released.
------------------------------
Jonathan Goldberg
Amdocs Management Limited
Any opinions and statements made by me on this forum are purely personal, and do not necessarily reflect the position of the TM Forum or my employer.
Original Message:
Sent: May 06, 2024 23:22
From: Mahesh Kothamasu
Subject: TMF 620 Product Modelling for Additional Chargable Items
Experts, Any advice on this please ?
------------------------------
Mahesh Kothamasu
SP Telecommunications Pte Ltd
Original Message:
Sent: May 01, 2024 22:40
From: Mahesh Kothamasu
Subject: TMF 620 Product Modelling for Additional Chargable Items
Hi,
I have this below scenario and need suggestions on what would be the best modelling approach from you experts.
Say, our company is selling Broadband Internet. I configure this as below.
Broadband Internet (Simple Product Offering)
|_____ B/w (Characteristic) -> 100Mbps, 200Mbps ... (Characteristic Values)
|_____ IPs (Characteristic) -> 8 (default), 16, 24 ... (characteristic Values)
|_____ Broadband Monthly Fee (RC), Broadband Install Fee (OTC)
Now, once customer is purchasing the above offering, if they choose 16 IPs instead of default 8 IPs, i want to show additional charge in the bill like Additional IPs charge - $100. So, in order to achieve this, are below approaches correct ? if not, can suggest the best approach.
Approach 1: Create Additional IPs as another product offering and show it as recommendation during configuration. With this, customer can choose this upsell item and configure the required ips and to this product offering, OTC and RC pricing will be attached. This will be treated as a order item. But i want this product offering to be just a billable offering, the actual provisioning should happen on the parent Broadband Internet offering, which means, during ordering, what ever is the additional IPs chosen will be overwritten on the Broadband Internet parent order item, and this child order item will be automatically completed as soon as the parent order item is completed. The child shouldn't be sent to OSS systems for provisioning activities. Is this a vali