SlideShare uma empresa Scribd logo
1 de 31
Baixar para ler offline
P&C Insurance
           Middleware

    Draft - Q2, 2012                                                                    Gregg Barrett

This presentation contains proprietary and confidential information. Unlawful to copy or reproduce in any manner
                                         without express written consent.
Index
•   The Problem
•   Objective
•   P&C Insurance Landscape in South Africa
•   Drivers and Additional Benefits
•   System Foundation
•   System Technology
•   System Overview
     o   Party
     o   Policy
     o   Claims
     o   Structure in MS SQL Server
     o   Sagent

•   Areas of Focus
•   Development Strategy
•   Example of a Middleware Framework
•   Target Market
•   Positioning in the Market
•   Going Forward
•   On-boarding
•   So Where is the Revenue
•   It is all about Big Data
•   Competitive Position
•   Why Industry Development is Unlikely
•   Competitive Advantage
•   A Move to Standards
•   Summary
•   Glossary
The Problem
There is no straight-through-processing among participants in the P&C (short-term) insurance
industry. Rather islands of information locked-up in disparate systems.

Due to this lack of connectivity, the benefits derived from the creation of a value chain are
yet to be realised.

Participants include:
-   Insurers
-   Brokers
-   UMA’s
-   Reinsurers
-   Claims Service Providers

The extent of the problem from an insurers perspective:
40% - 60% of necessary data is off platform.
That is data sitting in external systems – beyond the sight and reporting of insurers.
Objective
Middleware platform utilising smart form technology
to provide straight-through-processing for the P&C
insurance industry.
P&C Insurance Landscape in South Africa
 •   Short-term insurers:
       o    99 short-term insurance licenses (FSB, 2010)
       o    Annual premium for 2010:
            R 72.479 billion, gross premium income (FSB, 2010)
       o    Annual claims for 2010:
            R 31.110 billion, claims paid (FSB, 2010)

 •   Short-term insurance brokers:
       o    >1000 short term insurance brokers (FIA)

 •   Short-term insurance broker system providers:
       o    +- 30 broker system providers in South Africa

 •   Processing bureaux’s:
       o   +-5 processing bureaux’s. This relates to a party role to which insurers or brokers or UMA’s outsource the processing of
           policies and claims. There is a sense that this may become illegal as the concept of a binder is now being introduced
           by the FSB.

 •   Underwriting Management Agencies (UMA’s):
      o   +- 400 Underwriting Management Agencies in total
      o   +- 74 Underwriting Management Agencies of size (SAUMA)

 •   Claims service providers:
       o   In the thousands

 •   Short-term reinsurers:
       o    9 licensed short-term reinsurers (FSB, 2010)
       o    Reinsurance premium for 2010:
            R 6.730 billion, gross premium income (FSB, 2010)
       o    Reinsurance claims for 2010:
            R 1.175 billion, claims paid (FSB, 2010)
Drivers Include
-    Insurers to implement processes and gain access to data required for Binder holder Regulations
     and SAM (Solvency Assessment & Management) compliance

-    Brokers to adhere to Binder holder agreement requirements

Insurance Laws Amendment Act (ILAA)
The ILAA (Insurance Laws Amendment Act) (Sec 48A) at the moment stipulates that an insurer may insist on receiving the data on
the risks for which it is on cover, from its appointed “Binder Holders”. It is envisaged that the regulations supporting the amendments
to (Sec 48A) will prescribe that insurers should at all times be in possession of information pertaining to risk and customer detail
committed under its licence.




                                         Additional Benefits
-    Improve the customers' experience through the common view of data
-    Price premiums more accurately and profitably as a result of leveraging more accurate data
-    Obtain more accurate coverage valuations through improved risk portfolio analysis
-    Get to market faster through a consistent and common definition of data and information
-    Enhance data governance and impact analysis of data changes on core insurance processes
     and underlying business rules
-    Increase profitability through reduced data integration time and costs
System Foundation
- IBM Insurance Application Architecture (IAA)
- ACORD
- Service Orientated Architecture (SOA)
System Technology
-   InfoPath
-   SQL
-   Sagent
-   Portrait
System Overview
-   Party
-   Policy
-   Claims
-   Structure in MS SQL Server
-   Sagent
PARTY



        Depiction using test data captured in the
        staging prototype system

        The party structure specifies a person or
        organization or both.

        In this example, the Party role is defined as
        an “UnderwritingManagerAndContactPerson”
        per the following screenshot.

        This particular party, an underwriting agent,
        would be referenced from the Policy entity
        within the policy as a producer as a
        secondary producer, along with the broker,
        as the main producer.

        The detail party data of address, contact
        information, banking, licensing data,
        employment, or credit score is held within the
        context of the primary party role.
POLICY
         Policy Placement

         Our staging design needs to provide for full flexibility
         in acting as an interface for sourcing data from
         different systems, which can also map to the
         schema developed with Acord RSA AML.

         A placement binds an insurer to coverage's.

         At this policy level there is only one coverage and no
         primary coverage.

         If we only have one insurer for all the sections we
         only have one placement ... otherwise there is an
         additional placement iteration for each insurer (or
         insurers for a coinsurance placement) containing the
         coverage's bound to that entity.
POLICY continued
                   Section and item level as coverage's and
                   secondary coverage's within the Policy
                   Placement structure.

                   This is the most misunderstood and complex
                   data area within insurance.

                   We have used the approach of iterating
                   coverage's within a Policy Placement (one
                   placement for one insurer, two placements for
                   two insurers, etc.). The first coverage iteration
                   applies to the policy level and then one iteration
                   covers each section level.

                   Clearly the section level does not reference any
                   risk.

                   The item level iteration requires a primary
                   coverage and references the applicable risk
                   (which in turn references a risk address). This
                   primary coverage nests all extensions or clauses
                   as secondary coverage's. We also provide for a
                   section item level coverage where the typical
                   example of claim preparation costs applies to all
                   items within one section.
CLAIMS
         A claim and a number of claim items and
         related financials.

         The Claim Activity log would reflect all activities
         within the life-cycle of the claim. The structure
         allows more than one claim item to attach to a
         claim as this is also planned as an
         enhancement.

         Each claim item reflects lists the information to
         track financial movements to the income
         statement and balance sheet of the insurer. The
         movement of estimates is added to any payment
         less any recovery to make up the claim incurred
         amount. This is added to any deductible to make
         up the “ground up” amount.
STAGING SYSTEM STRUCTURE IN MS SQL SERVER
1 - Case or Order to process   Party                       Policy
new or changed or cancelled       CaseOrder_SK                CaseOrder_SK

Party and/or Policy and/or        Party_SK                    Policy_SK

Claim                             sPartyId                    sPolicyId

                                  sFileAs                     sPolicyNumber

                                  sVatRegistrationNumber      sPolicyVersion

                                  bVatableIndicator           sPreviousPolicyNumber

                                                              sLOBCode

                                                              sPolicyStatusCode
CaseOrder                                                     sProcessCode
    CaseOrder_SK                                              sReasonDescription
    sCaseOrderId                                              sLanguageCode
    sProcessMessageCode         Claim                         sCurrencyCode
    sTransactionMessageCode         CaseOrder_SK              fVatRate
    sOriginatorCode                 Claim_SK                  sPaymentMethodCo de
    sUserName                       sClaimId                  sBillingMethodCode
    sFileAttachmentId               sPolicyIdRef              sContractFrequency Code
    sFileAttachmentName             sAddressIdRef             sPaymentFrequency Code
    sFileAttachmentCode             sInsurerClaimNumbe r      dOriginalStartDate
                                                               2 - Insurer, Reinsurer and Producer referencing Party
                                                                                                                                 Party                        Insurer
    sFileAttachmentURI              sProducerClaimNumber      dInsurancePeriodSt artDate                                             CaseOrder_SK                PolicyPlacement_SK

                                                                                                                                     Party_SK                    Insurer_SK
                                    sCurrencyCode             dInsurancePeriodEx piryDate
                                                                                                                                     sPartyId                    sInsurerId

                                    sClaimNarrative                                             Policy
                                                              dReviewDate                                                            sFileAs                     sPartyIdRef
                                                                                                   CaseOrder_SK
                                                                                                                                     sVatRegistrationNumber      sFileAs
                                    sLossCauseClassCo de      dSignedOn                            Policy_SK
                                                                                                                                     bVatableIndicator           sInsurerCode
                                                                  CaseOrder
                                                                                                   sPolicyId
                                    dLossDate                 sSignedAt
                                                                      CaseOrder_SK                                                                               sInsurerProductCode
                                                                                                   sPolicyNumber
                                                                      sCaseOrderId                                                                               sInsurerProductDescription
                                    dDiscoveredDate           sSignedBy                            sPolicyVersion
                                                                      sProcessMessageCode                                                                        sInsurerPolicyNumber
                                                                                                   sPreviousPolicyNumber
                                    cClaimIncurredAmount              sTransactionMessageCode                                                                    sInsurerAgencyNumber
                                                                                                   sLOBCode
                                                                      sOriginatorCode                                                                            sInsurerGroupId
                                    cClaimGroundUpAmount                                           sPolicyStatusCode
                                                                      sUserName                                                                                  fPlacementPercent
                                                                                                   sProcessCode                 PolicyPlacement
                                                                      sFileAttachmentId                                                                          bLeadIndicator
                                                                                                   sReasonDescription               Policy_SK
                                                                      sFileAttachmentName
                                                                                                   sLanguageCode                    PolicyPlacement_SK
                                                                      sFileAttachmentCode
                                                                                                   sCurrencyCode                    sPolicyPlacementId
                                                                      sFileAttachmentURI                                                                      Producer
                                                                                                   fVatRate
                                                                                                                                                                 PolicyPlacement_SK
                                                                                                   sPaymentMethodCode
                                                                                                                                                                 Producer_SK
                                                                                                   sBillingMethodCode
                                                                                                                                                                 sProducerId
                                                                                                   sContractFrequencyCode
                                                                                                                                                                 sPartyIdRef
                                                                                                   sPaymentFrequencyCode        Reinsurer
                                                                                                                                                                 sFileAs
                                                                                                                                   PolicyPlacement_SK
                                                                                                   dOriginalStartDate
                                                                                                                                                                 sProducerProductCode
                                                                                                                                   Reinsurer_SK
                                                                                                   dInsurancePeriodStartDate
                                                                                                                                                                 sProducerProductDescription
                                                                                                                                   sReinsurerId
                                                                                                   dInsurancePeriodExpiryDate
                                                                                                                                                                 sProducerPolicyNumber
                                                                                                                                   sPartyIdRef
                                                                                                   dReviewDate
                                                                                                                                                                 sProducerRole
                                                                                                                                   sFileAs
                                                                                                   dSignedOn
                                                                                                                                                                 sCommissionLevel1
                                                                                                                                   sReinsurerCode
                                                                                                   sSignedAt
                                                                                                                                                                 fCommissionLevel1Percent
                                                                                                                                   sReinsurerAgencyNumber
                                                                                                   sSignedBy
                                                                                                                                                                 sCommissionLevel2

                                                                                                                                                                 fCommissionLevel2Percent

                                                                                                                                                                 sCommissionLevel3

                                                                                                                                                                 fCommissionLevel3Percent

                                                                                                                                                                 sCommissionLevel4

                                                                                                                                                                 fCommissionLevel4Percent

                                                                                                                                                                 sCommissionLevel5

                                                                                                                                                                 fCommissionLevel5Percent

                                                                                                                                                                 sCommissionLevel6

                                                                                                                                                                 fCommissionLevel6Percent
SAGENT PLAN TO MOVE DATA FROM XML FILE TO STAGING SYSTEM IN MS SQL SERVER
SAGENT PLAN TO CALCULATE MOTOR PREMIUM FROM DATA IN STAGING SYSTEM
Areas of Focus
-   Complete definition of broker, insurer and uma roles
-   Smart form performance
-   Accommodating the rules
-   Data warehouse
Development Strategy
Mid-term:
- Reporting and analytics:

Business intelligence solution based on dimensional structures to
facilitate predictive analysis and price determination as a
service.


Long-term:
- Business services platform for financial services
Example of a Middleware Framework
Target Market

Our major clients to target:
• +- 30 broker systems
• +- 5 processing bureaux’s
  (where insurers or brokers or UMA’s outsource the processing of policies and
  claims. Total premium income in this domain is +- 20 billion rand.)
Positioning in the Market
-   Position the forms as industry forms used by all role players to front-
    end their systems and as the major connectivity tool.
    This would reduce complexity, minimise training, cut-out major
    duplication in the market.

-   Enrichment of data is also a major thrust.

-   A multi-channel web services oriented architecture based on cloud
    computing.

-   Be the first to market. South African legislation will be a driver for a
    risk-based capital business model.
Going Forward
Step 1: Complete the middleware solution

Step 2: On-board industry participants

Step 3: Revenue generation from
      Reporting/Analytics/Business Intelligence
On-boarding
Why industry will come on board:
-   Industry participants need connectivity
-   Industry participants currently have little options for
    connectivity
-   We are providing them with connectivity
-   We are providing the platform at no cost
-   We are on-boarding them onto the platform at no cost
-   No on-going cost to utilise the platform


Thus very little risk to industry participants, only
potential gain.
So Where is the Revenue?
For industry participants there is NO competitive advantage from
backend systems:
   o Only potential competitive disadvantage
   o A properly functioning backend is the baseline


For industry participants competitive advantage lies in data and
service provision:
   o   ALM (Asset/Liability Management
   o   What you choose to underwrite
   o   At what price
   o   Service provision
         • Including claims procurement


Revenue lies in “Big Data”
   o Provide products and services around Reporting/Analytics/Business Intelligence
It is all about Big Data
big numbers…..
-   A free middleware platform for the industry attracts a large user
    base
-   A large user base provides big data
-   Big data provides the opportunity to provide products and
    services around this data


Note: we are not claiming ownership of the data nor disclosing it to
3rd parties. We are simply best positioned to assist users of the
middleware platform in turning their data into valuable information


Think along the lines of a Bloomberg terminal for the P&C insurance
industry
Competitive Position
Market Participants:
-  Insurers cannot send and receive (bi-directional) ACORD messages
-  Brokers cannot send and receive (bi-directional) ACORD messages
-  UMA’s cannot send and receive (bi-directional) ACORD messages

System Providers:
-   No insurance system provider with a full middleware platform
-   No broker system provider with a full middleware platform
-   No UMA system provider with a full middleware platform
-   No third party provider with a full middleware platform
-   Industry platform (Stride) is a messaging platform

Competition anytime soon?
- Straight-through-processing has been spoken about in the industry since the 90's, yet
  nothing exists to provide it.
- This solution has been development for the better part of 10 years and is the nearest to
  being a fully operational middleware platform that obviates the need for the industry to
  rewrite their applications.
- The ACORD standard for claims was based on this solutions’ claims framework.
- +- 20 000 drop down data fields
Why Industry Development is Unlikely

Using Stride as an example:
Stride state that much development work from all industry participants is required
for participants to attain the required connectivity.

In todays environment it is unrealistic that the numerous industry participants are
going to start establishing risky, costly and lengthy development projects to
rewrite their applications.

Further there is the question of resources who will be able to undertake the work,
let alone the cost?

On the ACORD front:
ACORD is NOT a panacea. (ACORD does not equal connectivity.)
There is also NO ACORD schema that deals with the claims service providers
amongst others.

Ultimately the business will go to those who can provide a solution - a
solution that works and at low cost.
Competitive Advantage
To compete:
-   Need to have a middleware platform
-   Need to have a large user base


First to market and no cost barrier drives a large user base.

Enduring competitive advantage:
-   Barrier: Cost and skill to develop middleware platform
-   Barrier: Cost and skill to on-board users
-   Barrier: Once established existing users have no incentive to switch
-   Barrier: Need critical user base to generate revenue
-   Potential competitors would face problems:
     -   Sufficient capital to cover period to critical user base
     -   Risk of not reaching critical user base - due to little incentive for industry
         participants to switch
A Move to Standards
•   OASIS - Universal Business Language (UBL)
•   OASIS - Reference Architecture Foundation for SOA
•   OASIS - Web Services Business Process Execution Language (WS-BPEL)
•   OASIS - Unstructured Information Management Architecture (UIMA)
•   OASIS - Customer Information Quality (CIQ)
•   OASIS - Business-Centric Methodology (BCM)
•   OASIS - Content Assembly Mechanism (CAM)
•   XBRL - Extensible Business Reporting Language
•   ACORD - Message Library (AML)
Summary
• The business problem is well understood
• The technology exists
• The standards exist

What remains is to deploy the solution.
Glossary
•   P&C - Property and Casualty. P&C is international terminology for short-term
    insurance
•   FSB - Financial Services Board
•   SAIA - South African Insurance Association
•   FIA - Financial Intermediaries Association of Southern Africa
•   ACORD - Association for Cooperative Operations Research and Development
•   SAUMA - South African Underwriting Managers Association
•   IISA - The Insurance Institute of South Africa
•   IBM IAA - IBM Insurance Application Architecture
•   SOA - Service Orientated Architecture
•   UMA - Underwriting Management Agency
•   OASIS - Organization for the Advancement of Structured Information
    Standards.
•   XBRL - Extensible Business Reporting Language
•   XML - Extensible Markup Language

Mais conteúdo relacionado

Mais procurados

Innovation and Big Data in Insurance
Innovation and Big Data in InsuranceInnovation and Big Data in Insurance
Innovation and Big Data in InsuranceMateusz Maj
 
Serene Zawaydeh - Big Data -Investment -Wavelets
Serene Zawaydeh - Big Data -Investment -WaveletsSerene Zawaydeh - Big Data -Investment -Wavelets
Serene Zawaydeh - Big Data -Investment -WaveletsSerene Zawaydeh
 
Lis 2013 05_16_mobile applications in the service of life insurance_natalia m...
Lis 2013 05_16_mobile applications in the service of life insurance_natalia m...Lis 2013 05_16_mobile applications in the service of life insurance_natalia m...
Lis 2013 05_16_mobile applications in the service of life insurance_natalia m...Natalia Maszota
 
Case study Big Data Insurance
Case study Big Data InsuranceCase study Big Data Insurance
Case study Big Data InsuranceRajnish Goswami
 
Fraud Detection in Insurance with Machine Learning for WARTA - Artur Suchwalko
Fraud Detection in Insurance with Machine Learning for WARTA - Artur SuchwalkoFraud Detection in Insurance with Machine Learning for WARTA - Artur Suchwalko
Fraud Detection in Insurance with Machine Learning for WARTA - Artur SuchwalkoInstitute of Contemporary Sciences
 
The way forward. Insurance in an age of customer intimacy and Internet of Things
The way forward. Insurance in an age of customer intimacy and Internet of ThingsThe way forward. Insurance in an age of customer intimacy and Internet of Things
The way forward. Insurance in an age of customer intimacy and Internet of ThingsThe Economist Media Businesses
 
Id insurance big data analytics whitepaper 20150527_lo res
Id insurance  big data analytics whitepaper  20150527_lo resId insurance  big data analytics whitepaper  20150527_lo res
Id insurance big data analytics whitepaper 20150527_lo resPrakash Kuttikatt
 
maat International Group - Ethical fund for Project Financing
maat International Group -  Ethical fund  for Project Financingmaat International Group -  Ethical fund  for Project Financing
maat International Group - Ethical fund for Project FinancingSantiago Jimenez
 
Accenture Insurance Data Capture
Accenture Insurance Data Capture Accenture Insurance Data Capture
Accenture Insurance Data Capture Accenture Insurance
 
Modernizing the Insurance Value Chain: Top Three Digital Imperatives
Modernizing the Insurance Value Chain: Top Three Digital ImperativesModernizing the Insurance Value Chain: Top Three Digital Imperatives
Modernizing the Insurance Value Chain: Top Three Digital ImperativesCognizant
 
Fueling the future of fintech with data science and ai
Fueling the future of fintech with data science and aiFueling the future of fintech with data science and ai
Fueling the future of fintech with data science and aiIndusNetMarketing
 
The Currency of Trust: Why Banks and Insurers Must Make Customer Data Safer a...
The Currency of Trust: Why Banks and Insurers Must Make Customer Data Safer a...The Currency of Trust: Why Banks and Insurers Must Make Customer Data Safer a...
The Currency of Trust: Why Banks and Insurers Must Make Customer Data Safer a...Capgemini
 
SAS Customer Analytics for Insurance
SAS Customer Analytics for InsuranceSAS Customer Analytics for Insurance
SAS Customer Analytics for Insurancestuartdrose
 
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...RapidValue
 
The Future of Underwriting
The Future of Underwriting The Future of Underwriting
The Future of Underwriting EIJAZ MUHAMMAD
 
SAS for Insurance
SAS for InsuranceSAS for Insurance
SAS for Insurancestuartdrose
 
Forrester big data_predictive_analytics
Forrester big data_predictive_analyticsForrester big data_predictive_analytics
Forrester big data_predictive_analyticsShyam Sarkar
 
How Insurers Can Tame Data to Drive Innovation
How Insurers Can Tame Data to Drive InnovationHow Insurers Can Tame Data to Drive Innovation
How Insurers Can Tame Data to Drive InnovationCognizant
 
Requirements Workshop -Text Analytics System - Serene Zawaydeh
Requirements Workshop -Text Analytics System - Serene ZawaydehRequirements Workshop -Text Analytics System - Serene Zawaydeh
Requirements Workshop -Text Analytics System - Serene ZawaydehSerene Zawaydeh
 

Mais procurados (19)

Innovation and Big Data in Insurance
Innovation and Big Data in InsuranceInnovation and Big Data in Insurance
Innovation and Big Data in Insurance
 
Serene Zawaydeh - Big Data -Investment -Wavelets
Serene Zawaydeh - Big Data -Investment -WaveletsSerene Zawaydeh - Big Data -Investment -Wavelets
Serene Zawaydeh - Big Data -Investment -Wavelets
 
Lis 2013 05_16_mobile applications in the service of life insurance_natalia m...
Lis 2013 05_16_mobile applications in the service of life insurance_natalia m...Lis 2013 05_16_mobile applications in the service of life insurance_natalia m...
Lis 2013 05_16_mobile applications in the service of life insurance_natalia m...
 
Case study Big Data Insurance
Case study Big Data InsuranceCase study Big Data Insurance
Case study Big Data Insurance
 
Fraud Detection in Insurance with Machine Learning for WARTA - Artur Suchwalko
Fraud Detection in Insurance with Machine Learning for WARTA - Artur SuchwalkoFraud Detection in Insurance with Machine Learning for WARTA - Artur Suchwalko
Fraud Detection in Insurance with Machine Learning for WARTA - Artur Suchwalko
 
The way forward. Insurance in an age of customer intimacy and Internet of Things
The way forward. Insurance in an age of customer intimacy and Internet of ThingsThe way forward. Insurance in an age of customer intimacy and Internet of Things
The way forward. Insurance in an age of customer intimacy and Internet of Things
 
Id insurance big data analytics whitepaper 20150527_lo res
Id insurance  big data analytics whitepaper  20150527_lo resId insurance  big data analytics whitepaper  20150527_lo res
Id insurance big data analytics whitepaper 20150527_lo res
 
maat International Group - Ethical fund for Project Financing
maat International Group -  Ethical fund  for Project Financingmaat International Group -  Ethical fund  for Project Financing
maat International Group - Ethical fund for Project Financing
 
Accenture Insurance Data Capture
Accenture Insurance Data Capture Accenture Insurance Data Capture
Accenture Insurance Data Capture
 
Modernizing the Insurance Value Chain: Top Three Digital Imperatives
Modernizing the Insurance Value Chain: Top Three Digital ImperativesModernizing the Insurance Value Chain: Top Three Digital Imperatives
Modernizing the Insurance Value Chain: Top Three Digital Imperatives
 
Fueling the future of fintech with data science and ai
Fueling the future of fintech with data science and aiFueling the future of fintech with data science and ai
Fueling the future of fintech with data science and ai
 
The Currency of Trust: Why Banks and Insurers Must Make Customer Data Safer a...
The Currency of Trust: Why Banks and Insurers Must Make Customer Data Safer a...The Currency of Trust: Why Banks and Insurers Must Make Customer Data Safer a...
The Currency of Trust: Why Banks and Insurers Must Make Customer Data Safer a...
 
SAS Customer Analytics for Insurance
SAS Customer Analytics for InsuranceSAS Customer Analytics for Insurance
SAS Customer Analytics for Insurance
 
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
 
The Future of Underwriting
The Future of Underwriting The Future of Underwriting
The Future of Underwriting
 
SAS for Insurance
SAS for InsuranceSAS for Insurance
SAS for Insurance
 
Forrester big data_predictive_analytics
Forrester big data_predictive_analyticsForrester big data_predictive_analytics
Forrester big data_predictive_analytics
 
How Insurers Can Tame Data to Drive Innovation
How Insurers Can Tame Data to Drive InnovationHow Insurers Can Tame Data to Drive Innovation
How Insurers Can Tame Data to Drive Innovation
 
Requirements Workshop -Text Analytics System - Serene Zawaydeh
Requirements Workshop -Text Analytics System - Serene ZawaydehRequirements Workshop -Text Analytics System - Serene Zawaydeh
Requirements Workshop -Text Analytics System - Serene Zawaydeh
 

Semelhante a P&C insurance middleware presentation v1

Verizon 2014 pci compliance report
Verizon 2014 pci compliance reportVerizon 2014 pci compliance report
Verizon 2014 pci compliance reportBee_Ware
 
Verizon 2014 PCI Compliance Report
Verizon 2014 PCI Compliance ReportVerizon 2014 PCI Compliance Report
Verizon 2014 PCI Compliance Report- Mark - Fullbright
 
Cyber loss model for all industries
Cyber loss model for all industriesCyber loss model for all industries
Cyber loss model for all industriesThomas Lee
 
Purchase Recommendation Versik Analytics Inc - 09-23-16
Purchase Recommendation Versik Analytics Inc - 09-23-16Purchase Recommendation Versik Analytics Inc - 09-23-16
Purchase Recommendation Versik Analytics Inc - 09-23-16Harrison Hessel
 
Reducing value chain inefficiencies: insurance use cases
Reducing value chain inefficiencies: insurance use casesReducing value chain inefficiencies: insurance use cases
Reducing value chain inefficiencies: insurance use casesI AM Consulting
 
Whitepaper: Moving to Clouds? Simplify your approach to understand the risks ...
Whitepaper: Moving to Clouds? Simplify your approach to understand the risks ...Whitepaper: Moving to Clouds? Simplify your approach to understand the risks ...
Whitepaper: Moving to Clouds? Simplify your approach to understand the risks ...Happiest Minds Technologies
 
CIA Quebec 11 Sept 2015 Presentation C Louis Final
CIA Quebec 11 Sept 2015 Presentation C Louis FinalCIA Quebec 11 Sept 2015 Presentation C Louis Final
CIA Quebec 11 Sept 2015 Presentation C Louis FinalClaire Louis
 
Simplify Your Approach To_Assess The Risks Of Moving Into The Cloud
Simplify Your Approach To_Assess The Risks Of Moving Into The CloudSimplify Your Approach To_Assess The Risks Of Moving Into The Cloud
Simplify Your Approach To_Assess The Risks Of Moving Into The CloudHappiest Minds Technologies
 
Commercial: PwC Top Issues
Commercial: PwC Top Issues Commercial: PwC Top Issues
Commercial: PwC Top Issues PwC
 
IRJET - Precise and Efficient Processing of Data in Permissioned Blockchain
IRJET - Precise and Efficient Processing of Data in Permissioned BlockchainIRJET - Precise and Efficient Processing of Data in Permissioned Blockchain
IRJET - Precise and Efficient Processing of Data in Permissioned BlockchainIRJET Journal
 
P8 a blockchain framework for insurance processes
P8 a blockchain framework for insurance processesP8 a blockchain framework for insurance processes
P8 a blockchain framework for insurance processesdevid8
 
Wiliam McGrath's commentary on the actuarial standards governing the buy-out/...
Wiliam McGrath's commentary on the actuarial standards governing the buy-out/...Wiliam McGrath's commentary on the actuarial standards governing the buy-out/...
Wiliam McGrath's commentary on the actuarial standards governing the buy-out/...Henry Tapper
 
Optiv Security Award Write Up
Optiv Security Award Write UpOptiv Security Award Write Up
Optiv Security Award Write UpClaudia Toscano
 
Insurance Round Table
Insurance Round TableInsurance Round Table
Insurance Round TableR3
 
Advanced Manuscript Endorsement Processing
Advanced Manuscript Endorsement ProcessingAdvanced Manuscript Endorsement Processing
Advanced Manuscript Endorsement ProcessingCognizant
 
Preview novarica1905 mn-pas-pc
Preview novarica1905 mn-pas-pcPreview novarica1905 mn-pas-pc
Preview novarica1905 mn-pas-pc~Eric Principe
 
Cover and CyberSecurity Essay
Cover and CyberSecurity EssayCover and CyberSecurity Essay
Cover and CyberSecurity EssayMichael Solomon
 
Rental, HOA, Insurance, Consumer Loans Markets Overview
Rental, HOA, Insurance, Consumer Loans Markets OverviewRental, HOA, Insurance, Consumer Loans Markets Overview
Rental, HOA, Insurance, Consumer Loans Markets OverviewChristopher "Dain" Hall
 

Semelhante a P&C insurance middleware presentation v1 (20)

Verizon 2014 pci compliance report
Verizon 2014 pci compliance reportVerizon 2014 pci compliance report
Verizon 2014 pci compliance report
 
Verizon 2014 PCI Compliance Report
Verizon 2014 PCI Compliance ReportVerizon 2014 PCI Compliance Report
Verizon 2014 PCI Compliance Report
 
Cyber loss model for all industries
Cyber loss model for all industriesCyber loss model for all industries
Cyber loss model for all industries
 
Purchase Recommendation Versik Analytics Inc - 09-23-16
Purchase Recommendation Versik Analytics Inc - 09-23-16Purchase Recommendation Versik Analytics Inc - 09-23-16
Purchase Recommendation Versik Analytics Inc - 09-23-16
 
Reducing value chain inefficiencies: insurance use cases
Reducing value chain inefficiencies: insurance use casesReducing value chain inefficiencies: insurance use cases
Reducing value chain inefficiencies: insurance use cases
 
Whitepaper: Moving to Clouds? Simplify your approach to understand the risks ...
Whitepaper: Moving to Clouds? Simplify your approach to understand the risks ...Whitepaper: Moving to Clouds? Simplify your approach to understand the risks ...
Whitepaper: Moving to Clouds? Simplify your approach to understand the risks ...
 
CIA Quebec 11 Sept 2015 Presentation C Louis Final
CIA Quebec 11 Sept 2015 Presentation C Louis FinalCIA Quebec 11 Sept 2015 Presentation C Louis Final
CIA Quebec 11 Sept 2015 Presentation C Louis Final
 
Simplify Your Approach To_Assess The Risks Of Moving Into The Cloud
Simplify Your Approach To_Assess The Risks Of Moving Into The CloudSimplify Your Approach To_Assess The Risks Of Moving Into The Cloud
Simplify Your Approach To_Assess The Risks Of Moving Into The Cloud
 
Commercial: PwC Top Issues
Commercial: PwC Top Issues Commercial: PwC Top Issues
Commercial: PwC Top Issues
 
IRJET - Precise and Efficient Processing of Data in Permissioned Blockchain
IRJET - Precise and Efficient Processing of Data in Permissioned BlockchainIRJET - Precise and Efficient Processing of Data in Permissioned Blockchain
IRJET - Precise and Efficient Processing of Data in Permissioned Blockchain
 
P8 a blockchain framework for insurance processes
P8 a blockchain framework for insurance processesP8 a blockchain framework for insurance processes
P8 a blockchain framework for insurance processes
 
Wiliam McGrath's commentary on the actuarial standards governing the buy-out/...
Wiliam McGrath's commentary on the actuarial standards governing the buy-out/...Wiliam McGrath's commentary on the actuarial standards governing the buy-out/...
Wiliam McGrath's commentary on the actuarial standards governing the buy-out/...
 
Optiv Security Award Write Up
Optiv Security Award Write UpOptiv Security Award Write Up
Optiv Security Award Write Up
 
Insurance Round Table
Insurance Round TableInsurance Round Table
Insurance Round Table
 
Advanced Manuscript Endorsement Processing
Advanced Manuscript Endorsement ProcessingAdvanced Manuscript Endorsement Processing
Advanced Manuscript Endorsement Processing
 
Preview novarica1905 mn-pas-pc
Preview novarica1905 mn-pas-pcPreview novarica1905 mn-pas-pc
Preview novarica1905 mn-pas-pc
 
General flyer
General flyerGeneral flyer
General flyer
 
Cover and CyberSecurity Essay
Cover and CyberSecurity EssayCover and CyberSecurity Essay
Cover and CyberSecurity Essay
 
Rental, HOA, Insurance, Consumer Loans Markets Overview
Rental, HOA, Insurance, Consumer Loans Markets OverviewRental, HOA, Insurance, Consumer Loans Markets Overview
Rental, HOA, Insurance, Consumer Loans Markets Overview
 
BCBS 239
BCBS 239BCBS 239
BCBS 239
 

Mais de Gregg Barrett

Cirrus: Africa's AI initiative, Proposal 2018
Cirrus: Africa's AI initiative, Proposal 2018Cirrus: Africa's AI initiative, Proposal 2018
Cirrus: Africa's AI initiative, Proposal 2018Gregg Barrett
 
Cirrus: Africa's AI initiative
Cirrus: Africa's AI initiativeCirrus: Africa's AI initiative
Cirrus: Africa's AI initiativeGregg Barrett
 
Applied machine learning: Insurance
Applied machine learning: InsuranceApplied machine learning: Insurance
Applied machine learning: InsuranceGregg Barrett
 
Road and Track Vehicle - Project Document
Road and Track Vehicle - Project DocumentRoad and Track Vehicle - Project Document
Road and Track Vehicle - Project DocumentGregg Barrett
 
Modelling the expected loss of bodily injury claims using gradient boosting
Modelling the expected loss of bodily injury claims using gradient boostingModelling the expected loss of bodily injury claims using gradient boosting
Modelling the expected loss of bodily injury claims using gradient boostingGregg Barrett
 
Data Science Introduction - Data Science: What Art Thou?
Data Science Introduction - Data Science: What Art Thou?Data Science Introduction - Data Science: What Art Thou?
Data Science Introduction - Data Science: What Art Thou?Gregg Barrett
 
Revenue Generation Ideas for Tesla Motors
Revenue Generation Ideas for Tesla MotorsRevenue Generation Ideas for Tesla Motors
Revenue Generation Ideas for Tesla MotorsGregg Barrett
 
Data science unit introduction
Data science unit introductionData science unit introduction
Data science unit introductionGregg Barrett
 
Social networking brings power
Social networking brings powerSocial networking brings power
Social networking brings powerGregg Barrett
 
Procurement can be exciting
Procurement can be excitingProcurement can be exciting
Procurement can be excitingGregg Barrett
 
Machine Learning Approaches to Brewing Beer
Machine Learning Approaches to Brewing BeerMachine Learning Approaches to Brewing Beer
Machine Learning Approaches to Brewing BeerGregg Barrett
 
A note to Data Science and Machine Learning managers
A note to Data Science and Machine Learning managersA note to Data Science and Machine Learning managers
A note to Data Science and Machine Learning managersGregg Barrett
 
Quick Introduction: To run a SQL query on the Chicago Employee Data, using Cl...
Quick Introduction: To run a SQL query on the Chicago Employee Data, using Cl...Quick Introduction: To run a SQL query on the Chicago Employee Data, using Cl...
Quick Introduction: To run a SQL query on the Chicago Employee Data, using Cl...Gregg Barrett
 
Efficient equity portfolios using mean variance optimisation in R
Efficient equity portfolios using mean variance optimisation in REfficient equity portfolios using mean variance optimisation in R
Efficient equity portfolios using mean variance optimisation in RGregg Barrett
 
Variable selection for classification and regression using R
Variable selection for classification and regression using RVariable selection for classification and regression using R
Variable selection for classification and regression using RGregg Barrett
 
Diabetes data - model assessment using R
Diabetes data - model assessment using RDiabetes data - model assessment using R
Diabetes data - model assessment using RGregg Barrett
 
Introduction to Microsoft R Services
Introduction to Microsoft R ServicesIntroduction to Microsoft R Services
Introduction to Microsoft R ServicesGregg Barrett
 
Insurance metrics overview
Insurance metrics overviewInsurance metrics overview
Insurance metrics overviewGregg Barrett
 
Review of mit sloan management review case study on analytics at Intermountain
Review of mit sloan management review case study on analytics at IntermountainReview of mit sloan management review case study on analytics at Intermountain
Review of mit sloan management review case study on analytics at IntermountainGregg Barrett
 

Mais de Gregg Barrett (20)

Cirrus: Africa's AI initiative, Proposal 2018
Cirrus: Africa's AI initiative, Proposal 2018Cirrus: Africa's AI initiative, Proposal 2018
Cirrus: Africa's AI initiative, Proposal 2018
 
Cirrus: Africa's AI initiative
Cirrus: Africa's AI initiativeCirrus: Africa's AI initiative
Cirrus: Africa's AI initiative
 
Applied machine learning: Insurance
Applied machine learning: InsuranceApplied machine learning: Insurance
Applied machine learning: Insurance
 
Road and Track Vehicle - Project Document
Road and Track Vehicle - Project DocumentRoad and Track Vehicle - Project Document
Road and Track Vehicle - Project Document
 
Modelling the expected loss of bodily injury claims using gradient boosting
Modelling the expected loss of bodily injury claims using gradient boostingModelling the expected loss of bodily injury claims using gradient boosting
Modelling the expected loss of bodily injury claims using gradient boosting
 
Data Science Introduction - Data Science: What Art Thou?
Data Science Introduction - Data Science: What Art Thou?Data Science Introduction - Data Science: What Art Thou?
Data Science Introduction - Data Science: What Art Thou?
 
Revenue Generation Ideas for Tesla Motors
Revenue Generation Ideas for Tesla MotorsRevenue Generation Ideas for Tesla Motors
Revenue Generation Ideas for Tesla Motors
 
Data science unit introduction
Data science unit introductionData science unit introduction
Data science unit introduction
 
Social networking brings power
Social networking brings powerSocial networking brings power
Social networking brings power
 
Procurement can be exciting
Procurement can be excitingProcurement can be exciting
Procurement can be exciting
 
Machine Learning Approaches to Brewing Beer
Machine Learning Approaches to Brewing BeerMachine Learning Approaches to Brewing Beer
Machine Learning Approaches to Brewing Beer
 
A note to Data Science and Machine Learning managers
A note to Data Science and Machine Learning managersA note to Data Science and Machine Learning managers
A note to Data Science and Machine Learning managers
 
Quick Introduction: To run a SQL query on the Chicago Employee Data, using Cl...
Quick Introduction: To run a SQL query on the Chicago Employee Data, using Cl...Quick Introduction: To run a SQL query on the Chicago Employee Data, using Cl...
Quick Introduction: To run a SQL query on the Chicago Employee Data, using Cl...
 
Efficient equity portfolios using mean variance optimisation in R
Efficient equity portfolios using mean variance optimisation in REfficient equity portfolios using mean variance optimisation in R
Efficient equity portfolios using mean variance optimisation in R
 
Hadoop Overview
Hadoop OverviewHadoop Overview
Hadoop Overview
 
Variable selection for classification and regression using R
Variable selection for classification and regression using RVariable selection for classification and regression using R
Variable selection for classification and regression using R
 
Diabetes data - model assessment using R
Diabetes data - model assessment using RDiabetes data - model assessment using R
Diabetes data - model assessment using R
 
Introduction to Microsoft R Services
Introduction to Microsoft R ServicesIntroduction to Microsoft R Services
Introduction to Microsoft R Services
 
Insurance metrics overview
Insurance metrics overviewInsurance metrics overview
Insurance metrics overview
 
Review of mit sloan management review case study on analytics at Intermountain
Review of mit sloan management review case study on analytics at IntermountainReview of mit sloan management review case study on analytics at Intermountain
Review of mit sloan management review case study on analytics at Intermountain
 

Último

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Último (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

P&C insurance middleware presentation v1

  • 1. P&C Insurance Middleware Draft - Q2, 2012 Gregg Barrett This presentation contains proprietary and confidential information. Unlawful to copy or reproduce in any manner without express written consent.
  • 2. Index • The Problem • Objective • P&C Insurance Landscape in South Africa • Drivers and Additional Benefits • System Foundation • System Technology • System Overview o Party o Policy o Claims o Structure in MS SQL Server o Sagent • Areas of Focus • Development Strategy • Example of a Middleware Framework • Target Market • Positioning in the Market • Going Forward • On-boarding • So Where is the Revenue • It is all about Big Data • Competitive Position • Why Industry Development is Unlikely • Competitive Advantage • A Move to Standards • Summary • Glossary
  • 3. The Problem There is no straight-through-processing among participants in the P&C (short-term) insurance industry. Rather islands of information locked-up in disparate systems. Due to this lack of connectivity, the benefits derived from the creation of a value chain are yet to be realised. Participants include: - Insurers - Brokers - UMA’s - Reinsurers - Claims Service Providers The extent of the problem from an insurers perspective: 40% - 60% of necessary data is off platform. That is data sitting in external systems – beyond the sight and reporting of insurers.
  • 4. Objective Middleware platform utilising smart form technology to provide straight-through-processing for the P&C insurance industry.
  • 5. P&C Insurance Landscape in South Africa • Short-term insurers: o 99 short-term insurance licenses (FSB, 2010) o Annual premium for 2010: R 72.479 billion, gross premium income (FSB, 2010) o Annual claims for 2010: R 31.110 billion, claims paid (FSB, 2010) • Short-term insurance brokers: o >1000 short term insurance brokers (FIA) • Short-term insurance broker system providers: o +- 30 broker system providers in South Africa • Processing bureaux’s: o +-5 processing bureaux’s. This relates to a party role to which insurers or brokers or UMA’s outsource the processing of policies and claims. There is a sense that this may become illegal as the concept of a binder is now being introduced by the FSB. • Underwriting Management Agencies (UMA’s): o +- 400 Underwriting Management Agencies in total o +- 74 Underwriting Management Agencies of size (SAUMA) • Claims service providers: o In the thousands • Short-term reinsurers: o 9 licensed short-term reinsurers (FSB, 2010) o Reinsurance premium for 2010: R 6.730 billion, gross premium income (FSB, 2010) o Reinsurance claims for 2010: R 1.175 billion, claims paid (FSB, 2010)
  • 6. Drivers Include - Insurers to implement processes and gain access to data required for Binder holder Regulations and SAM (Solvency Assessment & Management) compliance - Brokers to adhere to Binder holder agreement requirements Insurance Laws Amendment Act (ILAA) The ILAA (Insurance Laws Amendment Act) (Sec 48A) at the moment stipulates that an insurer may insist on receiving the data on the risks for which it is on cover, from its appointed “Binder Holders”. It is envisaged that the regulations supporting the amendments to (Sec 48A) will prescribe that insurers should at all times be in possession of information pertaining to risk and customer detail committed under its licence. Additional Benefits - Improve the customers' experience through the common view of data - Price premiums more accurately and profitably as a result of leveraging more accurate data - Obtain more accurate coverage valuations through improved risk portfolio analysis - Get to market faster through a consistent and common definition of data and information - Enhance data governance and impact analysis of data changes on core insurance processes and underlying business rules - Increase profitability through reduced data integration time and costs
  • 7. System Foundation - IBM Insurance Application Architecture (IAA) - ACORD - Service Orientated Architecture (SOA)
  • 8. System Technology - InfoPath - SQL - Sagent - Portrait
  • 9. System Overview - Party - Policy - Claims - Structure in MS SQL Server - Sagent
  • 10. PARTY Depiction using test data captured in the staging prototype system The party structure specifies a person or organization or both. In this example, the Party role is defined as an “UnderwritingManagerAndContactPerson” per the following screenshot. This particular party, an underwriting agent, would be referenced from the Policy entity within the policy as a producer as a secondary producer, along with the broker, as the main producer. The detail party data of address, contact information, banking, licensing data, employment, or credit score is held within the context of the primary party role.
  • 11. POLICY Policy Placement Our staging design needs to provide for full flexibility in acting as an interface for sourcing data from different systems, which can also map to the schema developed with Acord RSA AML. A placement binds an insurer to coverage's. At this policy level there is only one coverage and no primary coverage. If we only have one insurer for all the sections we only have one placement ... otherwise there is an additional placement iteration for each insurer (or insurers for a coinsurance placement) containing the coverage's bound to that entity.
  • 12. POLICY continued Section and item level as coverage's and secondary coverage's within the Policy Placement structure. This is the most misunderstood and complex data area within insurance. We have used the approach of iterating coverage's within a Policy Placement (one placement for one insurer, two placements for two insurers, etc.). The first coverage iteration applies to the policy level and then one iteration covers each section level. Clearly the section level does not reference any risk. The item level iteration requires a primary coverage and references the applicable risk (which in turn references a risk address). This primary coverage nests all extensions or clauses as secondary coverage's. We also provide for a section item level coverage where the typical example of claim preparation costs applies to all items within one section.
  • 13. CLAIMS A claim and a number of claim items and related financials. The Claim Activity log would reflect all activities within the life-cycle of the claim. The structure allows more than one claim item to attach to a claim as this is also planned as an enhancement. Each claim item reflects lists the information to track financial movements to the income statement and balance sheet of the insurer. The movement of estimates is added to any payment less any recovery to make up the claim incurred amount. This is added to any deductible to make up the “ground up” amount.
  • 14. STAGING SYSTEM STRUCTURE IN MS SQL SERVER 1 - Case or Order to process Party Policy new or changed or cancelled CaseOrder_SK CaseOrder_SK Party and/or Policy and/or Party_SK Policy_SK Claim sPartyId sPolicyId sFileAs sPolicyNumber sVatRegistrationNumber sPolicyVersion bVatableIndicator sPreviousPolicyNumber sLOBCode sPolicyStatusCode CaseOrder sProcessCode CaseOrder_SK sReasonDescription sCaseOrderId sLanguageCode sProcessMessageCode Claim sCurrencyCode sTransactionMessageCode CaseOrder_SK fVatRate sOriginatorCode Claim_SK sPaymentMethodCo de sUserName sClaimId sBillingMethodCode sFileAttachmentId sPolicyIdRef sContractFrequency Code sFileAttachmentName sAddressIdRef sPaymentFrequency Code sFileAttachmentCode sInsurerClaimNumbe r dOriginalStartDate 2 - Insurer, Reinsurer and Producer referencing Party Party Insurer sFileAttachmentURI sProducerClaimNumber dInsurancePeriodSt artDate CaseOrder_SK PolicyPlacement_SK Party_SK Insurer_SK sCurrencyCode dInsurancePeriodEx piryDate sPartyId sInsurerId sClaimNarrative Policy dReviewDate sFileAs sPartyIdRef CaseOrder_SK sVatRegistrationNumber sFileAs sLossCauseClassCo de dSignedOn Policy_SK bVatableIndicator sInsurerCode CaseOrder sPolicyId dLossDate sSignedAt CaseOrder_SK sInsurerProductCode sPolicyNumber sCaseOrderId sInsurerProductDescription dDiscoveredDate sSignedBy sPolicyVersion sProcessMessageCode sInsurerPolicyNumber sPreviousPolicyNumber cClaimIncurredAmount sTransactionMessageCode sInsurerAgencyNumber sLOBCode sOriginatorCode sInsurerGroupId cClaimGroundUpAmount sPolicyStatusCode sUserName fPlacementPercent sProcessCode PolicyPlacement sFileAttachmentId bLeadIndicator sReasonDescription Policy_SK sFileAttachmentName sLanguageCode PolicyPlacement_SK sFileAttachmentCode sCurrencyCode sPolicyPlacementId sFileAttachmentURI Producer fVatRate PolicyPlacement_SK sPaymentMethodCode Producer_SK sBillingMethodCode sProducerId sContractFrequencyCode sPartyIdRef sPaymentFrequencyCode Reinsurer sFileAs PolicyPlacement_SK dOriginalStartDate sProducerProductCode Reinsurer_SK dInsurancePeriodStartDate sProducerProductDescription sReinsurerId dInsurancePeriodExpiryDate sProducerPolicyNumber sPartyIdRef dReviewDate sProducerRole sFileAs dSignedOn sCommissionLevel1 sReinsurerCode sSignedAt fCommissionLevel1Percent sReinsurerAgencyNumber sSignedBy sCommissionLevel2 fCommissionLevel2Percent sCommissionLevel3 fCommissionLevel3Percent sCommissionLevel4 fCommissionLevel4Percent sCommissionLevel5 fCommissionLevel5Percent sCommissionLevel6 fCommissionLevel6Percent
  • 15. SAGENT PLAN TO MOVE DATA FROM XML FILE TO STAGING SYSTEM IN MS SQL SERVER
  • 16. SAGENT PLAN TO CALCULATE MOTOR PREMIUM FROM DATA IN STAGING SYSTEM
  • 17. Areas of Focus - Complete definition of broker, insurer and uma roles - Smart form performance - Accommodating the rules - Data warehouse
  • 18. Development Strategy Mid-term: - Reporting and analytics: Business intelligence solution based on dimensional structures to facilitate predictive analysis and price determination as a service. Long-term: - Business services platform for financial services
  • 19. Example of a Middleware Framework
  • 20. Target Market Our major clients to target: • +- 30 broker systems • +- 5 processing bureaux’s (where insurers or brokers or UMA’s outsource the processing of policies and claims. Total premium income in this domain is +- 20 billion rand.)
  • 21. Positioning in the Market - Position the forms as industry forms used by all role players to front- end their systems and as the major connectivity tool. This would reduce complexity, minimise training, cut-out major duplication in the market. - Enrichment of data is also a major thrust. - A multi-channel web services oriented architecture based on cloud computing. - Be the first to market. South African legislation will be a driver for a risk-based capital business model.
  • 22. Going Forward Step 1: Complete the middleware solution Step 2: On-board industry participants Step 3: Revenue generation from Reporting/Analytics/Business Intelligence
  • 23. On-boarding Why industry will come on board: - Industry participants need connectivity - Industry participants currently have little options for connectivity - We are providing them with connectivity - We are providing the platform at no cost - We are on-boarding them onto the platform at no cost - No on-going cost to utilise the platform Thus very little risk to industry participants, only potential gain.
  • 24. So Where is the Revenue? For industry participants there is NO competitive advantage from backend systems: o Only potential competitive disadvantage o A properly functioning backend is the baseline For industry participants competitive advantage lies in data and service provision: o ALM (Asset/Liability Management o What you choose to underwrite o At what price o Service provision • Including claims procurement Revenue lies in “Big Data” o Provide products and services around Reporting/Analytics/Business Intelligence
  • 25. It is all about Big Data big numbers….. - A free middleware platform for the industry attracts a large user base - A large user base provides big data - Big data provides the opportunity to provide products and services around this data Note: we are not claiming ownership of the data nor disclosing it to 3rd parties. We are simply best positioned to assist users of the middleware platform in turning their data into valuable information Think along the lines of a Bloomberg terminal for the P&C insurance industry
  • 26. Competitive Position Market Participants: - Insurers cannot send and receive (bi-directional) ACORD messages - Brokers cannot send and receive (bi-directional) ACORD messages - UMA’s cannot send and receive (bi-directional) ACORD messages System Providers: - No insurance system provider with a full middleware platform - No broker system provider with a full middleware platform - No UMA system provider with a full middleware platform - No third party provider with a full middleware platform - Industry platform (Stride) is a messaging platform Competition anytime soon? - Straight-through-processing has been spoken about in the industry since the 90's, yet nothing exists to provide it. - This solution has been development for the better part of 10 years and is the nearest to being a fully operational middleware platform that obviates the need for the industry to rewrite their applications. - The ACORD standard for claims was based on this solutions’ claims framework. - +- 20 000 drop down data fields
  • 27. Why Industry Development is Unlikely Using Stride as an example: Stride state that much development work from all industry participants is required for participants to attain the required connectivity. In todays environment it is unrealistic that the numerous industry participants are going to start establishing risky, costly and lengthy development projects to rewrite their applications. Further there is the question of resources who will be able to undertake the work, let alone the cost? On the ACORD front: ACORD is NOT a panacea. (ACORD does not equal connectivity.) There is also NO ACORD schema that deals with the claims service providers amongst others. Ultimately the business will go to those who can provide a solution - a solution that works and at low cost.
  • 28. Competitive Advantage To compete: - Need to have a middleware platform - Need to have a large user base First to market and no cost barrier drives a large user base. Enduring competitive advantage: - Barrier: Cost and skill to develop middleware platform - Barrier: Cost and skill to on-board users - Barrier: Once established existing users have no incentive to switch - Barrier: Need critical user base to generate revenue - Potential competitors would face problems: - Sufficient capital to cover period to critical user base - Risk of not reaching critical user base - due to little incentive for industry participants to switch
  • 29. A Move to Standards • OASIS - Universal Business Language (UBL) • OASIS - Reference Architecture Foundation for SOA • OASIS - Web Services Business Process Execution Language (WS-BPEL) • OASIS - Unstructured Information Management Architecture (UIMA) • OASIS - Customer Information Quality (CIQ) • OASIS - Business-Centric Methodology (BCM) • OASIS - Content Assembly Mechanism (CAM) • XBRL - Extensible Business Reporting Language • ACORD - Message Library (AML)
  • 30. Summary • The business problem is well understood • The technology exists • The standards exist What remains is to deploy the solution.
  • 31. Glossary • P&C - Property and Casualty. P&C is international terminology for short-term insurance • FSB - Financial Services Board • SAIA - South African Insurance Association • FIA - Financial Intermediaries Association of Southern Africa • ACORD - Association for Cooperative Operations Research and Development • SAUMA - South African Underwriting Managers Association • IISA - The Insurance Institute of South Africa • IBM IAA - IBM Insurance Application Architecture • SOA - Service Orientated Architecture • UMA - Underwriting Management Agency • OASIS - Organization for the Advancement of Structured Information Standards. • XBRL - Extensible Business Reporting Language • XML - Extensible Markup Language