SlideShare une entreprise Scribd logo
1  sur  47
Télécharger pour lire hors ligne
The Mindset of Decision-Making:
Best Practices to Increase Agility
and Visibility with Operational
Decision Management (ODM)
Ryan Trollip
Practice Director, Decision Management
Agenda
 Decision Management & Automation
 Why now?
 Decisions and Process (BPM)
 Practical Decision Automation
 Innovation & Optimization
 Decision Automation Example
Decision Management
& Automation
3
Decisions Everywhere
Horizontal: best/appropriate price, cross-sell/ up-sell recommendations, loyalty promotions,
exception identification, risk/fraud assessment, straight-through processing approvals
 Claim
• Validation
• STP approval
• Exception routing
 Policy/Underwriting
• Eligibility
• Risk
• Pricing
 Annuity
• Recommendation
• Commissioning
• Payout calc.
 Loan
• Eligibility
• Risk
• Pricing
 Account
• Cross-sell
• Fraud/Alerts
 Credit Card
• Mkg Offers
• Fraud
• Credit limit
 Patient Care
• Drug interaction risk
warnings
• Follow-up alerts
 Member
• Services
recommendation
• Eligibility
• Benefit calculation
 Provider
• Patient eligibility for
services
 Benefits
• Eligibility
• Calculations
 Tax Payer
• Classification
• Audit flagging
 Citizen
• Program(s)
recommendation
 Land/Permits
• Conveyance
processing
• Contract compliance
 Service Mgmt
• Service prioritization
• SLA alerts
• Maintenance alerts
• Order configuration
Insurance Banking Healthcare Government Energy/Util./Telco
Decision Management -
Discipline Vs. Technology
 Decision Identification/Creation
 Decision Modeling
 Decision Optimization
 Decision Automation
5
Why do I care?
 Decisions are your IP
 Costs money to manage change
 Slow to change
 Often not visible
 Dispersed & duplicated, Inconsistent
 Lack of clear ownership
6
Difficult to manage!
public class Application {
private Customer customers[];
private Customer goldCustomers[];
...
public void checkOrder() {
for (int i = 0; i < numCustomers; i++) {
Customer aCustomer = customers[i];
if (aCustomer.checkIfGold()) {
numGoldCustomers++;
goldCustomers[numGoldCustomers] = aCustomer;
if (aCustomer.getCurrentOrder().getAmount() > 100000)
aCustomer.setSpecialDiscount (0.05);
}
}
}
Simple & Visible
Centralize
9
public class Application {
private Customer customers[];
private Customer
goldCustomers[];
...
public void checkOrder() {
for (int i = 0; i <
numCustomers; i++) {
Customer aCustomer =
customers[i];
if (aCustomer.checkIfGold())
{
numGoldCustomers++;
goldCustomers[numGoldCustomers]
= aCustomer;
if
(aCustomer.getCurrentOrder().ge
tAmount() > 100000)
aCustomer.setSpecialDiscount
(0.05);
}
}
}
Why now?
10
Nexus of forces
Mobile Financial App
Sign in to mobile financial app to access
personal financial data
In-context social recommendations
See social recommendations in financial
app for banks. Initiate account opening
from app
Secure cloud-based personal data
Financial app populates cloud based
personal financial data into bank’s
account opening steps
Customer propensity with big data insight
Bank combines customer data with big data benchmarks on
external data to determine customer propensity for specific
products offered during account opening – i.e. offer money
market, credit cards?
Rules for credit limits & up-sell
Automatic decision points on credit
limits and approval levels. Determine
post account opening offers – migrate
401K account transfers?
Process for approvals & orchestration
Streamlined process to combine activation
and approval routing for recommended
products – checking accounts, overdraft
protection line of credit and money market
Account is activated and funded
before customer logs off
Account opening with
The gap in business operations is widening
Time to open a new account in retail banking
5 minutes – best
76 minutes – worst
Availability of loan funds
2 days – best
37 days – worst
Time for conditional mortgage approval
15 minutes – best in class
4 hours - median
Source: Boston Consulting Group, The “New New Normal” in Retail Banking, 2012
Drivers to Externalize Rules
 Maturity of technology
 Nexus of forces
 Customer expectations
 Competition
 Customer Centricity
13
Decisions in Process
(BPM & Workflow Automation)
14
Simplify Business Processes
 Complexity leads to
 Us doing the wrong things
 Losing sight of the customer
 The customer losing interest in us
“Simplicity is the ultimate sophistication” Leonardo da Vinci
 Simplifying business processes means enabling and
managing business decisions
 Extract business rules from business processes
 Encapsulate business rules in decision models
 Enable ownership of processes and decisions
Accept low-risk
applicant
Decline high-
risk applicant
Process
medium-risk
applicant
Age 21 to 75
Age 16 to 21
Age over 75
Accept low-risk
applicant
Decline high-
risk applicant
Process
medium-risk
applicant
Previous Accident,
Existing Infraction
Good Record
Age 21 to 75
Age 16 to 21
Age over 75
Accept low-risk
applicant
Decline high-
risk applicant
Process
medium-risk
applicant
Previous Accident,
Existing Infraction
Good Record
New Customer
Long-standing Customer
1 or fewer Claims Multiple Claims
Age 21 to 75
Age 16 to 21
Age over 75
Accept low-risk
applicant
Decline high-
risk applicant
Process
medium-risk
applicant
Previous Accident,
Existing Infraction
Good Record
New Customer
Long-standing Customer
1 or fewer Claims Multiple Claims
Car Type
Custom Car
Sports Car
Age 21 to 75
Age 16 to 21
Age over 75
Accept low-risk
applicant
Decline high-
risk applicant
Process
medium-risk
applicant
Previous Accident,
Existing Infraction
Good Record
New Customer
Long-standing Customer
1 or fewer Claims Multiple Claims
Car Type
Custom Car
Sports Car
Decisions in process/apps cause
complexity
Age 21 to 75
Age 16 to 21
Age over 75
Process low-
risk applicant
Process high-
risk applicant
Process
medium-risk
applicant
Low risk
Medium risk
High risk
Determine
applicant type
Identifying decisions simplifies them
Process Simplicity
22
Practical Decision Automation
23
Signals for Decision Management
 Scale
 Agility
 Transparency
 Ownership
 Precision & Consistency
Which Decisions?
 Repeatable
 Non-Trivial
 Measureable Business Impact
 Frequency of change
Automation Complexity
If x = 1
Then Y = X
Manual
Decisions
Expert
Decisions
Simple
Decisions
Decision Words
 Determine if a customer is eligible for a product
 Validate the completeness of an application
 Calculate the discount for an order
 Assess which driver is high risk
 Select the terms for a loan
 Choose which loan to Fast Track
Innovate & Optimize
28
Use Analytics to Improve
30
31
Why? - Prescriptive
Deeper Analysis of Trends & Patterns
• Analysis and Exploration
• Ad-hoc Query
• Trend and Statistical Analysis
32
What should we be doing? Predictive
Foresight to Plan & Allocate Resources
• What-If Analysis
• Predictive Analysis
ANALYTIC-DRIVEN ORGANIZATIONS are distinguished
by their ability to leverage …
All perspectives
Past (historical, aggregated)
Present (real-time)
Future (predictive)
At the point
of impact
All decisions
Major and minor
Strategic and tactical
Routine and exceptions
Manual and automated
All information
All information
Transaction data
Application data
Machine data
Social data
Enterprise content
All people
All departments
Experts and non-experts
Executives and employees
Partners and customers
33
All Processes
Operational
Management
Etc.
34
Optimization
Decision Automation Example
35
Reference Architecture
 Centralize Decision & Workflow
 Cache for performance (if necessary)
 SOA backbone
36
Decision
Management
Workflow
/ BPM
ESB / SOA
MDM
Cache
System System System
Customer Behavior & Cross Sell
 Channels have different answers.. Sometimes conflicting.
 Inability to capture & act on
 interesting behavior.
 events, risk, etc.
37
Web
Call
Center
Branch
Channels
Customer Cross-Sell
Capture Predict Act
Customer Data
• Demographics
• Account Activity
• Product Holdings
• Channel Activity
• Information Requests
• Complaints
• …
Campaign Data
• Contact history
• Response/purchases
• Test campaigns
• …
Analyses
Predict who is likely to
respond, based on their
customer profile when
receiving the campaign
Scoring
Marketing
campaign
process
Key
Performance
Predictors and
Campaign
Results
Rank best 3
offers
Attitudinal Data
• Customer Surveys
• Twitter
• Discussion Forums
• Blogs
• …
Website
recommendation
engine
Sales campaigns
Use Case - Customer Behavior - Interest
 Customer hits information pages on the site
 Web interest captured in product/service B
39
Decision
Management
Workflow
ESB / SOA
MDM
Cache
Web
Call
Center
Branch
A
B
C
D
…
B
A
C
D
…
40
Use Case – External Events
 External events change internal priorities based on
rules/model
40
Decision
Management
Workflow
ESB / SOA
MDM
Cache
Baby
Web
Call
Center
Branch
A
B
C
D
…
B
C
A
D
…
41
Use Case – Call Center
 Not interested in certain products
 Or tell me about it later
41
Decision
Management
Workflow
ESB / SOA
MDM
Cache
Web
Call
Center
Branch
B
C
A
D
…
B
C
A
D
…
6 Months
42
Use Case – 6 Months Later
 Workflow (BPM) kicked off by event
 Customer called
 Closed deal, update cache
42
Decision
Management
Workflow
ESB / SOA
MDM
Cache
Web
Call
Center
Branch
43
Improve
 Which product is more attractive to a wealthy customer?
 Who do we risk loosing most as a customer?
43
Decision
Management
Workflow
ESB / SOA
MDM
Cache
Web
Call
Center
Branch
BIG
Data
Approach
 Identify
 Analytics and other techniques to identify what needs improving
 Model
 Models visualize, simplify and clarify business understanding
 Automate
 Automate complex decisions, processes and models
 Manage
 Automation is great… But the more complex the more difficult to
manage/change
 Specialization of systems workflow, Modeling, BRMS, CRM, ECM etc.
 Good management of decisions and process is key to flexibility and efficiency
 Improve
 Analytics used to improve processes and decisions
44
 5 things to remember about Decision Management:
 Decisions are independent of process
 Brings agility, visibility, consistency, centralization of decisions
 Makes process simpler & smarter
 Decouples decisions from the development lifecycle
 Allows the business to manage their own decisions
Wrap-up
Next Steps
 See Operational Decision & Process Management in action
 Learn what’s possible with Prolifics Offerings & Combination
offering By Prolifics & Decision Management Solutions
 Discovery Workshop
 Application Assessment
 Iteration 1
 Decision Modeling Training
 Implement a 10 week quick start
46
Ryan Trollip
practice director, decision management
prolifics | office: (646) 380-2895 | mobile: (774) 641-3666
rtrollip@prolifics.com | yahoo IM: rtrollip_prolifics

Contenu connexe

Tendances

Driving Profitability and Market share in the Indian Non-life Industry, Prese...
Driving Profitability and Market share in the Indian Non-life Industry, Prese...Driving Profitability and Market share in the Indian Non-life Industry, Prese...
Driving Profitability and Market share in the Indian Non-life Industry, Prese...Nikash Deka
 
Strategic Frameworks & Tools
Strategic Frameworks & ToolsStrategic Frameworks & Tools
Strategic Frameworks & ToolsTaras Kuzin
 
Payments Card Fraud Challenges in Digital and Online Sales
Payments Card Fraud Challenges in Digital and Online SalesPayments Card Fraud Challenges in Digital and Online Sales
Payments Card Fraud Challenges in Digital and Online SalesChristopher Uriarte
 
Predictive analytics. overview of skills and opportunities
Predictive analytics. overview of skills and opportunitiesPredictive analytics. overview of skills and opportunities
Predictive analytics. overview of skills and opportunitiesFarid Gurbanov
 
CrowsNest_WhitePaper
CrowsNest_WhitePaperCrowsNest_WhitePaper
CrowsNest_WhitePaperMichael Matza
 
2014 Customer Loyalty ASEAN Conference: Prof de los Reyes
2014 Customer Loyalty ASEAN Conference: Prof de los Reyes2014 Customer Loyalty ASEAN Conference: Prof de los Reyes
2014 Customer Loyalty ASEAN Conference: Prof de los ReyesJim D Griffin
 
Magnify DMA presentation 2014
Magnify DMA presentation 2014Magnify DMA presentation 2014
Magnify DMA presentation 2014Keith Shields
 
Streamlining Submission Intake in Commercial Underwriting for Middle Market S...
Streamlining Submission Intake in Commercial Underwriting for Middle Market S...Streamlining Submission Intake in Commercial Underwriting for Middle Market S...
Streamlining Submission Intake in Commercial Underwriting for Middle Market S...Cognizant
 
Customer Relationship Management at Capital one
Customer Relationship Management at Capital one Customer Relationship Management at Capital one
Customer Relationship Management at Capital one Manohar Reddy
 
cgap-it-innovation-series-credit-scoring-2004
cgap-it-innovation-series-credit-scoring-2004cgap-it-innovation-series-credit-scoring-2004
cgap-it-innovation-series-credit-scoring-2004Dan Salazar
 
financial exec final
financial exec finalfinancial exec final
financial exec finalAdam Ortlieb
 
Love Your Sourcing Strategy By Letting It Go
Love Your Sourcing Strategy By Letting It GoLove Your Sourcing Strategy By Letting It Go
Love Your Sourcing Strategy By Letting It GoZycus
 
Gauging the Maturity of your AP Department
Gauging the Maturity of your AP DepartmentGauging the Maturity of your AP Department
Gauging the Maturity of your AP DepartmentZycus
 
WhiteBoard to Dashboard: Steps to implementing compliant and risk-free procur...
WhiteBoard to Dashboard: Steps to implementing compliant and risk-free procur...WhiteBoard to Dashboard: Steps to implementing compliant and risk-free procur...
WhiteBoard to Dashboard: Steps to implementing compliant and risk-free procur...Zycus
 
Keeping in Step With Strategic Business Objectives in Insurance through Analy...
Keeping in Step With Strategic Business Objectives in Insurance through Analy...Keeping in Step With Strategic Business Objectives in Insurance through Analy...
Keeping in Step With Strategic Business Objectives in Insurance through Analy...Vijai John
 

Tendances (17)

Driving Profitability and Market share in the Indian Non-life Industry, Prese...
Driving Profitability and Market share in the Indian Non-life Industry, Prese...Driving Profitability and Market share in the Indian Non-life Industry, Prese...
Driving Profitability and Market share in the Indian Non-life Industry, Prese...
 
Strategic Frameworks & Tools
Strategic Frameworks & ToolsStrategic Frameworks & Tools
Strategic Frameworks & Tools
 
Payments Card Fraud Challenges in Digital and Online Sales
Payments Card Fraud Challenges in Digital and Online SalesPayments Card Fraud Challenges in Digital and Online Sales
Payments Card Fraud Challenges in Digital and Online Sales
 
Managing the Risks in SMEs Financing
Managing the Risks in SMEs FinancingManaging the Risks in SMEs Financing
Managing the Risks in SMEs Financing
 
Predictive analytics. overview of skills and opportunities
Predictive analytics. overview of skills and opportunitiesPredictive analytics. overview of skills and opportunities
Predictive analytics. overview of skills and opportunities
 
CrowsNest_WhitePaper
CrowsNest_WhitePaperCrowsNest_WhitePaper
CrowsNest_WhitePaper
 
CRM at capital one
CRM at capital one CRM at capital one
CRM at capital one
 
2014 Customer Loyalty ASEAN Conference: Prof de los Reyes
2014 Customer Loyalty ASEAN Conference: Prof de los Reyes2014 Customer Loyalty ASEAN Conference: Prof de los Reyes
2014 Customer Loyalty ASEAN Conference: Prof de los Reyes
 
Magnify DMA presentation 2014
Magnify DMA presentation 2014Magnify DMA presentation 2014
Magnify DMA presentation 2014
 
Streamlining Submission Intake in Commercial Underwriting for Middle Market S...
Streamlining Submission Intake in Commercial Underwriting for Middle Market S...Streamlining Submission Intake in Commercial Underwriting for Middle Market S...
Streamlining Submission Intake in Commercial Underwriting for Middle Market S...
 
Customer Relationship Management at Capital one
Customer Relationship Management at Capital one Customer Relationship Management at Capital one
Customer Relationship Management at Capital one
 
cgap-it-innovation-series-credit-scoring-2004
cgap-it-innovation-series-credit-scoring-2004cgap-it-innovation-series-credit-scoring-2004
cgap-it-innovation-series-credit-scoring-2004
 
financial exec final
financial exec finalfinancial exec final
financial exec final
 
Love Your Sourcing Strategy By Letting It Go
Love Your Sourcing Strategy By Letting It GoLove Your Sourcing Strategy By Letting It Go
Love Your Sourcing Strategy By Letting It Go
 
Gauging the Maturity of your AP Department
Gauging the Maturity of your AP DepartmentGauging the Maturity of your AP Department
Gauging the Maturity of your AP Department
 
WhiteBoard to Dashboard: Steps to implementing compliant and risk-free procur...
WhiteBoard to Dashboard: Steps to implementing compliant and risk-free procur...WhiteBoard to Dashboard: Steps to implementing compliant and risk-free procur...
WhiteBoard to Dashboard: Steps to implementing compliant and risk-free procur...
 
Keeping in Step With Strategic Business Objectives in Insurance through Analy...
Keeping in Step With Strategic Business Objectives in Insurance through Analy...Keeping in Step With Strategic Business Objectives in Insurance through Analy...
Keeping in Step With Strategic Business Objectives in Insurance through Analy...
 

Similaire à The Mindset of Decision-Making: Best Practices to Increase Agility and Visibility with Operational Decision Management (ODM)

Early Out Hospital Presentation 2011
Early Out Hospital Presentation 2011Early Out Hospital Presentation 2011
Early Out Hospital Presentation 2011Phil C. Solomon
 
Successful Implementation Of Customer Lifecycle Management And Crosssell
Successful Implementation Of Customer Lifecycle Management And CrosssellSuccessful Implementation Of Customer Lifecycle Management And Crosssell
Successful Implementation Of Customer Lifecycle Management And CrosssellAnand Nigam
 
Insuritas: Boost Income and Expand Wallet Share by Engaging the Digitally Dis...
Insuritas: Boost Income and Expand Wallet Share by Engaging the Digitally Dis...Insuritas: Boost Income and Expand Wallet Share by Engaging the Digitally Dis...
Insuritas: Boost Income and Expand Wallet Share by Engaging the Digitally Dis...NAFCU Services Corporation
 
Revolutionizing lending in today's digital world
Revolutionizing lending in today's digital worldRevolutionizing lending in today's digital world
Revolutionizing lending in today's digital worldExperian
 
201306 Tech Decisions Webinar: Modernizing Claims for Better Customer Service
201306 Tech Decisions Webinar: Modernizing Claims for Better Customer Service201306 Tech Decisions Webinar: Modernizing Claims for Better Customer Service
201306 Tech Decisions Webinar: Modernizing Claims for Better Customer ServiceSteven Callahan
 
Webinar: Strategies to Enhance your Screening and Transaction Monitoring Proc...
Webinar: Strategies to Enhance your Screening and Transaction Monitoring Proc...Webinar: Strategies to Enhance your Screening and Transaction Monitoring Proc...
Webinar: Strategies to Enhance your Screening and Transaction Monitoring Proc...Alessa
 
AI powered decision making in banks
AI powered decision making in banksAI powered decision making in banks
AI powered decision making in banksPankaj Baid
 
Big data initiative justification and prioritization framework
Big data initiative justification and prioritization frameworkBig data initiative justification and prioritization framework
Big data initiative justification and prioritization frameworkNeerajsabhnani
 
Riskpro capital markets industry 2013
Riskpro capital markets industry 2013Riskpro capital markets industry 2013
Riskpro capital markets industry 2013Nidhi Gupta
 
201305 - ACORD LOMA Conference: e-Insurance
201305 - ACORD LOMA Conference: e-Insurance201305 - ACORD LOMA Conference: e-Insurance
201305 - ACORD LOMA Conference: e-InsuranceSteven Callahan
 
How Santander UK Accelerates Digital Initiatives by Mastering Customer Data
How Santander UK Accelerates Digital Initiatives by Mastering Customer DataHow Santander UK Accelerates Digital Initiatives by Mastering Customer Data
How Santander UK Accelerates Digital Initiatives by Mastering Customer DataTamrMarketing
 
Harris Interactive Src Risk, Churn, Win Back Workshop
Harris Interactive Src Risk, Churn, Win Back WorkshopHarris Interactive Src Risk, Churn, Win Back Workshop
Harris Interactive Src Risk, Churn, Win Back WorkshopMichael Lowenstein
 
Responsible Digital Credit Webinar
Responsible Digital Credit Webinar Responsible Digital Credit Webinar
Responsible Digital Credit Webinar John Owens
 
The Customer Journey: Owning the Moments That Matter: Diane Scott, Executive ...
The Customer Journey: Owning the Moments That Matter: Diane Scott, Executive ...The Customer Journey: Owning the Moments That Matter: Diane Scott, Executive ...
The Customer Journey: Owning the Moments That Matter: Diane Scott, Executive ...Argyle Executive Forum
 
Marketing Aspects of CRM .pdf
Marketing Aspects  of CRM .pdfMarketing Aspects  of CRM .pdf
Marketing Aspects of CRM .pdfseniorshelf.com
 

Similaire à The Mindset of Decision-Making: Best Practices to Increase Agility and Visibility with Operational Decision Management (ODM) (20)

Early Out Hospital Presentation 2011
Early Out Hospital Presentation 2011Early Out Hospital Presentation 2011
Early Out Hospital Presentation 2011
 
Successful Implementation Of Customer Lifecycle Management And Crosssell
Successful Implementation Of Customer Lifecycle Management And CrosssellSuccessful Implementation Of Customer Lifecycle Management And Crosssell
Successful Implementation Of Customer Lifecycle Management And Crosssell
 
Rtcp Overview 7610 Aa
Rtcp Overview 7610 AaRtcp Overview 7610 Aa
Rtcp Overview 7610 Aa
 
Insuritas: Boost Income and Expand Wallet Share by Engaging the Digitally Dis...
Insuritas: Boost Income and Expand Wallet Share by Engaging the Digitally Dis...Insuritas: Boost Income and Expand Wallet Share by Engaging the Digitally Dis...
Insuritas: Boost Income and Expand Wallet Share by Engaging the Digitally Dis...
 
Revolutionizing lending in today's digital world
Revolutionizing lending in today's digital worldRevolutionizing lending in today's digital world
Revolutionizing lending in today's digital world
 
201306 Tech Decisions Webinar: Modernizing Claims for Better Customer Service
201306 Tech Decisions Webinar: Modernizing Claims for Better Customer Service201306 Tech Decisions Webinar: Modernizing Claims for Better Customer Service
201306 Tech Decisions Webinar: Modernizing Claims for Better Customer Service
 
Webinar: Strategies to Enhance your Screening and Transaction Monitoring Proc...
Webinar: Strategies to Enhance your Screening and Transaction Monitoring Proc...Webinar: Strategies to Enhance your Screening and Transaction Monitoring Proc...
Webinar: Strategies to Enhance your Screening and Transaction Monitoring Proc...
 
PragmasysConsulting
PragmasysConsultingPragmasysConsulting
PragmasysConsulting
 
AI powered decision making in banks
AI powered decision making in banksAI powered decision making in banks
AI powered decision making in banks
 
Big data initiative justification and prioritization framework
Big data initiative justification and prioritization frameworkBig data initiative justification and prioritization framework
Big data initiative justification and prioritization framework
 
Riskpro capital markets industry 2013
Riskpro capital markets industry 2013Riskpro capital markets industry 2013
Riskpro capital markets industry 2013
 
Riskpro capital markets industry 2013
Riskpro capital markets industry 2013Riskpro capital markets industry 2013
Riskpro capital markets industry 2013
 
201305 - ACORD LOMA Conference: e-Insurance
201305 - ACORD LOMA Conference: e-Insurance201305 - ACORD LOMA Conference: e-Insurance
201305 - ACORD LOMA Conference: e-Insurance
 
Promoting Electronic Payments - Leslie Olsen
Promoting Electronic Payments - Leslie OlsenPromoting Electronic Payments - Leslie Olsen
Promoting Electronic Payments - Leslie Olsen
 
How Santander UK Accelerates Digital Initiatives by Mastering Customer Data
How Santander UK Accelerates Digital Initiatives by Mastering Customer DataHow Santander UK Accelerates Digital Initiatives by Mastering Customer Data
How Santander UK Accelerates Digital Initiatives by Mastering Customer Data
 
Harris Interactive Src Risk, Churn, Win Back Workshop
Harris Interactive Src Risk, Churn, Win Back WorkshopHarris Interactive Src Risk, Churn, Win Back Workshop
Harris Interactive Src Risk, Churn, Win Back Workshop
 
Lending - POC
Lending - POCLending - POC
Lending - POC
 
Responsible Digital Credit Webinar
Responsible Digital Credit Webinar Responsible Digital Credit Webinar
Responsible Digital Credit Webinar
 
The Customer Journey: Owning the Moments That Matter: Diane Scott, Executive ...
The Customer Journey: Owning the Moments That Matter: Diane Scott, Executive ...The Customer Journey: Owning the Moments That Matter: Diane Scott, Executive ...
The Customer Journey: Owning the Moments That Matter: Diane Scott, Executive ...
 
Marketing Aspects of CRM .pdf
Marketing Aspects  of CRM .pdfMarketing Aspects  of CRM .pdf
Marketing Aspects of CRM .pdf
 

Plus de Prolifics

Prolifics SAP Data Assessment
Prolifics SAP Data AssessmentProlifics SAP Data Assessment
Prolifics SAP Data AssessmentProlifics
 
Prolifics Level 2 Test Lifecycle Automation Services Star West
Prolifics Level 2 Test Lifecycle Automation Services Star WestProlifics Level 2 Test Lifecycle Automation Services Star West
Prolifics Level 2 Test Lifecycle Automation Services Star WestProlifics
 
PureApplication: System, Service, Software
PureApplication: System, Service, SoftwarePureApplication: System, Service, Software
PureApplication: System, Service, SoftwareProlifics
 
Cloud Options for a Modern Architecture
Cloud Options for a Modern ArchitectureCloud Options for a Modern Architecture
Cloud Options for a Modern ArchitectureProlifics
 
Discover BPM Optimization in the Cloud
Discover BPM Optimization in the CloudDiscover BPM Optimization in the Cloud
Discover BPM Optimization in the CloudProlifics
 
Leveraging Governance in the IBM WebSphere Service Registry and Repository fo...
Leveraging Governance in the IBM WebSphere Service Registry and Repository fo...Leveraging Governance in the IBM WebSphere Service Registry and Repository fo...
Leveraging Governance in the IBM WebSphere Service Registry and Repository fo...Prolifics
 
Applying an IBM SOA Approach to Manual Processes Automation
Applying an IBM SOA Approach to Manual Processes AutomationApplying an IBM SOA Approach to Manual Processes Automation
Applying an IBM SOA Approach to Manual Processes AutomationProlifics
 
How Broadcast Music, Inc. Devised and Enabled Enterprise Architecture from Co...
How Broadcast Music, Inc. Devised and Enabled Enterprise Architecture from Co...How Broadcast Music, Inc. Devised and Enabled Enterprise Architecture from Co...
How Broadcast Music, Inc. Devised and Enabled Enterprise Architecture from Co...Prolifics
 
Using the Power of IBM Tivoli Common Reporting to Make Smart Decisions: The U...
Using the Power of IBM Tivoli Common Reporting to Make Smart Decisions: The U...Using the Power of IBM Tivoli Common Reporting to Make Smart Decisions: The U...
Using the Power of IBM Tivoli Common Reporting to Make Smart Decisions: The U...Prolifics
 
Empowering SmartCloud APM - Predictive Insights and Analysis: A Use Case Scen...
Empowering SmartCloud APM - Predictive Insights and Analysis: A Use Case Scen...Empowering SmartCloud APM - Predictive Insights and Analysis: A Use Case Scen...
Empowering SmartCloud APM - Predictive Insights and Analysis: A Use Case Scen...Prolifics
 
Best Practices for Monitoring Your Cloud Environment and Applications
Best Practices for Monitoring Your Cloud Environment and ApplicationsBest Practices for Monitoring Your Cloud Environment and Applications
Best Practices for Monitoring Your Cloud Environment and ApplicationsProlifics
 
Smarter Integration Using the IBM SOA Foundation Stack: Best Practices and Le...
Smarter Integration Using the IBM SOA Foundation Stack: Best Practices and Le...Smarter Integration Using the IBM SOA Foundation Stack: Best Practices and Le...
Smarter Integration Using the IBM SOA Foundation Stack: Best Practices and Le...Prolifics
 
Delivering Enterprise Applications: Faster. Cheaper. Better
Delivering Enterprise Applications: Faster. Cheaper. BetterDelivering Enterprise Applications: Faster. Cheaper. Better
Delivering Enterprise Applications: Faster. Cheaper. BetterProlifics
 
Architecting and Tuning IIB/eXtreme Scale for Maximum Performance and Reliabi...
Architecting and Tuning IIB/eXtreme Scale for Maximum Performance and Reliabi...Architecting and Tuning IIB/eXtreme Scale for Maximum Performance and Reliabi...
Architecting and Tuning IIB/eXtreme Scale for Maximum Performance and Reliabi...Prolifics
 
Integrating IBM PureApplication System and IBM UrbanCode Deploy: A GE Capital...
Integrating IBM PureApplication System and IBM UrbanCode Deploy: A GE Capital...Integrating IBM PureApplication System and IBM UrbanCode Deploy: A GE Capital...
Integrating IBM PureApplication System and IBM UrbanCode Deploy: A GE Capital...Prolifics
 
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...Prolifics
 
From Print to the Cloud and Beyond: The Story of a Century Old Company and it...
From Print to the Cloud and Beyond: The Story of a Century Old Company and it...From Print to the Cloud and Beyond: The Story of a Century Old Company and it...
From Print to the Cloud and Beyond: The Story of a Century Old Company and it...Prolifics
 
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast IronIntegrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast IronProlifics
 
Recommended Design Considerations for Enterprise Monitoring
Recommended Design Considerations for Enterprise Monitoring Recommended Design Considerations for Enterprise Monitoring
Recommended Design Considerations for Enterprise Monitoring Prolifics
 
Customizing the Mobile Connections App
Customizing the Mobile Connections AppCustomizing the Mobile Connections App
Customizing the Mobile Connections AppProlifics
 

Plus de Prolifics (20)

Prolifics SAP Data Assessment
Prolifics SAP Data AssessmentProlifics SAP Data Assessment
Prolifics SAP Data Assessment
 
Prolifics Level 2 Test Lifecycle Automation Services Star West
Prolifics Level 2 Test Lifecycle Automation Services Star WestProlifics Level 2 Test Lifecycle Automation Services Star West
Prolifics Level 2 Test Lifecycle Automation Services Star West
 
PureApplication: System, Service, Software
PureApplication: System, Service, SoftwarePureApplication: System, Service, Software
PureApplication: System, Service, Software
 
Cloud Options for a Modern Architecture
Cloud Options for a Modern ArchitectureCloud Options for a Modern Architecture
Cloud Options for a Modern Architecture
 
Discover BPM Optimization in the Cloud
Discover BPM Optimization in the CloudDiscover BPM Optimization in the Cloud
Discover BPM Optimization in the Cloud
 
Leveraging Governance in the IBM WebSphere Service Registry and Repository fo...
Leveraging Governance in the IBM WebSphere Service Registry and Repository fo...Leveraging Governance in the IBM WebSphere Service Registry and Repository fo...
Leveraging Governance in the IBM WebSphere Service Registry and Repository fo...
 
Applying an IBM SOA Approach to Manual Processes Automation
Applying an IBM SOA Approach to Manual Processes AutomationApplying an IBM SOA Approach to Manual Processes Automation
Applying an IBM SOA Approach to Manual Processes Automation
 
How Broadcast Music, Inc. Devised and Enabled Enterprise Architecture from Co...
How Broadcast Music, Inc. Devised and Enabled Enterprise Architecture from Co...How Broadcast Music, Inc. Devised and Enabled Enterprise Architecture from Co...
How Broadcast Music, Inc. Devised and Enabled Enterprise Architecture from Co...
 
Using the Power of IBM Tivoli Common Reporting to Make Smart Decisions: The U...
Using the Power of IBM Tivoli Common Reporting to Make Smart Decisions: The U...Using the Power of IBM Tivoli Common Reporting to Make Smart Decisions: The U...
Using the Power of IBM Tivoli Common Reporting to Make Smart Decisions: The U...
 
Empowering SmartCloud APM - Predictive Insights and Analysis: A Use Case Scen...
Empowering SmartCloud APM - Predictive Insights and Analysis: A Use Case Scen...Empowering SmartCloud APM - Predictive Insights and Analysis: A Use Case Scen...
Empowering SmartCloud APM - Predictive Insights and Analysis: A Use Case Scen...
 
Best Practices for Monitoring Your Cloud Environment and Applications
Best Practices for Monitoring Your Cloud Environment and ApplicationsBest Practices for Monitoring Your Cloud Environment and Applications
Best Practices for Monitoring Your Cloud Environment and Applications
 
Smarter Integration Using the IBM SOA Foundation Stack: Best Practices and Le...
Smarter Integration Using the IBM SOA Foundation Stack: Best Practices and Le...Smarter Integration Using the IBM SOA Foundation Stack: Best Practices and Le...
Smarter Integration Using the IBM SOA Foundation Stack: Best Practices and Le...
 
Delivering Enterprise Applications: Faster. Cheaper. Better
Delivering Enterprise Applications: Faster. Cheaper. BetterDelivering Enterprise Applications: Faster. Cheaper. Better
Delivering Enterprise Applications: Faster. Cheaper. Better
 
Architecting and Tuning IIB/eXtreme Scale for Maximum Performance and Reliabi...
Architecting and Tuning IIB/eXtreme Scale for Maximum Performance and Reliabi...Architecting and Tuning IIB/eXtreme Scale for Maximum Performance and Reliabi...
Architecting and Tuning IIB/eXtreme Scale for Maximum Performance and Reliabi...
 
Integrating IBM PureApplication System and IBM UrbanCode Deploy: A GE Capital...
Integrating IBM PureApplication System and IBM UrbanCode Deploy: A GE Capital...Integrating IBM PureApplication System and IBM UrbanCode Deploy: A GE Capital...
Integrating IBM PureApplication System and IBM UrbanCode Deploy: A GE Capital...
 
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
Broadcast Music Inc. Release Rockstars: Program-Wide DevOps Success with Urba...
 
From Print to the Cloud and Beyond: The Story of a Century Old Company and it...
From Print to the Cloud and Beyond: The Story of a Century Old Company and it...From Print to the Cloud and Beyond: The Story of a Century Old Company and it...
From Print to the Cloud and Beyond: The Story of a Century Old Company and it...
 
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast IronIntegrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
Integrating Salesforce.com and Oracle ERP Using IBM WebSphere Cast Iron
 
Recommended Design Considerations for Enterprise Monitoring
Recommended Design Considerations for Enterprise Monitoring Recommended Design Considerations for Enterprise Monitoring
Recommended Design Considerations for Enterprise Monitoring
 
Customizing the Mobile Connections App
Customizing the Mobile Connections AppCustomizing the Mobile Connections App
Customizing the Mobile Connections App
 

Dernier

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Dernier (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

The Mindset of Decision-Making: Best Practices to Increase Agility and Visibility with Operational Decision Management (ODM)

  • 1. The Mindset of Decision-Making: Best Practices to Increase Agility and Visibility with Operational Decision Management (ODM) Ryan Trollip Practice Director, Decision Management
  • 2. Agenda  Decision Management & Automation  Why now?  Decisions and Process (BPM)  Practical Decision Automation  Innovation & Optimization  Decision Automation Example
  • 4. Decisions Everywhere Horizontal: best/appropriate price, cross-sell/ up-sell recommendations, loyalty promotions, exception identification, risk/fraud assessment, straight-through processing approvals  Claim • Validation • STP approval • Exception routing  Policy/Underwriting • Eligibility • Risk • Pricing  Annuity • Recommendation • Commissioning • Payout calc.  Loan • Eligibility • Risk • Pricing  Account • Cross-sell • Fraud/Alerts  Credit Card • Mkg Offers • Fraud • Credit limit  Patient Care • Drug interaction risk warnings • Follow-up alerts  Member • Services recommendation • Eligibility • Benefit calculation  Provider • Patient eligibility for services  Benefits • Eligibility • Calculations  Tax Payer • Classification • Audit flagging  Citizen • Program(s) recommendation  Land/Permits • Conveyance processing • Contract compliance  Service Mgmt • Service prioritization • SLA alerts • Maintenance alerts • Order configuration Insurance Banking Healthcare Government Energy/Util./Telco
  • 5. Decision Management - Discipline Vs. Technology  Decision Identification/Creation  Decision Modeling  Decision Optimization  Decision Automation 5
  • 6. Why do I care?  Decisions are your IP  Costs money to manage change  Slow to change  Often not visible  Dispersed & duplicated, Inconsistent  Lack of clear ownership 6
  • 7. Difficult to manage! public class Application { private Customer customers[]; private Customer goldCustomers[]; ... public void checkOrder() { for (int i = 0; i < numCustomers; i++) { Customer aCustomer = customers[i]; if (aCustomer.checkIfGold()) { numGoldCustomers++; goldCustomers[numGoldCustomers] = aCustomer; if (aCustomer.getCurrentOrder().getAmount() > 100000) aCustomer.setSpecialDiscount (0.05); } } }
  • 9. Centralize 9 public class Application { private Customer customers[]; private Customer goldCustomers[]; ... public void checkOrder() { for (int i = 0; i < numCustomers; i++) { Customer aCustomer = customers[i]; if (aCustomer.checkIfGold()) { numGoldCustomers++; goldCustomers[numGoldCustomers] = aCustomer; if (aCustomer.getCurrentOrder().ge tAmount() > 100000) aCustomer.setSpecialDiscount (0.05); } } }
  • 11. Nexus of forces Mobile Financial App Sign in to mobile financial app to access personal financial data In-context social recommendations See social recommendations in financial app for banks. Initiate account opening from app Secure cloud-based personal data Financial app populates cloud based personal financial data into bank’s account opening steps Customer propensity with big data insight Bank combines customer data with big data benchmarks on external data to determine customer propensity for specific products offered during account opening – i.e. offer money market, credit cards? Rules for credit limits & up-sell Automatic decision points on credit limits and approval levels. Determine post account opening offers – migrate 401K account transfers? Process for approvals & orchestration Streamlined process to combine activation and approval routing for recommended products – checking accounts, overdraft protection line of credit and money market Account is activated and funded before customer logs off Account opening with
  • 12. The gap in business operations is widening Time to open a new account in retail banking 5 minutes – best 76 minutes – worst Availability of loan funds 2 days – best 37 days – worst Time for conditional mortgage approval 15 minutes – best in class 4 hours - median Source: Boston Consulting Group, The “New New Normal” in Retail Banking, 2012
  • 13. Drivers to Externalize Rules  Maturity of technology  Nexus of forces  Customer expectations  Competition  Customer Centricity 13
  • 14. Decisions in Process (BPM & Workflow Automation) 14
  • 15. Simplify Business Processes  Complexity leads to  Us doing the wrong things  Losing sight of the customer  The customer losing interest in us “Simplicity is the ultimate sophistication” Leonardo da Vinci  Simplifying business processes means enabling and managing business decisions  Extract business rules from business processes  Encapsulate business rules in decision models  Enable ownership of processes and decisions
  • 16. Accept low-risk applicant Decline high- risk applicant Process medium-risk applicant Age 21 to 75 Age 16 to 21 Age over 75
  • 17. Accept low-risk applicant Decline high- risk applicant Process medium-risk applicant Previous Accident, Existing Infraction Good Record Age 21 to 75 Age 16 to 21 Age over 75
  • 18. Accept low-risk applicant Decline high- risk applicant Process medium-risk applicant Previous Accident, Existing Infraction Good Record New Customer Long-standing Customer 1 or fewer Claims Multiple Claims Age 21 to 75 Age 16 to 21 Age over 75
  • 19. Accept low-risk applicant Decline high- risk applicant Process medium-risk applicant Previous Accident, Existing Infraction Good Record New Customer Long-standing Customer 1 or fewer Claims Multiple Claims Car Type Custom Car Sports Car Age 21 to 75 Age 16 to 21 Age over 75
  • 20. Accept low-risk applicant Decline high- risk applicant Process medium-risk applicant Previous Accident, Existing Infraction Good Record New Customer Long-standing Customer 1 or fewer Claims Multiple Claims Car Type Custom Car Sports Car Decisions in process/apps cause complexity Age 21 to 75 Age 16 to 21 Age over 75
  • 21. Process low- risk applicant Process high- risk applicant Process medium-risk applicant Low risk Medium risk High risk Determine applicant type Identifying decisions simplifies them
  • 24. Signals for Decision Management  Scale  Agility  Transparency  Ownership  Precision & Consistency
  • 25. Which Decisions?  Repeatable  Non-Trivial  Measureable Business Impact  Frequency of change
  • 26. Automation Complexity If x = 1 Then Y = X Manual Decisions Expert Decisions Simple Decisions
  • 27. Decision Words  Determine if a customer is eligible for a product  Validate the completeness of an application  Calculate the discount for an order  Assess which driver is high risk  Select the terms for a loan  Choose which loan to Fast Track
  • 29.
  • 30. Use Analytics to Improve 30
  • 31. 31 Why? - Prescriptive Deeper Analysis of Trends & Patterns • Analysis and Exploration • Ad-hoc Query • Trend and Statistical Analysis
  • 32. 32 What should we be doing? Predictive Foresight to Plan & Allocate Resources • What-If Analysis • Predictive Analysis
  • 33. ANALYTIC-DRIVEN ORGANIZATIONS are distinguished by their ability to leverage … All perspectives Past (historical, aggregated) Present (real-time) Future (predictive) At the point of impact All decisions Major and minor Strategic and tactical Routine and exceptions Manual and automated All information All information Transaction data Application data Machine data Social data Enterprise content All people All departments Experts and non-experts Executives and employees Partners and customers 33 All Processes Operational Management Etc.
  • 36. Reference Architecture  Centralize Decision & Workflow  Cache for performance (if necessary)  SOA backbone 36 Decision Management Workflow / BPM ESB / SOA MDM Cache System System System
  • 37. Customer Behavior & Cross Sell  Channels have different answers.. Sometimes conflicting.  Inability to capture & act on  interesting behavior.  events, risk, etc. 37 Web Call Center Branch Channels
  • 38. Customer Cross-Sell Capture Predict Act Customer Data • Demographics • Account Activity • Product Holdings • Channel Activity • Information Requests • Complaints • … Campaign Data • Contact history • Response/purchases • Test campaigns • … Analyses Predict who is likely to respond, based on their customer profile when receiving the campaign Scoring Marketing campaign process Key Performance Predictors and Campaign Results Rank best 3 offers Attitudinal Data • Customer Surveys • Twitter • Discussion Forums • Blogs • … Website recommendation engine Sales campaigns
  • 39. Use Case - Customer Behavior - Interest  Customer hits information pages on the site  Web interest captured in product/service B 39 Decision Management Workflow ESB / SOA MDM Cache Web Call Center Branch A B C D … B A C D …
  • 40. 40 Use Case – External Events  External events change internal priorities based on rules/model 40 Decision Management Workflow ESB / SOA MDM Cache Baby Web Call Center Branch A B C D … B C A D …
  • 41. 41 Use Case – Call Center  Not interested in certain products  Or tell me about it later 41 Decision Management Workflow ESB / SOA MDM Cache Web Call Center Branch B C A D … B C A D … 6 Months
  • 42. 42 Use Case – 6 Months Later  Workflow (BPM) kicked off by event  Customer called  Closed deal, update cache 42 Decision Management Workflow ESB / SOA MDM Cache Web Call Center Branch
  • 43. 43 Improve  Which product is more attractive to a wealthy customer?  Who do we risk loosing most as a customer? 43 Decision Management Workflow ESB / SOA MDM Cache Web Call Center Branch BIG Data
  • 44. Approach  Identify  Analytics and other techniques to identify what needs improving  Model  Models visualize, simplify and clarify business understanding  Automate  Automate complex decisions, processes and models  Manage  Automation is great… But the more complex the more difficult to manage/change  Specialization of systems workflow, Modeling, BRMS, CRM, ECM etc.  Good management of decisions and process is key to flexibility and efficiency  Improve  Analytics used to improve processes and decisions 44
  • 45.  5 things to remember about Decision Management:  Decisions are independent of process  Brings agility, visibility, consistency, centralization of decisions  Makes process simpler & smarter  Decouples decisions from the development lifecycle  Allows the business to manage their own decisions Wrap-up
  • 46. Next Steps  See Operational Decision & Process Management in action  Learn what’s possible with Prolifics Offerings & Combination offering By Prolifics & Decision Management Solutions  Discovery Workshop  Application Assessment  Iteration 1  Decision Modeling Training  Implement a 10 week quick start 46
  • 47. Ryan Trollip practice director, decision management prolifics | office: (646) 380-2895 | mobile: (774) 641-3666 rtrollip@prolifics.com | yahoo IM: rtrollip_prolifics