Open APIs

 View Only
  • 1.  TMF 620 Product Modelling for Additional Chargable Items

    Posted 15 days ago

    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 valid approach ?

    Approach 2: Instead of creating a separate product offering like in approach 1, just create an additional charge item which will be additionally added when customer chooses any IPs other than the default 8. This way there is no need to maintain any separate offerings and COM to SOM is much more convenient. But the downside is, if on day 2 customer want to terminate this additional ips and go back to default 8 ips, i don't know how straight forward is the approach.

    Thank you for taking your time to reading it.



    ------------------------------
    Mahesh Kothamasu
    SP Telecommunications Pte Ltd
    ------------------------------


  • 2.  RE: TMF 620 Product Modelling for Additional Chargable Items

    Posted 10 days ago

    Experts, Any advice on this please ?



    ------------------------------
    Mahesh Kothamasu
    SP Telecommunications Pte Ltd
    ------------------------------



  • 3.  RE: TMF 620 Product Modelling for Additional Chargable Items

    TM Forum Member
    Posted 4 days ago

    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.
    ------------------------------



  • 4.  RE: TMF 620 Product Modelling for Additional Chargable Items

    TM Forum Member
    Posted 2 days ago
    Edited by Matthieu Hattab 2 days ago

    I don't think it's scalable to add offerings and prices for each possible combination of characteristic values.

    This is not necessarily true.

    Our handset supplier generates a very long list of handset product offerings with SKUs representing each combination of colour and memory for a single static recommended price. It's a very long list!

    They deliver to us via a SaaS PIM. that supplier itself works with manufacturer to collect the data and content.

    PS: I didn't realise Mahesh was asking to combine characteristic values (bandwidth charvalues and IP charvalues ), just a way to price extra charges if user select a higher number of IP addresses.



    ------------------------------
    Kind regards,

    Matthieu Hattab
    Lyse Platform
    ------------------------------



  • 5.  RE: TMF 620 Product Modelling for Additional Chargable Items

    TM Forum Member
    Posted 2 days ago

    Hi,

    There are many ways to model your requirements, but choosing the right one depends on many things, from market strategy, CX, type of customers or users, BSS and OSS capabilties...

    I suggest you read this trail: Product Modelling PlayBook

    It's important you have, at least, an awareness of the TMF PSR (Product-Service-Ressource) modelling technique.

    I also posted on various occasions, in this community, a comprehensive list of TMF assets dedicated to product catalogue. You should be able to find them easily.

    I didn't quite understand your approach 1 but we currently use approach 2 to model bandwidth price.

    TMF620 supports it.

    search for "prodSpecCharValueUse" or "ProductSpecificationCharacteristicValueUse" in both the API documentation and in this community.
    When searching the community, also search for "PSCVU" to see examples.

    That our payload for characteristic-value-based pricing, using the prodSpecCharValueUse technique.

    each price is first associated to the PO (not shown here) and then some prices are also associated to a specific charValue and such prices are only intanciated if the related charValue is selected:

    {
        "id": "POP0001",
        "priceType": "recurring",
        "price": {
            "unit": "NOK",
            "value": 779
        },
        "prodSpecCharValueUse": [
            {
                "name": "Bandwidth",
                "id": "PSC0010",
                "@type": "ProductSpecificationCharacteristicValueUse",
                "productSpecCharacteristicValue": [
                    {
                        "value": "100_100",
                        "displayName": "100/100 Mbit/s",
                        "@type": "CharacteristicValueSpecification"
                    }
                ]
            }
        ],
        "productSpecification": {
            "id": "FIBPS0002",
            "name": "Fiber Broadband ProdSpec",
            "@type": "ProductSpecificationRef"
        }
    }

    i don't know how straight forward is the approach.

    you don't worry about that. 

    This is covered by a "modify order" and all decent BSS must support "Asset-Based Ordering", i.e. taking an active product from the product inventory, make changes to it and submit a "modify order" to apply the changes in billing, provisioning etc.



    ------------------------------
    Kind regards,

    Matthieu Hattab
    Lyse Platform
    ------------------------------



  • 6.  RE: TMF 620 Product Modelling for Additional Chargable Items

    TM Forum Member
    Posted 2 days ago

    Thanks Matthieu

    Your proposed approach is what is currently supported by the price model in TMF620. But at least in our experience it is very unwieldy to have a separate POP for each combination. And this is the motivation behind and the source of my ongoing proposal to model parameterized pricing as a price table dependent on characteristic values. So a single POP with a table will model the price amount.



    ------------------------------
    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.
    ------------------------------



  • 7.  RE: TMF 620 Product Modelling for Additional Chargable Items

    Posted 2 days ago

    Thanks for your inputs Jonathan and Matthieu.

    Yes, its clearly evident that having a separate product offering & prices for each combination of characteristic values. I am sorry, i shouldn't be asking more details of the new proposal you are working on Jonathan, but can i ask if my approach is correct considering the below scenario.

    POP Process Term Contract Channel Bandwidth IP Address Price
    POP 1 Acquistion 12 Months online 1Gbps 8 Ips 10$
    Acquistion 12 Months online 1Gbps 16 Ips 15$
    Acquistion 12 Months online 2Gbps 8 Ips 20$
    Acquistion 12 Months online 2Gbps 16 Ips 25$
    Acquistion 12 Months in-store 1Gbps 8 Ips 10$
    Acquistion 12 Months in-store 1Gbps 16 Ips 15$
    Acquistion 12 Months in-store 2Gbps 8 Ips 20$
    Acquistion 12 Months in-store 2Gbps 16 Ips 25$
    Acquistion 24 Months online 1Gbps 8 Ips 10$
    Acquistion 24 Months online 1Gbps 16 Ips 15$
    Acquistion 24 Months online 2Gbps 8 Ips 20$
    Acquistion 24 Months online 2Gbps 16 Ips 25$
    Acquistion 24 Months in-store 1Gbps 8 Ips 10$
    Acquistion 24 Months in-store 1Gbps 16 Ips 15$
    Acquistion 24 Months in-store 2Gbps 8 Ips 20$
    Acquistion 24 Months in-store 2Gbps 16 Ips 25$
    POP 2 Retention 12 Months online 1Gbps 8 Ips 10$
    Retention 12 Months online 1Gbps 16 Ips 15$
    Retention 12 Months online 2Gbps 8 Ips 20$
    Retention 12 Months online 2Gbps 16 Ips 25$
    Retention 12 Months in-store 1Gbps 8 Ips 10$
    Retention 12 Months in-store 1Gbps 16 Ips 15$
    Retention 12 Months in-store 2Gbps 8 Ips 20$
    Retention 12 Months in-store 2Gbps 16 Ips 25$
    Retention 24 Months online 1Gbps 8 Ips 10$
    Retention 24 Months online 1Gbps 16 Ips 15$
    Retention 24 Months online 2Gbps 8 Ips 20$
    Retention 24 Months online 2Gbps 16 Ips 25$
    Retention 24 Months in-store 1Gbps 8 Ips 10$
    Retention 24 Months in-store 1Gbps 16 Ips 15$
    Retention 24 Months in-store 2Gbps 8 Ips 20$
    Retention 24 Months in-store 2Gbps 16 Ips 25$

    Every POP has process type, term contract, channel as mandatory/ optional based on the system requirement . And it can have additional ProdSpecCharValueUse (0..*) combinations that define pricing (in a nutshell i guess this is what matthieu has suggested above). I have to pass all this info to CPQ and CPQ decides the final price based on the UI selection. There is no constraint / policy that runs to come up with the pricing with the above approach.

     This approach is scalable, but wouldn't it cause maintenance overhead in case if a new characteristic / characteristic value is introduced in the above matrix of combinations.



    ------------------------------
    Mahesh Kothamasu
    SP Telecommunications Pte Ltd
    ------------------------------



  • 8.  RE: TMF 620 Product Modelling for Additional Chargable Items

    Posted 2 days ago

    My table doesn't show it clearly. POP1 is for the 'acquisition' combinations & POP2 is for 'retention' combinations. But is it even needed ? can we just maintain one POP for all combinations ?



    ------------------------------
    Mahesh Kothamasu
    SP Telecommunications Pte Ltd
    ------------------------------



  • 9.  RE: TMF 620 Product Modelling for Additional Chargable Items

    TM Forum Member
    Posted 2 days ago

    Hi Mahesh

    I'm going beyond what your table shows, since in my view also the contract term can be regarded as a pricing parameter, even though it's a property of ProductTerm and not formally a characteristic. Similarly for channel, which is a reference from ProductOrder and not a characteristic. So the entire table could be attached to a single POP. if that's the way you want to implement things. And for acquisition vs retention.

    Of course maintenance is needed to add new combinations to the table, but no more than would be needed with the current approach, adding an entire POP for a new combination.



    ------------------------------
    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.
    ------------------------------



  • 10.  RE: TMF 620 Product Modelling for Additional Chargable Items

    Posted 2 days ago

    Hi Jonathan,

    Agreed. Thanks for the insights.



    ------------------------------
    Mahesh Kothamasu
    SP Telecommunications Pte Ltd
    ------------------------------