SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
IOSR Journal of Computer Engineering (IOSRJCE)
ISSN: 2278-0661 Volume 3, Issue 2 (July-Aug. 2012), PP 12-17
www.iosrjournals.org
www.iosrjournals.org 12 | Page
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.
Needs Assessment Approach to Product Bundling in Banking Enterprise
www.iosrjournals.org 13 | Page
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:
Needs Assessment Approach to Product Bundling in Banking Enterprise
www.iosrjournals.org 14 | Page
 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
NeedsAssessmentTypeName
Uniquely identifies the type
of Needs Assessment.
NeedsAssessmentVersion
Attribute Name Description
NeedsAssessmentVersionId Unique Identifier
NeedsAssessmentTypeId
Foreign key reference to
NeedsAssessmentType
entity
Version
Version of needs
assessment
EffectiveDate
Effective date of needs
assessment version
ExpiryDate
Expiry date of needs
assessment version
NeedsAssessmentData
Attribute Name Description
NeedsAssessmentDataId Unique Identifier
CustomerId
Reference of Customer who is
doing needs assessment
Needs Assessment Approach to Product Bundling in Banking Enterprise
www.iosrjournals.org 15 | Page
NeedsAssessmentData
Attribute Name Description
Status Status of needs assessment
Channel
Channel through which needs
assessment done
Customer
Attribute
Name
Description
CustomerId Unique Identifier
PanNumber
Uniquely identifies the
customer
Product
Attribute Name Description
ProductId Unique Identifier
ProductName Name of the Product
NeedsAssessmentTypeId
Reference to
NeedsAssessmentType
entity
RecommendationData
Attribute Name Description
RecommendationDataId Unique Identifier
NeedsAssessmentDataId
Reference to Needs Assessment
Data entity
ProductId
Reference to Product entity.
Recommended product by the
system
ProductSelectionData
Attribute Name Description
ProductSelectionDataId Unique Identifier
NeedsAssessmentDataId
Reference to Needs Assessment
Data entity
ProductId
Reference to Product entity.
Selected Product by the
customer
IV. Figures
Needs Assessment AnalysisNeeds Assessment
Questionnaire
Submit
Product/Service
Selection Product/ Service
Recommendation
Recommend
Analysis result
BANK
MOBILE BANKING
BRANCH
INTERNET BANKING
DELIVERY CHANNELS
CUSTOMER/
BANK REPRESENTATIVE
Product Bundling Activity
Figure 1: Pictorial representation of the Needs Assessment System. The highlighted boundary in „blue‟ indicates
the scope of this paper.
Needs Assessment Approach to Product Bundling in Banking Enterprise
www.iosrjournals.org 16 | Page
Customer
PK CustomerId
FirstName
MiddleInitial
LastName
EmailAddress
PanNumber
PhoneNumber
Address
Address1
Address2
City
State
Zip
Country
NeedsAssessmentData
PK NeedsAssessmentDataId
PK,FK2 NeedsAssessmentVersionId
FK1 CustomerId
Status
CreatedDate
LastModifiedDate
Channel*
*
RecommendationData
PK RecommendationDataId
FK1 NeedsAssessmentDataId
FK2 ProductId
FK1 NeedsAssessmentVersionId
*
ProductSelectionData
PK ProductSelectionDataId
FK1 NeedsAssessmentDataId
FK2 ProductId
IsNew
Message
FK1 NeedsAssessmentVersionId
*
NeedsAssessmentVersion
PK NeedsAssessmentVersionId
FK1 NeedsAssessmentTypeId
Version
EffectiveDate
ExpiryDate
Product
PK ProductId
ProductName
FK1 NeedsAssessmentTypeId
*
*
NeedsAssessmentType
PK NeedsAssessmentTypeId
NeedsAssessmentTypeName
Description
*
*
Figure 2: Logical Entity-Relationship diagram of Needs Assessment
Architecture
Presentation Layer
External
Systems
Presentation
Logic
Customer/ Bank User
User Interface
Business Layer
Business Logic
Service Layer
Service
Interface
Data Layer
Data Access
Data Source Existing
System
Cross Cutting Concerns
Security
Logging
Authentication
and
Authorization
Needs Assessment
Service
Recommendation
Service
Business Rules
Business Rules
Service
Service Integration Layer
Existing
System
Existing Services
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.
Needs Assessment Approach to Product Bundling in Banking Enterprise
www.iosrjournals.org 17 | Page
 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.

Más contenido relacionado

La actualidad más candente

Selection of supplier in b2b e commerce using work flow petri net
Selection of supplier in b2b e commerce using work flow petri netSelection of supplier in b2b e commerce using work flow petri net
Selection of supplier in b2b e commerce using work flow petri netijmvsc
 
lovelock-ppt-chapter-03
lovelock-ppt-chapter-03 lovelock-ppt-chapter-03
lovelock-ppt-chapter-03 Haroon Khan
 
Service innovation tys
Service innovation tysService innovation tys
Service innovation tysJoseph Tham
 
SQ Lecture One : Introduction
SQ Lecture One : IntroductionSQ Lecture One : Introduction
SQ Lecture One : IntroductionSQAdvisor
 
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
 
Client review-portfolio
Client review-portfolioClient review-portfolio
Client review-portfolioSushmita Dutt
 
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
 

La actualidad más candente (9)

Niraj Kumar
Niraj KumarNiraj Kumar
Niraj Kumar
 
Proc contracts part1
Proc contracts part1Proc contracts part1
Proc contracts part1
 
Selection of supplier in b2b e commerce using work flow petri net
Selection of supplier in b2b e commerce using work flow petri netSelection of supplier in b2b e commerce using work flow petri net
Selection of supplier in b2b e commerce using work flow petri net
 
lovelock-ppt-chapter-03
lovelock-ppt-chapter-03 lovelock-ppt-chapter-03
lovelock-ppt-chapter-03
 
Service innovation tys
Service innovation tysService innovation tys
Service innovation tys
 
SQ Lecture One : Introduction
SQ Lecture One : IntroductionSQ Lecture One : Introduction
SQ Lecture One : Introduction
 
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
 
Client review-portfolio
Client review-portfolioClient review-portfolio
Client review-portfolio
 
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)
 

Destacado

Impact of Family Support Group on Co-Dependent Behaviour
Impact of Family Support Group on Co-Dependent BehaviourImpact of Family Support Group on Co-Dependent Behaviour
Impact of Family Support Group on Co-Dependent BehaviourIOSR Journals
 
Impact of Emotion on Prosody Analysis
Impact of Emotion on Prosody AnalysisImpact of Emotion on Prosody Analysis
Impact of Emotion on Prosody AnalysisIOSR Journals
 
Effective Bug Tracking Systems: Theories and Implementation
Effective Bug Tracking Systems: Theories and ImplementationEffective Bug Tracking Systems: Theories and Implementation
Effective Bug Tracking Systems: Theories and ImplementationIOSR Journals
 
A Novel Approach of Text Steganography based on null spaces
A Novel Approach of Text Steganography based on null spacesA Novel Approach of Text Steganography based on null spaces
A Novel Approach of Text Steganography based on null spacesIOSR Journals
 
Improving the Latency Value by Virtualizing Distributed Data Center and Auto...
Improving the Latency Value by Virtualizing Distributed Data  Center and Auto...Improving the Latency Value by Virtualizing Distributed Data  Center and Auto...
Improving the Latency Value by Virtualizing Distributed Data Center and Auto...IOSR Journals
 
Development of Human Tracking in Video Surveillance System for Activity Anal...
Development of Human Tracking in Video Surveillance System  for Activity Anal...Development of Human Tracking in Video Surveillance System  for Activity Anal...
Development of Human Tracking in Video Surveillance System for Activity Anal...IOSR Journals
 
Qualitative Chemistry Education: The Role of the Teacher
Qualitative Chemistry Education: The Role of the TeacherQualitative Chemistry Education: The Role of the Teacher
Qualitative Chemistry Education: The Role of the TeacherIOSR Journals
 
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...IOSR Journals
 
Cryptography On Android Message Application Using Look Up Table And Dynamic ...
Cryptography On Android Message Application Using Look  Up Table And Dynamic ...Cryptography On Android Message Application Using Look  Up Table And Dynamic ...
Cryptography On Android Message Application Using Look Up Table And Dynamic ...IOSR Journals
 

Destacado (20)

B1802030511
B1802030511B1802030511
B1802030511
 
S01732110114
S01732110114S01732110114
S01732110114
 
Impact of Family Support Group on Co-Dependent Behaviour
Impact of Family Support Group on Co-Dependent BehaviourImpact of Family Support Group on Co-Dependent Behaviour
Impact of Family Support Group on Co-Dependent Behaviour
 
Impact of Emotion on Prosody Analysis
Impact of Emotion on Prosody AnalysisImpact of Emotion on Prosody Analysis
Impact of Emotion on Prosody Analysis
 
Effective Bug Tracking Systems: Theories and Implementation
Effective Bug Tracking Systems: Theories and ImplementationEffective Bug Tracking Systems: Theories and Implementation
Effective Bug Tracking Systems: Theories and Implementation
 
A Novel Approach of Text Steganography based on null spaces
A Novel Approach of Text Steganography based on null spacesA Novel Approach of Text Steganography based on null spaces
A Novel Approach of Text Steganography based on null spaces
 
Improving the Latency Value by Virtualizing Distributed Data Center and Auto...
Improving the Latency Value by Virtualizing Distributed Data  Center and Auto...Improving the Latency Value by Virtualizing Distributed Data  Center and Auto...
Improving the Latency Value by Virtualizing Distributed Data Center and Auto...
 
B1803020915
B1803020915B1803020915
B1803020915
 
Development of Human Tracking in Video Surveillance System for Activity Anal...
Development of Human Tracking in Video Surveillance System  for Activity Anal...Development of Human Tracking in Video Surveillance System  for Activity Anal...
Development of Human Tracking in Video Surveillance System for Activity Anal...
 
Qualitative Chemistry Education: The Role of the Teacher
Qualitative Chemistry Education: The Role of the TeacherQualitative Chemistry Education: The Role of the Teacher
Qualitative Chemistry Education: The Role of the Teacher
 
I0335458
I0335458I0335458
I0335458
 
C010321217
C010321217C010321217
C010321217
 
J012658388
J012658388J012658388
J012658388
 
R130301114118
R130301114118R130301114118
R130301114118
 
T130304118126
T130304118126T130304118126
T130304118126
 
C012411728
C012411728C012411728
C012411728
 
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
 
H01064759
H01064759H01064759
H01064759
 
Cryptography On Android Message Application Using Look Up Table And Dynamic ...
Cryptography On Android Message Application Using Look  Up Table And Dynamic ...Cryptography On Android Message Application Using Look  Up Table And Dynamic ...
Cryptography On Android Message Application Using Look Up Table And Dynamic ...
 
G0953643
G0953643G0953643
G0953643
 

Similar a Needs Assessment Approach to Product Bundling

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
 
effectiveaccountorigination
effectiveaccountoriginationeffectiveaccountorigination
effectiveaccountoriginationMatthew Skurdahl
 
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
 
ApproachForTransformationArchitecture
ApproachForTransformationArchitectureApproachForTransformationArchitecture
ApproachForTransformationArchitectureVivek Niwas
 
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
 
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
 
Online shopping ecommerce java project
Online shopping ecommerce java projectOnline shopping ecommerce java project
Online shopping ecommerce java projectTutorial Learners
 
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
 
RISK REPORTING SYSTEM IN IT ORGANIZATIONSCPT PAPERName Vi.docx
RISK REPORTING SYSTEM IN IT ORGANIZATIONSCPT PAPERName Vi.docxRISK REPORTING SYSTEM IN IT ORGANIZATIONSCPT PAPERName Vi.docx
RISK REPORTING SYSTEM IN IT ORGANIZATIONSCPT PAPERName Vi.docxjoellemurphey
 
Pricing Models in IT Industry
Pricing Models in IT IndustryPricing Models in IT Industry
Pricing Models in IT IndustryVivekanandan M
 
Kano Model Servqual Customer Satisfaction Analysis in Retail Banking
Kano Model Servqual Customer Satisfaction Analysis in Retail BankingKano Model Servqual Customer Satisfaction Analysis in Retail Banking
Kano Model Servqual Customer Satisfaction Analysis in Retail BankingIJSRED
 
Understanding the different elements by angela ihunweze(mrs)
Understanding the different elements by angela ihunweze(mrs)Understanding the different elements by angela ihunweze(mrs)
Understanding the different elements by angela ihunweze(mrs)Angela Ihunweze
 
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
 
Product and Services Design & Development
Product and Services Design & DevelopmentProduct and Services Design & Development
Product and Services Design & DevelopmentRaj Vardhan
 

Similar a Needs Assessment Approach to Product Bundling (20)

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)
 
effectiveaccountorigination
effectiveaccountoriginationeffectiveaccountorigination
effectiveaccountorigination
 
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
 
ApproachForTransformationArchitecture
ApproachForTransformationArchitectureApproachForTransformationArchitecture
ApproachForTransformationArchitecture
 
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
 
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
 
Account mining
Account miningAccount mining
Account mining
 
Ch13 apqp
Ch13 apqpCh13 apqp
Ch13 apqp
 
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
 
Online shopping ecommerce java project
Online shopping ecommerce java projectOnline shopping ecommerce java project
Online shopping ecommerce java project
 
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
 
RISK REPORTING SYSTEM IN IT ORGANIZATIONSCPT PAPERName Vi.docx
RISK REPORTING SYSTEM IN IT ORGANIZATIONSCPT PAPERName Vi.docxRISK REPORTING SYSTEM IN IT ORGANIZATIONSCPT PAPERName Vi.docx
RISK REPORTING SYSTEM IN IT ORGANIZATIONSCPT PAPERName Vi.docx
 
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
 
Kano Model Servqual Customer Satisfaction Analysis in Retail Banking
Kano Model Servqual Customer Satisfaction Analysis in Retail BankingKano Model Servqual Customer Satisfaction Analysis in Retail Banking
Kano Model Servqual Customer Satisfaction Analysis in Retail Banking
 
Understanding the different elements by angela ihunweze(mrs)
Understanding the different elements by angela ihunweze(mrs)Understanding the different elements by angela ihunweze(mrs)
Understanding the different elements by angela ihunweze(mrs)
 
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...
 
Product and Services Design & Development
Product and Services Design & DevelopmentProduct and Services Design & Development
Product and Services Design & Development
 

Más de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Último

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 

Último (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 

Needs Assessment Approach to Product Bundling

  • 1. IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 3, Issue 2 (July-Aug. 2012), PP 12-17 www.iosrjournals.org www.iosrjournals.org 12 | Page 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.
  • 2. Needs Assessment Approach to Product Bundling in Banking Enterprise www.iosrjournals.org 13 | Page 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:
  • 3. Needs Assessment Approach to Product Bundling in Banking Enterprise www.iosrjournals.org 14 | Page  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 NeedsAssessmentTypeName Uniquely identifies the type of Needs Assessment. NeedsAssessmentVersion Attribute Name Description NeedsAssessmentVersionId Unique Identifier NeedsAssessmentTypeId Foreign key reference to NeedsAssessmentType entity Version Version of needs assessment EffectiveDate Effective date of needs assessment version ExpiryDate Expiry date of needs assessment version NeedsAssessmentData Attribute Name Description NeedsAssessmentDataId Unique Identifier CustomerId Reference of Customer who is doing needs assessment
  • 4. Needs Assessment Approach to Product Bundling in Banking Enterprise www.iosrjournals.org 15 | Page NeedsAssessmentData Attribute Name Description Status Status of needs assessment Channel Channel through which needs assessment done Customer Attribute Name Description CustomerId Unique Identifier PanNumber Uniquely identifies the customer Product Attribute Name Description ProductId Unique Identifier ProductName Name of the Product NeedsAssessmentTypeId Reference to NeedsAssessmentType entity RecommendationData Attribute Name Description RecommendationDataId Unique Identifier NeedsAssessmentDataId Reference to Needs Assessment Data entity ProductId Reference to Product entity. Recommended product by the system ProductSelectionData Attribute Name Description ProductSelectionDataId Unique Identifier NeedsAssessmentDataId Reference to Needs Assessment Data entity ProductId Reference to Product entity. Selected Product by the customer IV. Figures Needs Assessment AnalysisNeeds Assessment Questionnaire Submit Product/Service Selection Product/ Service Recommendation Recommend Analysis result BANK MOBILE BANKING BRANCH INTERNET BANKING DELIVERY CHANNELS CUSTOMER/ BANK REPRESENTATIVE Product Bundling Activity Figure 1: Pictorial representation of the Needs Assessment System. The highlighted boundary in „blue‟ indicates the scope of this paper.
  • 5. Needs Assessment Approach to Product Bundling in Banking Enterprise www.iosrjournals.org 16 | Page Customer PK CustomerId FirstName MiddleInitial LastName EmailAddress PanNumber PhoneNumber Address Address1 Address2 City State Zip Country NeedsAssessmentData PK NeedsAssessmentDataId PK,FK2 NeedsAssessmentVersionId FK1 CustomerId Status CreatedDate LastModifiedDate Channel* * RecommendationData PK RecommendationDataId FK1 NeedsAssessmentDataId FK2 ProductId FK1 NeedsAssessmentVersionId * ProductSelectionData PK ProductSelectionDataId FK1 NeedsAssessmentDataId FK2 ProductId IsNew Message FK1 NeedsAssessmentVersionId * NeedsAssessmentVersion PK NeedsAssessmentVersionId FK1 NeedsAssessmentTypeId Version EffectiveDate ExpiryDate Product PK ProductId ProductName FK1 NeedsAssessmentTypeId * * NeedsAssessmentType PK NeedsAssessmentTypeId NeedsAssessmentTypeName Description * * Figure 2: Logical Entity-Relationship diagram of Needs Assessment Architecture Presentation Layer External Systems Presentation Logic Customer/ Bank User User Interface Business Layer Business Logic Service Layer Service Interface Data Layer Data Access Data Source Existing System Cross Cutting Concerns Security Logging Authentication and Authorization Needs Assessment Service Recommendation Service Business Rules Business Rules Service Service Integration Layer Existing System Existing Services 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.
  • 6. Needs Assessment Approach to Product Bundling in Banking Enterprise www.iosrjournals.org 17 | Page  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.