SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Computer Engineering (IOSRJCE)
ISSN: 2278-0661 Volume 3, Issue 2 (July-Aug. 2012), PP 12-17
www.iosrjournals.org

   Needs Assessment Approach To Product Bundling In Banking
                          Enterprise
             Shreyas Suresh Rao, Salma Banu N K, Sowjanya Lakshmi A
        Computer Science & Engineering Sir M Visvesvaraya Institute of Technology Bangalore, India


Abstract: In this paper, we propose a needs assessment based approach to achieve product bundling in a
retail banking enterprise setup. Product bundling involves grouping together different products/ services
belonging to the same/ different lines of business in a bank and offering the bundle to the customer of the bank.
The proposed approach helps banks understand the needs of the customer and recommend product bundles.
Needs Assessment should be accessible across all the delivery channels of the bank. The paper proposes a multi
layered architecture to achieve the same.
Keywords: needs assessment, product bundle, banking enterprise, multi layered architecture

                                              I.        Introduction
          Banking enterprise comprises of various lines of businesses (LOBs) like Retail, Business Banking &
Commercial. Each LOB offers various products/ services to bank‟s customers. The scope of the paper is with
respect to retail banking.
          The challenges in banking industry are forcing banks to renovate their core systems to survive fierce
competition. [1]
          Traditionally, banks sell one or more products to customers based on the needs of the customers. A
recent approach to increase revenue in banks is to bundle different products & sell them as a package to the
customer.
          Banks are always seeking more flexible and efficient ways to package and price their products in order
to attract new customers and sell more products to their existing customers. In addition, the economic downturn
has brought a greater focus on efficiency and cost reduction. [2]
To successfully achieve customer-centric initiatives, while at the same time reducing costs, banks must invest in
enterprise product agility.
          Product agility is the ability to sense market changes and rapidly react to those changes by bringing the
right product bundles to market at the right time.
There are significant results for online banking offerings within product bundling. Wells Fargo indicated 50%
less attrition of customers and Bank of America indicated 55% less attrition of customers due to product
bundling. [3]
          A Customer is a client of the bank who already has a relationship with the bank i.e., has one or more
products of the bank. A prospect is a potential customer who is yet to have a relationship with the bank.
Product Bundling is the process of grouping different products/services of the bank within/ across different
LOBs & offering the bundle to the customer/ prospect. Bank gains from this by being able to sell/cross-sell
more products to a single customer & customer gains by getting discounted rates for the bundle products as
compared to their individual product prices.

This paper provides an insight into the precursor activity to product bundling which shall consist of the
following steps:
 Needs Assessment where the bank understands the needs of the customer.
 Analysis of the Needs Assessment (Business logic to perform analysis).
 Recommendation of different products/ services to the customer to create a bundle.
 Selection of products to create a new product bundle.
     The above mentioned activities must be available across all the different delivery channels of the bank i.e
Internet banking, Mobile banking, Branch, Bank website etc.
At this stage, Customer selects a custom product bundle after the needs assessment.

Next activity:
         Creation of the custom product bundle – this stage involves the activities needed to create a new
product bundle. This stage is out of scope in this paper.

                                             www.iosrjournals.org                                        12 | Page
Needs Assessment Approach to Product Bundling in Banking Enterprise
                                  II.      Stages of Needs Assessment
The stages of needs assessment are given below: (Also depicted in figure1)

 A. Needs Assessment Questionnaire
          In this stage, the bank understands the needs of the customer with respect to custom product bundle
creation.
          A set of questions shall be asked to the Prospect/ Customer which forms the basis of needs assessment.
The questions shall be categorized for Prospect and Customer.
The categories shall be:
 Personal questions for the Prospect to capture their profile details.
 Bundle related questions for both Prospect and Customer.
    The Prospect/ Customer answer the questions in the needs assessment questionnaire and submit the
questionnaire.
    Customer can save the needs assessment midway across any of the channels and later come back to re-
access the saved needs assessment and continue.
B. Analysis of the Needs Assessment
         Business rule defines or constraints one aspect of business i.e., intended to assert business, structure or
influence the behaviour of business. [4]
         Once the customer submits the needs assessment questionnaire, analysis of the needs shall be done
based on a set of business rules which map the customer selected answers to pre-existing business rules.

C. Recommendation of Products
          Customer is presented the list of products/ services represented in the retail product bundle to create
custom bundle based on the needs assessment.
The list includes:
 Products which are recommended by Needs Assessment analysis.
 Un-recommended products - which are not recommended by needs assessment analysis but can be
    eventually selected by the customer for custom bundle.
 Products/ services already owned by the customer
 The products shall be further classified as “Mandatory” and “Optional” products. Mandatory products are
    always recommended.

 D. Selection of products by Customer
         Customer can select products which are new or existing (which customer already has) to create custom
product bundle.
Mandatory products have to be selected and optional products may/may not be selected.

                                  III.           High Level Architecture
         Architecture shall be a Multi-Layered architecture with Service Orientation.
Service orientation provides the ability to integrate disparate solutions more easily. [5]
High Level Architecture is depicted in Figure 3.

The following shall be the different layers of the architecture:
A.       Presentation Layer
`This layer contains the user interface components and presentation logic for the application. The user interface
components cater to the different delivery channels like Internet banking, Mobile banking, Branch, Bank
website which have different software requirements. The Customer (through Internet or mobile banking or bank
website) or Bank user (through branch) shall access this layer.

B.      Business Layer
        This layer acts as an application facade which redirects the received requests from Presentation layer to
appropriate Service layer or Data layer requests.

C.       Service Layer
         This layer shall consist of various business level services used for needs assessment. The important
aspect of using business services is reusability [6]. The same services can be reused, if, in the future needs
assessment needs to be done for business banking or commercial lines of business.
The following are some of the business level services identified:


                                              www.iosrjournals.org                                        13 | Page
Needs Assessment Approach to Product Bundling in Banking Enterprise
    Needs Assessment Service - Shall be an umbrella/ composite service to retrieve questionnaire for needs
     assessment and for submission of needs assessment answers.
    Business Rules Service
    Recommendation Service - Shall provide the recommended/ un-recommended/ existing customer products
     based on the needs assessment carried out.

D.       Service Integration Layer
         This layer comprises of existing banking services for retail line of business. The Services layer shall
interact with this layer to extract existing customer profile information or product information. [7]

E.       Data Layer
         This layer contains the data access capabilities of the needs assessment system and interacts with data
sources and external systems of retail banking.

F.      Cross Cutting Concerns Layer
        This layer contains the common utilities that are required for the entire application (needs assessment
and product bundling applications)
The common utilities are:
 Authentication and Authorization – based on the delivery channel requirements
 Security – based on the delivery channel requirements
 Logging – includes application and exception logging

Business Rules
 A business rules engine/ XML shall be designed which contains mapping between the answers of needs
    assessment and the products to be recommended for the same.
 The analysis will be done for the needs assessment based on the rules in the rules engine/XML file.
 A business rules service shall be designed for this job.

Database Architecture:
         Below is briefly explained the logical entities of needs assessment. Description is provided only for
selected entities and attributes.
Entity relationship (ER) diagram is provided in Figure 2.

                                          NeedsAssessmentType
                               Attribute Name               Description
                          NeedsAssessmentTypeId      Unique Identifier
                                                     Uniquely identifies the type
                          NeedsAssessmentTypeName
                                                     of Needs Assessment.

                                          NeedsAssessmentVersion
                                  Attribute Name              Description
                            NeedsAssessmentVersionId Unique Identifier
                                                       Foreign key reference to
                            NeedsAssessmentTypeId      NeedsAssessmentType
                                                       entity
                                                       Version     of     needs
                            Version
                                                       assessment
                                                       Effective date of needs
                            EffectiveDate
                                                       assessment version
                                                       Expiry date of needs
                            ExpiryDate
                                                       assessment version

                                          NeedsAssessmentData
                             Attribute Name               Description
                        NeedsAssessmentDataId       Unique Identifier
                                                    Reference of Customer who is
                        CustomerId
                                                    doing needs assessment

                                            www.iosrjournals.org                                       14 | Page
Needs Assessment Approach to Product Bundling in Banking Enterprise
                                             NeedsAssessmentData
                                Attribute Name               Description
                        Status                                      Status of needs assessment
                                                                    Channel through                             which needs
                        Channel
                                                                    assessment done

                                                                   Customer
                                           Attribute
                                                                                Description
                                            Name
                                          CustomerId              Unique Identifier
                                                                  Uniquely identifies                              the
                                          PanNumber
                                                                  customer

                                                                    Product
                                       Attribute Name                                   Description
                                   ProductId                                      Unique Identifier
                                   ProductName                                    Name of the Product
                                                                                  Reference           to
                                   NeedsAssessmentTypeId                          NeedsAssessmentType
                                                                                  entity

                                           RecommendationData
                               Attribute Name              Description
                           RecommendationDataId Unique Identifier
                                                 Reference to Needs Assessment
                           NeedsAssessmentDataId
                                                 Data entity
                                                 Reference to Product entity.
                           ProductId             Recommended product by the
                                                 system

                                           ProductSelectionData
                              Attribute Name                Description
                          ProductSelectionDataId Unique Identifier
                                                  Reference to Needs Assessment
                          NeedsAssessmentDataId
                                                  Data entity
                                                  Reference to Product entity.
                          ProductId               Selected Product by the
                                                  customer

                                                         IV.                Figures

                                              DELIVERY CHANNELS



                                                                                                     BANK

                                                                                                   Submit
                                              MOBILE BANKING


                                                                       Needs Assessment                      Needs Assessment Analysis
                                                                         Questionnaire
                                                                                                                    Analysis result




                             CUSTOMER/            BRANCH
                        BANK REPRESENTATIVE
                                                                                                 Recommend


                                                                         Product/Service
                                                                            Selection                            Product/ Service
                                                                                                                 Recommendation
                                              INTERNET BANKING




                                                                     Product Bundling Activity




Figure 1: Pictorial representation of the Needs Assessment System. The highlighted boundary in „blue‟ indicates
                                              the scope of this paper.


                                                           www.iosrjournals.org                                                          15 | Page
Needs Assessment Approach to Product Bundling in Banking Enterprise
                                                                                        NeedsAssessmentType
                                                                                  PK   NeedsAssessmentTypeId

                                                                                       NeedsAssessmentTypeName
                                                                                       Description




                                                                                                                        RecommendationData
                                                                                                                                                                   *
                                    *                                                                            PK     RecommendationDataId

                                                                        NeedsAssessmentData                      FK1    NeedsAssessmentDataId
                                                                                                                 FK2    ProductId                    *                      Product
                     NeedsAssessmentVersion                                                              *
                                                               PK        NeedsAssessmentDataId                   FK1    NeedsAssessmentVersionId
                                                               PK,FK2    NeedsAssessmentVersionId                                                            PK        ProductId
               PK    NeedsAssessmentVersionId

                                                               FK1       CustomerId                                                                                    ProductName
               FK1   NeedsAssessmentTypeId                                                                                                       *
                                                                         Status                                                                              FK1       NeedsAssessmentTypeId
                     Version
                     EffectiveDate                                       CreatedDate
                                                                         LastModifiedDate                                 ProductSelectionData
                     ExpiryDate
                                                           *             Channel                             *
                                                                                                                  PK     ProductSelectionDataId

                                                                                                                  FK1    NeedsAssessmentDataId
                                                                                       *                          FK2    ProductId
                                                                                                                         IsNew
                                                                                                                         Message
                              Customer
                                                                                                                  FK1    NeedsAssessmentVersionId
                         PK   CustomerId

                              FirstName
                              MiddleInitial
                              LastName
                              EmailAddress
                              PanNumber
                              PhoneNumber
                              Address
                              Address1
                              Address2
                              City
                              State
                              Zip
                              Country


                              Figure 2: Logical Entity-Relationship diagram of Needs Assessment


                                                                              Architecture


                                                                                            External
                                                                                            Systems
                                                     Customer/ Bank User




                                                                                                                                             Cross Cutting Concerns
                               Presentation Layer



                                                                                                                                                         Authentication
                                                                                                                                                              and
                                                                Presentation                                                                             Authorization
                                     User Interface
                                                                   Logic




                                                                                                                                                            Security



                              Business Layer




                                                                                                                                                            Logging
                                                Business Logic




                                                                                                                                Data Layer
        Service Layer



                                          Service                                                                                                        Data Access
                                         Interface




                Needs Assessment                           Recommendation
                    Service                                    Service


                                                     Business Rules
                                                        Service
                                                                                                                                    Data Source                                    Existing
                                                                                                                                                                                   System



                                                 Business Rules




                                                               Service Integration Layer




                                                                                            Existing Services




                                                                                             Existing
                                                                                             System




                                 Figure 3: Depicts the Needs Assessment High Level Architecture

                                                 V.                   Assumptions/ Dependencies
   The Needs Assessment approach is limited to “Retail” Line of Business.
   The Product Bundle contains a fixed set of retail products and is not modifiable.
    Customer‟s profile and product information is maintained in some database/ datawarehouse within the
    retail banking.
                                                                      www.iosrjournals.org                                                                                                     16 | Page
Needs Assessment Approach to Product Bundling in Banking Enterprise
     Focus is on needs assessment for bundle creation and not on existing bundle maintenance.
     The term “Existing Products” refers to the set of retail products already owned by the customer.
     Retail Line of Business has services which already have been built and interact with existing systems to
      retrieve customer and product related information.

                                                  VI.             Conclusion
         This paper provides details on a needs assessment based approach to custom retail product bundling in
a banking enterprise setup. It includes the different stages of needs assessment, proposes a high level
architecture (layered and service oriented) needed to realise the needs assessment requirement.
Future work to this paper can include:
 Extending the requirements to include other Lines of Business like Business Banking and Commercial.
 Detail the requirements and architecture for existing product bundle maintenance using needs assessment.

                                                            References
[1]     Rong Liu, Frederick Wu, Yasodhar Patnaik, Santosh Kumaran, “Business Entities: An SOA Approach to progressive core banking
        renovation,”, scc, pp.466-473,2009 IEEE International Conference on Services Computing, 2009.
[2]     Camilion Solutions, “Enterprise Product Agility enables Dynamic Product Bundling”, 2010.
[3]     Brian King, BenchMark Consulting International, “Consumer Lending Cross-Sell and Product Bundling”, July 2006.
[4]     ERIC RIES, “The Lean Startup: How Today‟s Entrepreneurs use continuous innovation to create radically successful business”,
        September 13, 2011.
[5]     Christine Barry, Oracle Financial Services, “Core Banking replacements and the benefits of service-oriented architectures”, Oracle
        White Paper, January 2009.
[6]     Eswar Ganesan, Ramesh Paturi, “Building Blocks for Enterprise Business Architecture”, SETLabs briefings, VOL 6, NO 4, 2008.
[7]     Srinivasan M S, Gnanapriya C, “Transformation of Enterprise Product Management for Rapid Launch of Next Generation
        Products”, Infosys White Paper, March 2009 .




                                                      www.iosrjournals.org                                                    17 | Page

More Related Content

What's hot

Service innovation tys
Service innovation tysService innovation tys
Service innovation tysJoseph Tham
 
IRJET- Credit Profile of E-Commerce Customer
IRJET- Credit Profile of E-Commerce CustomerIRJET- Credit Profile of E-Commerce Customer
IRJET- Credit Profile of E-Commerce CustomerIRJET Journal
 
Ifw framework for banking industry presentation
Ifw framework for banking industry presentationIfw framework for banking industry presentation
Ifw framework for banking industry presentationRavi Sarkar
 
lovelock-ppt-chapter-03
lovelock-ppt-chapter-03 lovelock-ppt-chapter-03
lovelock-ppt-chapter-03 Haroon Khan
 
SQ Project Guidelines (Part Three) - July 2013
SQ Project Guidelines (Part Three) - July 2013SQ Project Guidelines (Part Three) - July 2013
SQ Project Guidelines (Part Three) - July 2013SQAdvisor
 
SQ Lecture Ten - Improving Service Quality and Productivity (Ch 14)
SQ Lecture Ten - Improving Service Quality and Productivity (Ch 14)SQ Lecture Ten - Improving Service Quality and Productivity (Ch 14)
SQ Lecture Ten - Improving Service Quality and Productivity (Ch 14)SQAdvisor
 
Creating service product-lovelock04
Creating service product-lovelock04Creating service product-lovelock04
Creating service product-lovelock04Jamil Ahmed AKASH
 
Angelina's Assignment Complete (17 May)
Angelina's Assignment Complete (17 May)Angelina's Assignment Complete (17 May)
Angelina's Assignment Complete (17 May)Angelina Ling
 
Chapter 03
Chapter 03Chapter 03
Chapter 03anjixm
 
Leadership Communication
Leadership CommunicationLeadership Communication
Leadership CommunicationBobbyOlszewski
 
SQ Lecture Five : Promoting and Educating Customers & Designing and Managing ...
SQ Lecture Five : Promoting and Educating Customers & Designing and Managing ...SQ Lecture Five : Promoting and Educating Customers & Designing and Managing ...
SQ Lecture Five : Promoting and Educating Customers & Designing and Managing ...SQAdvisor
 
SQ Lecture Eleven - Change Management and Service Leadership
SQ Lecture Eleven - Change Management and Service LeadershipSQ Lecture Eleven - Change Management and Service Leadership
SQ Lecture Eleven - Change Management and Service LeadershipSQAdvisor
 
2468 process innovation & enterprise architecture -(foundation for operation...
2468  process innovation & enterprise architecture -(foundation for operation...2468  process innovation & enterprise architecture -(foundation for operation...
2468 process innovation & enterprise architecture -(foundation for operation...Ravi Sarkar
 

What's hot (18)

Service innovation tys
Service innovation tysService innovation tys
Service innovation tys
 
IRJET- Credit Profile of E-Commerce Customer
IRJET- Credit Profile of E-Commerce CustomerIRJET- Credit Profile of E-Commerce Customer
IRJET- Credit Profile of E-Commerce Customer
 
Ifw framework for banking industry presentation
Ifw framework for banking industry presentationIfw framework for banking industry presentation
Ifw framework for banking industry presentation
 
Proc contracts part1
Proc contracts part1Proc contracts part1
Proc contracts part1
 
lovelock-ppt-chapter-03
lovelock-ppt-chapter-03 lovelock-ppt-chapter-03
lovelock-ppt-chapter-03
 
Sm5 scottsdalepresentation
Sm5 scottsdalepresentationSm5 scottsdalepresentation
Sm5 scottsdalepresentation
 
SQ Project Guidelines (Part Three) - July 2013
SQ Project Guidelines (Part Three) - July 2013SQ Project Guidelines (Part Three) - July 2013
SQ Project Guidelines (Part Three) - July 2013
 
SQ Lecture Ten - Improving Service Quality and Productivity (Ch 14)
SQ Lecture Ten - Improving Service Quality and Productivity (Ch 14)SQ Lecture Ten - Improving Service Quality and Productivity (Ch 14)
SQ Lecture Ten - Improving Service Quality and Productivity (Ch 14)
 
Business marketing
Business marketingBusiness marketing
Business marketing
 
Creating service product-lovelock04
Creating service product-lovelock04Creating service product-lovelock04
Creating service product-lovelock04
 
Angelina's Assignment Complete (17 May)
Angelina's Assignment Complete (17 May)Angelina's Assignment Complete (17 May)
Angelina's Assignment Complete (17 May)
 
Chapter 03
Chapter 03Chapter 03
Chapter 03
 
Leadership Communication
Leadership CommunicationLeadership Communication
Leadership Communication
 
SQ Lecture Five : Promoting and Educating Customers & Designing and Managing ...
SQ Lecture Five : Promoting and Educating Customers & Designing and Managing ...SQ Lecture Five : Promoting and Educating Customers & Designing and Managing ...
SQ Lecture Five : Promoting and Educating Customers & Designing and Managing ...
 
Customer Excellence 20121017
Customer Excellence 20121017Customer Excellence 20121017
Customer Excellence 20121017
 
SQ Lecture Eleven - Change Management and Service Leadership
SQ Lecture Eleven - Change Management and Service LeadershipSQ Lecture Eleven - Change Management and Service Leadership
SQ Lecture Eleven - Change Management and Service Leadership
 
Oracle i procurement
Oracle i procurementOracle i procurement
Oracle i procurement
 
2468 process innovation & enterprise architecture -(foundation for operation...
2468  process innovation & enterprise architecture -(foundation for operation...2468  process innovation & enterprise architecture -(foundation for operation...
2468 process innovation & enterprise architecture -(foundation for operation...
 

Viewers also liked (9)

H0334749
H0334749H0334749
H0334749
 
A0110104
A0110104A0110104
A0110104
 
D0362035
D0362035D0362035
D0362035
 
G0314043
G0314043G0314043
G0314043
 
B0110508
B0110508B0110508
B0110508
 
B0340710
B0340710B0340710
B0340710
 
G0333946
G0333946G0333946
G0333946
 
G0135059
G0135059G0135059
G0135059
 
Violation of tribal right in north east India
Violation of tribal right in north east IndiaViolation of tribal right in north east India
Violation of tribal right in north east India
 

Similar to C0321217

Needs Assessment Approach To Product Bundling In Banking Enterprise
Needs Assessment Approach To Product Bundling In Banking  EnterpriseNeeds Assessment Approach To Product Bundling In Banking  Enterprise
Needs Assessment Approach To Product Bundling In Banking EnterpriseIOSR Journals
 
02 CH BUS 644null1147872.4eng - iTunPGAP0eng - iTunNORM.docx
02 CH BUS 644null1147872.4eng - iTunPGAP0eng - iTunNORM.docx02 CH BUS 644null1147872.4eng - iTunPGAP0eng - iTunNORM.docx
02 CH BUS 644null1147872.4eng - iTunPGAP0eng - iTunNORM.docxhoney725342
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
2Photo of a man holding a knight chess piece and using it to tip.docx
2Photo of a man holding a knight chess piece and using it to tip.docx2Photo of a man holding a knight chess piece and using it to tip.docx
2Photo of a man holding a knight chess piece and using it to tip.docxtamicawaysmith
 
ApproachForTransformationArchitecture
ApproachForTransformationArchitectureApproachForTransformationArchitecture
ApproachForTransformationArchitectureVivek Niwas
 
Credit Base Line Profile March 09
Credit Base Line Profile March 09Credit Base Line Profile March 09
Credit Base Line Profile March 09Mike Oswald
 
Final flexiqube
Final flexiqubeFinal flexiqube
Final flexiqubedrriya
 
User Requirements, Functional and Non-Functional Requirements
User Requirements, Functional and Non-Functional RequirementsUser Requirements, Functional and Non-Functional Requirements
User Requirements, Functional and Non-Functional RequirementsMark Opanasiuk
 
Oracle White Paper: Re-Engineer Your Cash Flow Cycle With Oracle Credit &...
Oracle White Paper: Re-Engineer Your Cash Flow Cycle With Oracle Credit &...Oracle White Paper: Re-Engineer Your Cash Flow Cycle With Oracle Credit &...
Oracle White Paper: Re-Engineer Your Cash Flow Cycle With Oracle Credit &...amadhireddy
 
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...IRJET Journal
 
Annamalai solved mba assignments 9967480770
Annamalai solved mba assignments 9967480770Annamalai solved mba assignments 9967480770
Annamalai solved mba assignments 9967480770PRADEEP SHARMA
 
Busienss intelligence in banking sector
Busienss intelligence in banking sectorBusienss intelligence in banking sector
Busienss intelligence in banking sectorCSC
 
Product and Services Design & Development
Product and Services Design & DevelopmentProduct and Services Design & Development
Product and Services Design & DevelopmentRaj Vardhan
 
Pricing Models in IT Industry
Pricing Models in IT IndustryPricing Models in IT Industry
Pricing Models in IT IndustryVivekanandan M
 
Business Requirements development
Business Requirements development Business Requirements development
Business Requirements development Mark Opanasiuk
 
Service design for mobile banking
Service design for mobile bankingService design for mobile banking
Service design for mobile bankingDhruv Jhawer
 
IRJET- Product Aspect Ranking and its Application
IRJET-  	  Product Aspect Ranking and its ApplicationIRJET-  	  Product Aspect Ranking and its Application
IRJET- Product Aspect Ranking and its ApplicationIRJET Journal
 

Similar to C0321217 (20)

Needs Assessment Approach To Product Bundling In Banking Enterprise
Needs Assessment Approach To Product Bundling In Banking  EnterpriseNeeds Assessment Approach To Product Bundling In Banking  Enterprise
Needs Assessment Approach To Product Bundling In Banking Enterprise
 
02 CH BUS 644null1147872.4eng - iTunPGAP0eng - iTunNORM.docx
02 CH BUS 644null1147872.4eng - iTunPGAP0eng - iTunNORM.docx02 CH BUS 644null1147872.4eng - iTunPGAP0eng - iTunNORM.docx
02 CH BUS 644null1147872.4eng - iTunPGAP0eng - iTunNORM.docx
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
2Photo of a man holding a knight chess piece and using it to tip.docx
2Photo of a man holding a knight chess piece and using it to tip.docx2Photo of a man holding a knight chess piece and using it to tip.docx
2Photo of a man holding a knight chess piece and using it to tip.docx
 
ApproachForTransformationArchitecture
ApproachForTransformationArchitectureApproachForTransformationArchitecture
ApproachForTransformationArchitecture
 
Credit Base Line Profile March 09
Credit Base Line Profile March 09Credit Base Line Profile March 09
Credit Base Line Profile March 09
 
Final flexiqube
Final flexiqubeFinal flexiqube
Final flexiqube
 
User Requirements, Functional and Non-Functional Requirements
User Requirements, Functional and Non-Functional RequirementsUser Requirements, Functional and Non-Functional Requirements
User Requirements, Functional and Non-Functional Requirements
 
Oracle White Paper: Re-Engineer Your Cash Flow Cycle With Oracle Credit &...
Oracle White Paper: Re-Engineer Your Cash Flow Cycle With Oracle Credit &...Oracle White Paper: Re-Engineer Your Cash Flow Cycle With Oracle Credit &...
Oracle White Paper: Re-Engineer Your Cash Flow Cycle With Oracle Credit &...
 
Account mining
Account miningAccount mining
Account mining
 
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
 
Annamalai solved mba assignments 9967480770
Annamalai solved mba assignments 9967480770Annamalai solved mba assignments 9967480770
Annamalai solved mba assignments 9967480770
 
Busienss intelligence in banking sector
Busienss intelligence in banking sectorBusienss intelligence in banking sector
Busienss intelligence in banking sector
 
Product and Services Design & Development
Product and Services Design & DevelopmentProduct and Services Design & Development
Product and Services Design & Development
 
Pricing Models in IT Industry
Pricing Models in IT IndustryPricing Models in IT Industry
Pricing Models in IT Industry
 
RELATIONAL_IAPPLY
RELATIONAL_IAPPLYRELATIONAL_IAPPLY
RELATIONAL_IAPPLY
 
Business Requirements development
Business Requirements development Business Requirements development
Business Requirements development
 
Service design for mobile banking
Service design for mobile bankingService design for mobile banking
Service design for mobile banking
 
IRJET- Product Aspect Ranking and its Application
IRJET-  	  Product Aspect Ranking and its ApplicationIRJET-  	  Product Aspect Ranking and its Application
IRJET- Product Aspect Ranking and its Application
 
Ch13 apqp
Ch13 apqpCh13 apqp
Ch13 apqp
 

More from iosrjournals (20)

I0114549
I0114549I0114549
I0114549
 
H0124246
H0124246H0124246
H0124246
 
H0114044
H0114044H0114044
H0114044
 
G0145458
G0145458G0145458
G0145458
 
G0123541
G0123541G0123541
G0123541
 
G0113839
G0113839G0113839
G0113839
 
F0144153
F0144153F0144153
F0144153
 
F0134249
F0134249F0134249
F0134249
 
F0122934
F0122934F0122934
F0122934
 
F0112937
F0112937F0112937
F0112937
 
E0143640
E0143640E0143640
E0143640
 
E0133641
E0133641E0133641
E0133641
 
E0112128
E0112128E0112128
E0112128
 
D0142635
D0142635D0142635
D0142635
 
D0133235
D0133235D0133235
D0133235
 
D0121720
D0121720D0121720
D0121720
 
D0111420
D0111420D0111420
D0111420
 
C0141625
C0141625C0141625
C0141625
 
C0132131
C0132131C0132131
C0132131
 
C0121116
C0121116C0121116
C0121116
 

Recently uploaded

10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdfglobusfinanza
 
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Amil baba
 
Guard Your Investments- Corporate Defaults Alarm.pdf
Guard Your Investments- Corporate Defaults Alarm.pdfGuard Your Investments- Corporate Defaults Alarm.pdf
Guard Your Investments- Corporate Defaults Alarm.pdfJasper Colin
 
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...amilabibi1
 
Liquidity Decisions in Financial management
Liquidity Decisions in Financial managementLiquidity Decisions in Financial management
Liquidity Decisions in Financial managementshrutisingh143670
 
Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward
 
2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptxHenry Tapper
 
Financial analysis on Risk and Return.ppt
Financial analysis on Risk and Return.pptFinancial analysis on Risk and Return.ppt
Financial analysis on Risk and Return.ppttadegebreyesus
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfMichael Silva
 
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptAnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptPriyankaSharma89719
 
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxIntroduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxDrRkurinjiMalarkurin
 
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》rnrncn29
 
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...Amil baba
 
Gender and caste discrimination in india
Gender and caste discrimination in indiaGender and caste discrimination in india
Gender and caste discrimination in indiavandanasingh01072003
 
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...beulahfernandes8
 
Banking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxBanking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxANTHONYAKINYOSOYE1
 
Role of Information and technology in banking and finance .pptx
Role of Information and technology in banking and finance .pptxRole of Information and technology in banking and finance .pptx
Role of Information and technology in banking and finance .pptxNarayaniTripathi2
 
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Amil baba
 
cost of capital questions financial management
cost of capital questions financial managementcost of capital questions financial management
cost of capital questions financial managementtanmayarora23
 

Recently uploaded (20)

10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf
 
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
 
Guard Your Investments- Corporate Defaults Alarm.pdf
Guard Your Investments- Corporate Defaults Alarm.pdfGuard Your Investments- Corporate Defaults Alarm.pdf
Guard Your Investments- Corporate Defaults Alarm.pdf
 
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
 
Liquidity Decisions in Financial management
Liquidity Decisions in Financial managementLiquidity Decisions in Financial management
Liquidity Decisions in Financial management
 
Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024
 
2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx
 
Financial analysis on Risk and Return.ppt
Financial analysis on Risk and Return.pptFinancial analysis on Risk and Return.ppt
Financial analysis on Risk and Return.ppt
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdf
 
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptAnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
 
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxIntroduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
 
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
 
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
 
Gender and caste discrimination in india
Gender and caste discrimination in indiaGender and caste discrimination in india
Gender and caste discrimination in india
 
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
 
Banking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxBanking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptx
 
Role of Information and technology in banking and finance .pptx
Role of Information and technology in banking and finance .pptxRole of Information and technology in banking and finance .pptx
Role of Information and technology in banking and finance .pptx
 
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
 
cost of capital questions financial management
cost of capital questions financial managementcost of capital questions financial management
cost of capital questions financial management
 

C0321217

  • 1. IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 3, Issue 2 (July-Aug. 2012), PP 12-17 www.iosrjournals.org Needs Assessment Approach To Product Bundling In Banking Enterprise Shreyas Suresh Rao, Salma Banu N K, Sowjanya Lakshmi A Computer Science & Engineering Sir M Visvesvaraya Institute of Technology Bangalore, India Abstract: In this paper, we propose a needs assessment based approach to achieve product bundling in a retail banking enterprise setup. Product bundling involves grouping together different products/ services belonging to the same/ different lines of business in a bank and offering the bundle to the customer of the bank. The proposed approach helps banks understand the needs of the customer and recommend product bundles. Needs Assessment should be accessible across all the delivery channels of the bank. The paper proposes a multi layered architecture to achieve the same. Keywords: needs assessment, product bundle, banking enterprise, multi layered architecture I. Introduction Banking enterprise comprises of various lines of businesses (LOBs) like Retail, Business Banking & Commercial. Each LOB offers various products/ services to bank‟s customers. The scope of the paper is with respect to retail banking. The challenges in banking industry are forcing banks to renovate their core systems to survive fierce competition. [1] Traditionally, banks sell one or more products to customers based on the needs of the customers. A recent approach to increase revenue in banks is to bundle different products & sell them as a package to the customer. Banks are always seeking more flexible and efficient ways to package and price their products in order to attract new customers and sell more products to their existing customers. In addition, the economic downturn has brought a greater focus on efficiency and cost reduction. [2] To successfully achieve customer-centric initiatives, while at the same time reducing costs, banks must invest in enterprise product agility. Product agility is the ability to sense market changes and rapidly react to those changes by bringing the right product bundles to market at the right time. There are significant results for online banking offerings within product bundling. Wells Fargo indicated 50% less attrition of customers and Bank of America indicated 55% less attrition of customers due to product bundling. [3] A Customer is a client of the bank who already has a relationship with the bank i.e., has one or more products of the bank. A prospect is a potential customer who is yet to have a relationship with the bank. Product Bundling is the process of grouping different products/services of the bank within/ across different LOBs & offering the bundle to the customer/ prospect. Bank gains from this by being able to sell/cross-sell more products to a single customer & customer gains by getting discounted rates for the bundle products as compared to their individual product prices. This paper provides an insight into the precursor activity to product bundling which shall consist of the following steps:  Needs Assessment where the bank understands the needs of the customer.  Analysis of the Needs Assessment (Business logic to perform analysis).  Recommendation of different products/ services to the customer to create a bundle.  Selection of products to create a new product bundle. The above mentioned activities must be available across all the different delivery channels of the bank i.e Internet banking, Mobile banking, Branch, Bank website etc. At this stage, Customer selects a custom product bundle after the needs assessment. Next activity: Creation of the custom product bundle – this stage involves the activities needed to create a new product bundle. This stage is out of scope in this paper. www.iosrjournals.org 12 | Page
  • 2. Needs Assessment Approach to Product Bundling in Banking Enterprise II. Stages of Needs Assessment The stages of needs assessment are given below: (Also depicted in figure1) A. Needs Assessment Questionnaire In this stage, the bank understands the needs of the customer with respect to custom product bundle creation. A set of questions shall be asked to the Prospect/ Customer which forms the basis of needs assessment. The questions shall be categorized for Prospect and Customer. The categories shall be:  Personal questions for the Prospect to capture their profile details.  Bundle related questions for both Prospect and Customer. The Prospect/ Customer answer the questions in the needs assessment questionnaire and submit the questionnaire. Customer can save the needs assessment midway across any of the channels and later come back to re- access the saved needs assessment and continue. B. Analysis of the Needs Assessment Business rule defines or constraints one aspect of business i.e., intended to assert business, structure or influence the behaviour of business. [4] Once the customer submits the needs assessment questionnaire, analysis of the needs shall be done based on a set of business rules which map the customer selected answers to pre-existing business rules. C. Recommendation of Products Customer is presented the list of products/ services represented in the retail product bundle to create custom bundle based on the needs assessment. The list includes:  Products which are recommended by Needs Assessment analysis.  Un-recommended products - which are not recommended by needs assessment analysis but can be eventually selected by the customer for custom bundle.  Products/ services already owned by the customer  The products shall be further classified as “Mandatory” and “Optional” products. Mandatory products are always recommended. D. Selection of products by Customer Customer can select products which are new or existing (which customer already has) to create custom product bundle. Mandatory products have to be selected and optional products may/may not be selected. III. High Level Architecture Architecture shall be a Multi-Layered architecture with Service Orientation. Service orientation provides the ability to integrate disparate solutions more easily. [5] High Level Architecture is depicted in Figure 3. The following shall be the different layers of the architecture: A. Presentation Layer `This layer contains the user interface components and presentation logic for the application. The user interface components cater to the different delivery channels like Internet banking, Mobile banking, Branch, Bank website which have different software requirements. The Customer (through Internet or mobile banking or bank website) or Bank user (through branch) shall access this layer. B. Business Layer This layer acts as an application facade which redirects the received requests from Presentation layer to appropriate Service layer or Data layer requests. C. Service Layer This layer shall consist of various business level services used for needs assessment. The important aspect of using business services is reusability [6]. The same services can be reused, if, in the future needs assessment needs to be done for business banking or commercial lines of business. The following are some of the business level services identified: www.iosrjournals.org 13 | Page
  • 3. Needs Assessment Approach to Product Bundling in Banking Enterprise  Needs Assessment Service - Shall be an umbrella/ composite service to retrieve questionnaire for needs assessment and for submission of needs assessment answers.  Business Rules Service  Recommendation Service - Shall provide the recommended/ un-recommended/ existing customer products based on the needs assessment carried out. D. Service Integration Layer This layer comprises of existing banking services for retail line of business. The Services layer shall interact with this layer to extract existing customer profile information or product information. [7] E. Data Layer This layer contains the data access capabilities of the needs assessment system and interacts with data sources and external systems of retail banking. F. Cross Cutting Concerns Layer This layer contains the common utilities that are required for the entire application (needs assessment and product bundling applications) The common utilities are:  Authentication and Authorization – based on the delivery channel requirements  Security – based on the delivery channel requirements  Logging – includes application and exception logging Business Rules  A business rules engine/ XML shall be designed which contains mapping between the answers of needs assessment and the products to be recommended for the same.  The analysis will be done for the needs assessment based on the rules in the rules engine/XML file.  A business rules service shall be designed for this job. Database Architecture: Below is briefly explained the logical entities of needs assessment. Description is provided only for selected entities and attributes. Entity relationship (ER) diagram is provided in Figure 2. NeedsAssessmentType Attribute Name Description NeedsAssessmentTypeId Unique Identifier Uniquely identifies the type NeedsAssessmentTypeName of Needs Assessment. NeedsAssessmentVersion Attribute Name Description NeedsAssessmentVersionId Unique Identifier Foreign key reference to NeedsAssessmentTypeId NeedsAssessmentType entity Version of needs Version assessment Effective date of needs EffectiveDate assessment version Expiry date of needs ExpiryDate assessment version NeedsAssessmentData Attribute Name Description NeedsAssessmentDataId Unique Identifier Reference of Customer who is CustomerId doing needs assessment www.iosrjournals.org 14 | Page
  • 4. Needs Assessment Approach to Product Bundling in Banking Enterprise NeedsAssessmentData Attribute Name Description Status Status of needs assessment Channel through which needs Channel assessment done Customer Attribute Description Name CustomerId Unique Identifier Uniquely identifies the PanNumber customer Product Attribute Name Description ProductId Unique Identifier ProductName Name of the Product Reference to NeedsAssessmentTypeId NeedsAssessmentType entity RecommendationData Attribute Name Description RecommendationDataId Unique Identifier Reference to Needs Assessment NeedsAssessmentDataId Data entity Reference to Product entity. ProductId Recommended product by the system ProductSelectionData Attribute Name Description ProductSelectionDataId Unique Identifier Reference to Needs Assessment NeedsAssessmentDataId Data entity Reference to Product entity. ProductId Selected Product by the customer IV. Figures DELIVERY CHANNELS BANK Submit MOBILE BANKING Needs Assessment Needs Assessment Analysis Questionnaire Analysis result CUSTOMER/ BRANCH BANK REPRESENTATIVE Recommend Product/Service Selection Product/ Service Recommendation INTERNET BANKING Product Bundling Activity Figure 1: Pictorial representation of the Needs Assessment System. The highlighted boundary in „blue‟ indicates the scope of this paper. www.iosrjournals.org 15 | Page
  • 5. Needs Assessment Approach to Product Bundling in Banking Enterprise NeedsAssessmentType PK NeedsAssessmentTypeId NeedsAssessmentTypeName Description RecommendationData * * PK RecommendationDataId NeedsAssessmentData FK1 NeedsAssessmentDataId FK2 ProductId * Product NeedsAssessmentVersion * PK NeedsAssessmentDataId FK1 NeedsAssessmentVersionId PK,FK2 NeedsAssessmentVersionId PK ProductId PK NeedsAssessmentVersionId FK1 CustomerId ProductName FK1 NeedsAssessmentTypeId * Status FK1 NeedsAssessmentTypeId Version EffectiveDate CreatedDate LastModifiedDate ProductSelectionData ExpiryDate * Channel * PK ProductSelectionDataId FK1 NeedsAssessmentDataId * FK2 ProductId IsNew Message Customer FK1 NeedsAssessmentVersionId PK CustomerId FirstName MiddleInitial LastName EmailAddress PanNumber PhoneNumber Address Address1 Address2 City State Zip Country Figure 2: Logical Entity-Relationship diagram of Needs Assessment Architecture External Systems Customer/ Bank User Cross Cutting Concerns Presentation Layer Authentication and Presentation Authorization User Interface Logic Security Business Layer Logging Business Logic Data Layer Service Layer Service Data Access Interface Needs Assessment Recommendation Service Service Business Rules Service Data Source Existing System Business Rules Service Integration Layer Existing Services Existing System Figure 3: Depicts the Needs Assessment High Level Architecture V. Assumptions/ Dependencies  The Needs Assessment approach is limited to “Retail” Line of Business.  The Product Bundle contains a fixed set of retail products and is not modifiable.  Customer‟s profile and product information is maintained in some database/ datawarehouse within the retail banking. www.iosrjournals.org 16 | Page
  • 6. Needs Assessment Approach to Product Bundling in Banking Enterprise  Focus is on needs assessment for bundle creation and not on existing bundle maintenance.  The term “Existing Products” refers to the set of retail products already owned by the customer.  Retail Line of Business has services which already have been built and interact with existing systems to retrieve customer and product related information. VI. Conclusion This paper provides details on a needs assessment based approach to custom retail product bundling in a banking enterprise setup. It includes the different stages of needs assessment, proposes a high level architecture (layered and service oriented) needed to realise the needs assessment requirement. Future work to this paper can include:  Extending the requirements to include other Lines of Business like Business Banking and Commercial.  Detail the requirements and architecture for existing product bundle maintenance using needs assessment. References [1] Rong Liu, Frederick Wu, Yasodhar Patnaik, Santosh Kumaran, “Business Entities: An SOA Approach to progressive core banking renovation,”, scc, pp.466-473,2009 IEEE International Conference on Services Computing, 2009. [2] Camilion Solutions, “Enterprise Product Agility enables Dynamic Product Bundling”, 2010. [3] Brian King, BenchMark Consulting International, “Consumer Lending Cross-Sell and Product Bundling”, July 2006. [4] ERIC RIES, “The Lean Startup: How Today‟s Entrepreneurs use continuous innovation to create radically successful business”, September 13, 2011. [5] Christine Barry, Oracle Financial Services, “Core Banking replacements and the benefits of service-oriented architectures”, Oracle White Paper, January 2009. [6] Eswar Ganesan, Ramesh Paturi, “Building Blocks for Enterprise Business Architecture”, SETLabs briefings, VOL 6, NO 4, 2008. [7] Srinivasan M S, Gnanapriya C, “Transformation of Enterprise Product Management for Rapid Launch of Next Generation Products”, Infosys White Paper, March 2009 . www.iosrjournals.org 17 | Page