SlideShare une entreprise Scribd logo
1  sur  20
Télécharger pour lire hors ligne
WHITE PAPER




oVerAll ApproAch To DATA QuAlITy roI


CONTENTS                                 The ImporTAnce of DATA QuAlITy
 1 The Importance of Data Quality
                                         Data quality is an elusive subject that can defy measurement and yet be
 3 Steps to Data quality ROI
   13 Step 1: System Inventory           critical enough to derail any single IT project, strategic initiative, or even a
   13 Step 2: Data Quality               company as a whole. The data layer of an organization is a critical component
      Rule Determination                 because it is so easy to ignore the quality of that data or to make overly
   16 Step 3: Data Profiling             optimistic assumptions about its efficacy. Having data quality as a focus
   17 Step 4: Data Quality Scoring
                                         is a business philosophy that aligns strategy, business culture, company
   19 Step 5: Measure Impact of
      Various Levels of Data Quality     information, and technology in order to manage data to the benefit of the
   11 Step 6: Data Quality Improvement   enterprise. Put simply, it is a competitive strategy. Just as our markets
13 Summary                               today expect operational excellence, rich product features, everyday low
14 Appendix: Industry Focus              prices, high product quality, and short time-to-market, one day they will also
   14 Retail
                                         expect data quality. In the meantime, each company has the opportunity to
   16 Financial
   16 Healthcare                         differentiate itself through the quality of its data. Leading companies are now
   17 Manufacturing                      defining what the marketplace data quality expectation will be.
   17 Telecommunications
18 About the Author                      A parallel trend to data quality improvement in the marketplace is the
19 About Business Objects                comeback of return-on-investment (ROI) measurement systems for
                                         technology-based initiatives. No longer is it acceptable to “throw money
                                         at problems,” target soft measures, or lack accountability for results with
                                         technology spending. The approach of targeting ROI is even viable for
                                         efforts to improve the quality of data in a company and many executives are
                                         demanding payback for quality initiatives.
                                         It is important to note that many benefits accrue from improving the
                                         data quality of an organization. Many of these benefits are intangible or
                                         unreasonable to measure. Benefits such as improved speed to solutions,
                                         a single version of the truth, improved customer satisfaction, improved
                                         morale, an enhanced corporate image, and consistency between systems
                                         accumulate, but an organization must selectively choose which benefits
                                         to perform further analysis on and convert to hard dollars. ROI must be
                                         measured on hard dollars.




                                         Author: William McKnight, Senior Vice President of Information Management,
                                         Conversion Services International
Measuring data quality ROI requires a program approach to data quality. Data
quality improvement is not just another technology to implement. We must change
our way of doing business to fully exploit data. Investments in the technologies
as well as in organizational changes are necessary to reap the full rewards. Data
quality is right in the “sweet spot” of modern business objectives that recognize
that whatever business a company is in, it is also in the business of data. Those
companies with more data, cleaner data, accessible data, and the means to use
that data will come out ahead.
But how can your organization begin and justify data quality improvements? The
cleansing process and maintenance costs money and may require dedicated staff.
Management may not release funds dedicated to data quality improvement until
such time as the cleansing improves the reliability and accuracy of key business
processes like trending, analysis, or billing for product sales. The success of data
quality can−and must−be measured based on its contribution to the improvement
of such objectives.
However, until now, there has not been a methodology to articulate and improve
data quality ROI. You can’t improve what you can’t measure. So, we need a means
for measuring the quality of our data warehouse. Abstracting quality into a set of
agreed data rules and measuring the occurrences of quality violations provides the
measurement in the methodology, which was developed in conjunction with IT best
practices in successful efforts with data quality. This paper from Business Objects,
an SAP company, examines an overall approach to data quality ROI.




Business objects. Overall Approach to Data Quality ROI
STepS To DATA QuAlITy roI


             STep 1: SySTem InVenTory
             In an environment that has not focused on its data quality, it’s likely that many
             systems exist that require clean data to operate well and to make or influence
             correct decisions.
             In the system inventory step, you survey and prioritize your company systems
             according to their use of and need for quality data. These high-priority systems
             rely on their data being accurate in order to perform their intended function, and
             they can be found across the artificial boundary between operational systems and
             decision support or data warehouse systems. Systems needing clean data come
             from all categories, including enterprise resource management (ERM), customer
             relationship management (CRM), data warehouse, e-commerce, and call center
             or customer service.
             For the purposes of this paper, we use a targeted marketing example to better
             explain the data quality ROI process. The concepts applied to this targeted
             marketing example can be applied to other IT systems, such as your business
             intelligence (BI), CRM, or other critical applications.
             In the next step, we drill down on the detail in those systems.

             STep 2: DATA QuAlITy rule DeTermInATIon
             Data quality can be defined as a lack of intolerable defects. There is a finite set
             of possibilities, which can constitute data quality defects and which categorize all
             data quality rules, as found in the list below. The rules generated in this step are
             the rules that you wish your data to conform to. These rules can apply wherever
             important data resides. This step defines the data quality rules that we want our
             data to live up to.
             • Referential integrity (RI) refers to the integrity of reference between data in related
               tables. For example, product identifiers in sales records need to also be found in
               the product tables. RI is essential in preventing users from navigating to a “dead
               end.” Many transactional systems utilize database-enforced RI, but many data
               warehouse systems do not, due to the performance and order restrictions it places
               on data loading. But RI is still important and must be enforced somehow. In the
               targeted marketing system, for example, bad RI may mean sales with an undefined
               product and/or to an undefined customer, which effectively takes that sale out of
               the analysis.




             Business objects. Overall Approach to Data Quality ROI
• Field(s) assigned to uniquely identify a business entity, like a product identifier,
  should also be unique. It constitutes a violation when the same identifier is used
  to identify multiple products. This also has implications for RI. Not only do we not
  want dead end navigations in the data, but we also want a singular reference. In
  the targeted marketing system, for example, a single product for product identifier
  number 123 is expected.

• Cardinality restricts the volume of referencability for any given value. For example,
  for the targeted marketing system, we may expect to find between one and three
  addresses for a customer—no more and no less. Other relationships may be
  based on one-to-one, one-to-many (infinite), or zero-to-many. The zero-to-many is
  interesting because it allows for the entry of a product without a sale. There are
  reasonable conditions on the cardinality in this case, whereby these products
  would be “new” products—perhaps products with an entry date in the last 14 days
  only.
These first three components of cleanliness can be derived, for databases, from
review of the data model.
• Subtype/supertype constructs may also be found in the model. For example, the
  targeted marketing system may represent a customer’s marital status as married,
  divorced, widowed, or single. Different constructs may apply to each state, like
  former-spouse data for divorced persons. Subtype/supertype bounds the states
  of a given business entity. The logical progression through the various states for a
  business entity (that is, prospect, customer, good customer, former customer) is
  another quality check.

Having a robust logical data model from which one can glean rules is an asset
in determining rules for your data quality process. If the data model is missing or
inadequate, this may be required before completing this step.
There are also measures associated with data value appropriateness such as the
next two rules:
• Are there reasonable domains for values? This is especially useful for analyzing
  numeric data, whose data types can allow an enormous range of values, only a
  subset of which are reasonable for the field. These include items like incomes 
  $2,000,000 or  0; and offers mailed  1,000,000 or  1. All of these values are
  considered unusual at the least and quite possibly incorrect. That’s why we want
  to flag them for investigation.




Business objects. Overall Approach to Data Quality ROI
• Are data columns being used for multiple meanings? Data types constrain the
  values in a column—to a degree. Any mix of 0 to 20 characters can go into a
  character (20) data type column. However, if this is a Name field, there are some
  characters that you do not expect to find in certain columns, such as % and $.
  The field is flagged as containing inappropriate data. There are also numerous
  misspellings and incorrect alternative spellings of last names.

There are various formatting errors that can be found in the field. Typical of these
formatting errors found in name columns include, for example:
• A space in front of a name

• Two spaces between first and last name and/or middle initial

• No period after middle initial

• Inconsistent use of middle initial (sometimes used, sometimes not)

• Use of ALL CAPS

• Use of “” instead of “and” when indicating plurality

• Use of a slash (/) instead of a hyphen (-)

In environments where original data entry is free form, unconstrained, and without
the use of master data as a reference, many of the violations mentioned above will
be found.
Another type of typical data quality error involves columns that should only contain
data if certain data values (or null) are present elsewhere. For example, in the
customer table where some customers are organizations and others are individuals,
only organizations have SIC codes, organization size, and so on (unless the
presence of that data actually represents data for the individual’s organization).
Some systems derive data from data in other systems. For example, while one
system may contain discount amount and unit price, the discount percentage—a
simple division calculation—could be a new calculation. Checking the veracity of
calculations like customer lifetime value for our targeted marketing system is a
common quality check.
The existence of data consistently through all of its history, without gaps, indicates
users are not left to wonder what happened during missing periods—another
common quality check.
There is also incorrect data—for example, the inconsistent use of initials and
misspellings or inappropriate spellings (such as William McNight instead of
William McKnight).




Business objects. Overall Approach to Data Quality ROI
Finally, does the data conform to the expected set of “clean” values for the column?
For example, in the gender column we expect to find M, F, U (unknown), or the like.
Data quality rule determination determines the rules that govern our data. Data
characterization, the next step, determines where we are with the quality of the data.

STep 3: DATA profIlIng
It’s one thing to sit back and pontificate about to what rules the data ought to
conform. The next step is to determine the data quality with a data profiling and
prioritization exercise. Usually no one can articulate how clean or dirty corporate
data is. Without this measurement of cleanliness, the effectiveness of activities
that are aimed at improving data quality cannot be measured.
Measuring data quality begins with an inventory. By taking account of important
data across several tangible factors that can be used to measure data quality, you
can begin to translate the vague feelings of dirtiness into something tangible. In so
doing, focus can be brought to those actions that can improve important quality
elements. Ultimately data quality improvement is performed against a small subset
of data elements, as most elements already conform to standard. The subset must
be selected carefully, however. Another way to put it is that data quality initiatives
are not comprehensive across all corporate data elements and all possibilities.
Data profiling can be performed with software programs like BusinessObjects™
Data Insight, SQL, or similar queries against the data showing the spread of data in
the systems and checking for rule adherence. For our targeted marketing example,
we may find that the gender column is distributed as shown in Table 1.


         Value               Num. Occur.         Pct. of Overall

           m                   42855                 0.43

           f                   44583                 0.45
           u                    5986                 0.06

           1                    4070                 0.04
           2                    1265                 0.01

           y                    986                  0.01
           x                    254                  0.00

            !                    1                   0.00

Table 1: Data Distribution




Business objects. Overall Approach to Data Quality ROI
This distribution shows our valid values of ‘m’ (male), ‘f’ (female) and ‘u’ (unknown)
occurring in 42,855, 44,583 and 5,986 records respectively. Some of the other
values (1, 2, y, x) could be caused by certain data entry people following a different
legend (for example, 1=male, 2=female). The ‘!’ could be a flat out error. These
questionable values need to be analyzed.
Note that, depending on the context, ‘unknown’ may actually be considered a bad
value as well. In our case, we are simply recording the fact that we don’t know.

STep 4: DATA QuAlITy ScorIng
Once the systems and the data quality rules are identified and the data is
characterized, scoring the data quality needs to be performed. Scoring represents
the state of the data quality for that rule. System scores are an aggregate of the
rule scores for that system and the overall score is a prorated aggregation of the
system scores.
Scoring is a relative measure of conformance to rules. For a given rule, it could
be as simple as the percentage of opportunities for rule enforcement that are
positively met:
                                         Adherence
                                        possibilities

For example, if 94% of genders conform to the desired values, as in the Step 3
example, that score is 94%.
Since many of the results will (hopefully) be above 99%, to provide a higher level
of granularity to the scoring, you may set a floor at 50 (or any number) and measure
the adherence above that number. For example, using the gender example, the
score is (94-50) / 50, or 88% instead of 94%.




Business objects. Overall Approach to Data Quality ROI
Averaging all of the data quality scores from the system results in an overall system
score (Table 2).



  Rule 1:   All product identifiers in sales found in sales table                  98%

  Rule 2:   All product identifiers unique                                         95%
  Rule 3:   Only products added in last 14 days don’t have an associated sale      92%
  Rule 4:   Former spouse information kept for divorced persons only               95%
  Rule 5:   All customers moved through states of prospect, customer, good         93%
            customer, former customer in correct progression (no prospect
            to good customer, no time gaps in assigned states)
  Rule 6:   All incomes between 0 and $2,000,000                                   89%
  Rule 7:   All last-year purchases between 0 and $500,000                         93%
  Rule 8:   Number of mailings for offers between 1 and 1,000,000                  99%
  Rule 9:   Names are without % and $                                              84%
  Rule 10: No space in front of name                                               99%
  Rule 11: Two spaces between first and last name and/or middle initial            96%
  Rule 12: No period after middle initial                                         100%
  Rule 13: Consistent use of middle initial                                        97%
  Rule 14: Only organizations have SIC codes                                       97%
  Rule 15: All names verified correct                                              89%
  Rule 16: Gender has only M, F, or U                                               94%
                                                           Rule score average   94.375%

Table 2: Rule Reference Example


rule score average = Data quality score for system = 94.375%




Business objects. Overall Approach to Data Quality ROI
Simple averaging may not be as effective as a weighting system that weighs the
more important scores higher. Regardless, consider the scoring of a system be set
such that it approximates the descriptors in Table 3.

      Score                                                 Meaning

  99-100              Excellent data quality, well fit for purpose

  96-98               Good data quality, but data quality still needs proactive work

  90-95               Average data quality, data quality needs proactive work

  81-89               Below average data quality, data quality is likely having a negative impact on
                      system’s operation

  65-80               Poor data quality; system is likely producing poor results
  0-64                Very poor data quality, do not run system, mobilize effort to improve
                      data quality immediately


Table 3: Data Quality Scoring



STep 5: meASure ImpAcT of VArIouS leVelS of DATA QuAlITy
ROI is about accumulating all returns and investments from a project’s build,
maintenance, and associated business and IT activities through to the ultimate
desired results – all while considering the possible outcomes and their likelihood.
Using ROI for justification is reducing the proposed net change in activities to
their associated anticipated cash flow. Often, a cost of money is used to reflect in
today’s numbers the present value of expected cash flows in the future.
Various ROIs can be computed in anticipation of a project for its justification
showing the various potential outcomes distributed across their probability of
occurrence – a probability distribution for the project. The variables include
numerous critical components of which data quality is one. The appendix shares
some industry-specific examples of projects and how data quality might affect
outcomes.
All things being equal, the data quality scores of a system lead to different system
results, and hence to different ROIs.
In our targeted marketing example, it is impossible to mail to bad addresses and we
get returned mail at incorrect addresses. More importantly, we segment customers
inappropriately and therefore market to them inappropriately using poor quality
data. A bad product reference in sales, for instance, leads to incorrect profiling of
sales habits. Incorrect customer state assignment or income level assignment also
leads to incorrect profiling and lower returns from marketing efforts.




Business objects. Overall Approach to Data Quality ROI
The measurement of all these quality rules is the data quality score for the system.
Another way to look at it is the data quality rules were arrived at not by intellectually
determining how the data should look, but at the cost to the function of the system
if the data lacked quality.
For example, if the data quality score for the targeted marketing database is 85, we
can expect to achieve a 3% return on our marketing programs, which leads to a
101.92% ROI. A score of 80 underachieves the potential return and yields a 2.5%
return on marketing dollars, which leads to a 64.47% ROI. A score of 90 produces
a higher achieving targeted marketing program, perhaps a 4% marketing return and
175% ROI.
The ROI of this project is calculated by the profit of the products sold tied to this
promotion, divided by the investment in creating and distributing the promotions.
Potentially some form of customer lifetime value could also be added to the returns
if the company deems new customer relationships to be long-term. With better
quality data in the system, allowing for more opportunity for the supposedly good
promotions to reach their proper audiences, the return on marketing efforts is
higher and the overall ROI higher.
At a data quality score of 90, potentially there are 110,000 prospects with quality
data instead of 100,000 at the level of 80. Also, the quality of the data yields higher
accuracy in the targeting algorithms—meaning 4% are likely to respond instead of
2.5%. All this is at a nominal increase in investment for the additional mailings and
more targeting activity, as shown in Table 4.

                                                            Return
                                                         (Prospects X                       ROI
                                                            ROM X                         (Return-
   DQ        Prospects      Return on       Average        Average                      Investment/
  Score      Reached        Marketing        Profit         Profit)       Investment*   Investment)*
   90         110,000             0.04        $250        $1,100,000       $400,000       175.00%
   85         105,000             0.03        $250             $787,500    $390,000       101.92%

   80         100,000            0.025        $250             $625,000    $380,000        64.47%
  *Without considering costing for data quality improvements


Table 4: Cost/Benefit Analysis


So, it behooves us to improve the quality of the data to improve the anticipated
return on the project. But at what cost? In the Data Quality Improvement step that
follows, we detail the data quality actions and apply cost to arrive at the ideal data
quality level.




Business objects. Overall Approach to Data Quality ROI                                                 10
STep 6: DATA QuAlITy ImproVemenT
It is much more costly to fix data quality errors in downstream systems than it is at
the point of origin. Primarily, if data entry in operational systems can be constrained
to enter valid sets of values, this is a great help.
For example, if a name is being entered, automatic fill-in is a handy data quality
assist. If a product is being entered, it should be from an up-to-date drop-down list.
If appropriate, new data being entered can be compared against previously entered
similar (including phonetically similar) data, and the entry function can be verified
with “are you sure” type prompts.
Consider a field that serves no apparent operational purpose, but has a strong
analytical purpose. If 50% of the data being entered into this field is unusable, our
transformation strategy has no hope of salvaging much use out of this field. This is
often the case with call-center data entry, where agents are rewarded based on the
volume of calls taken. When this is the case, it’s easy to ignore certain fields on the
screen and accept the default (or worse—enter what’s convenient but incorrect).
Fixing early-entry systems is not always possible since many organizations deal with
complex, older technology operational systems that are not easily changed. Many
of these systems were written without an understanding of data quality. Changing
them takes many months and involves a major cross-functional effort.
Downstream systems, such as data warehouses, benefit from quality improvement
in systems that improve the quality at the point of origin.
Wherever the changes need to take place, there is a reasonable set of actions that
can be performed on data to increase its quality:
• hold out: Record(s) that are brought into the environment from other environments
  are held out of the main data areas in cases of gross rule violation. They may be
  placed into “holding” tables for manual inspection and action. If adapting this
  approach, be sure procedural reviews are held quickly, because data is held out of
  the system until it is accounted for.

• report on It: Data quality violation is reported on but data is loaded and remains
  in the data store for the system. Typically the handling of these violations involves
  nothing more than a post-load report on just-loaded data that creates visibility
  into the situation. These reports are not useful unless they are reviewed from the
  appropriate systems and by business personnel.

 It is also quite possible that referential sets of data, not singular rows, are affected
 when other forms of data quality defects are detected and the appropriate action
 should be taken on that data as well as the data directly affected by the quality
 defect. As with all data quality checks, the data just loaded is the only data that
 needs to be checked.




Business objects. Overall Approach to Data Quality ROI                                      11
• change Data: Transform data to a value in a master set of “good” values (for
  example, Texus is changed to Texas) or otherwise apply rules to improve the data.

The scoring in step four should occur AFTER any data quality improvements are
done to the data during its normal cycles. For example, apply the scoring to a data
warehouse system that changes operational data after it makes the changes during
its extraction-transformation-loading cycle.
Scoring should only be affected by how the data looks after its data quality actions
complete (or periodically if the system receives no batch-style loading).
The willingness to spend on data quality improvements should be entirely
determined based on the ability to advance the data quality scores, which have
been correlated to project return.


                                                                                                                       Revised
                                                            Return                                     Additional    Project ROI
                                                         (Prospects X                       ROI          Cost to      (Return-
                                                            ROM X                         (Return-      Improve     Investment+
   DQ       Prospects       Return on       Average        Average                      Investment/    DQ to This     DQ Cost/
  Score     Reached         Marketing        Profit         Profit)       Investment*   Investment)*      Level     Investment+
   99        115,000         0.0425           $250        $1,221,875       $410,000       198.02%      $300,000       72.10%
   90        110,000            0.04          $250        $1,100,000       $400,000       175.00%      $200,000       83.33%

   85        105,000            0.03          $250             $787,500    $390,000       101.92%       $75,000       69.35%
   80*       100,000          0.025           $250             $625,000    $380,000        64.47%              0      64.47%
  *Without considering costing for data quality improvements



Table 5: Cost/Benefit of Adding Data Quality


In this case (Table 5), the spending necessary to get the data quality score of 90
is well worth it, given the improved ROI it generates. Note a data quality score of
99 actually REDUCES the project ROI due to the high cost of achieving that level
of data quality. Data quality is directly related to the success of most projects.
High quality scores in the data used generally mean higher project success. But
neither the quality level nor its influence on project ROI needs to be vague and
unstructured. By following the steps of the methodology, you can understand the
current level of quality, continually improve it, and generate higher returns for the
bottom line through a data quality program.




Business objects. Overall Approach to Data Quality ROI                                                                             1
SummAry


          There’s little doubt that, in the past, placing a value on the data being collected
          in organizations’ systems was a difficult proposition. Today, we’re in a market
          economy in which capital spending is more closely scrutinized than ever before.
          Those at the executive level of organizations demand tangible returns on the
          investments they make in technology. This paper has outlined six key steps that you
          can take and put into process to help you realize tangible ROI on your data quality
          initiative. Those six steps include:
          1. System Profiling

          2. Data Quality Rule Determination

          3. Data Profiling

          4. Data Quality Scoring

          5. Measure Impact of Various Levels of Data Quality

          6. Data Quality Improvement

          We’re in an exciting time in the history of corporate computing. Organizations are
          beginning to wake up to the fact that the data they collect and manage should be
          viewed as a corporate asset. It is the one thing that separates competitors, since
          they don’t know how others are leveraging their critical information. Ultimately, the
          quality of your data can be your competitive advantage or disadvantage—the choice
          is yours.




          Business objects. Overall Approach to Data Quality ROI                                  1
AppenDIx: InDuSTry focuS


            Data quality applies to many cross-industry initiatives, such as the targeted
            marketing example used in this paper. However, industries tend to cluster around
            a set of specific needs that lend themselves to data quality initiatives. This section
            highlights those common initiatives in selected industries that can be most served
            by the data quality initiatives cited in Step 2 of the methodology—Data Quality
            Rule Determination.
            In these applications, data quality scores that are properly set up highly correlate
            to project return. Scores for multipurpose systems can be used for all the
            purposes of that system. For example, the data warehouse data quality score
            relates to all of its applications.

            reTAIl
            Targeted marketing
            This ROI comes from the net sales of the products sold on marketing efforts
            geared to specific customers and prospects due to their characteristics and
            aptitude to buy. Targeted marketing uses customer data to validate macro
            customer characteristics and develop customer-oriented marketing programs.
            A high data quality score in the targeted marketing database means customers
            have unique reference, consistent spelling, and names and addresses that are
            valid−increasing the percentage of customers that are “contact-able” as well
            as those who accurately participate in demographic analysis and clustering for
            promotions. A customer who receives a promotion in the mail (versus one who
            does not) is much more likely to buy.
            Likewise, demographic and other profiling is done because of the additional
            knowledge it imparts into the marketing process and hence the higher ROI
            generated. A low quality score indicates a lack of sound, empirical information
            being brought into that process, commensurately leaving ROI on the table.




            Business objects. Overall Approach to Data Quality ROI                                   1
churn management
The ROI for churn management comes from the lifetime values of the customers
retained due to special efforts extended on the company’s part to retain those
customers. A high data quality score in the churn management system implies
there is accurate tracking data for those items important to a customer’s
propensity to churn. Accurate tracking data could include contacts and survey
results appropriately attributed to customers and appropriately attributed to its
positive/negative connotation and sales with accurate and complete product and
customer information.
A high data quality score here also means the measures associated with customer
lifetime value determination−namely, sales and demographics−are accurate. When
these are accurate, we correctly identify the correct customers for whom to create
churn prevention programs. Applying dollars wisely towards the retention of the
best customers, we generate higher ROI from our churn management program.
market Basket Analysis
The ROI for market basket analysis comes from special efforts extended on the
company’s part to place product according to intra-transaction buying patterns.
Once the market basket is known, logical placement and marketing decisions use
the information to establish products to place together or separate, depending on
the goals.
A high data quality score in the market basket system means there is minimal
missing product data in the sales, and products are logically and uniquely
identified. Although always difficult to measure, this leads to higher returns from
the product placement activities undertaken as a result of market basket analysis.




Business objects. Overall Approach to Data Quality ROI                                1
fInAncIAl
cross-Selling
Cross-selling is very popular in financial institutions these days as companies
look to mine customer econometric, lifestyle, and life stage data to sell products
in different product categories to customers. This is similar in nature to targeted
marketing and market basket analysis under retail, where a high quality score
greatly improves the veracity of the effort. By having high sales and customer
quality, cross-selling efforts can be trusted to generate higher returns as opposed
to “winging it.”
channel parity
Consistency of information across customer-facing channels is a means of
generating high levels of customer satisfaction, leading to reduced churn and more
reception to cross-selling efforts. ROI from these projects is difficult to measure as
they get into the higher customer satisfaction/higher customer lifetime value chain.
However, better parity means better customer satisfaction, which starts the chain
towards ROI.
High data quality in the various channels needs to include the consistency of
quality information between systems that interface with customers as ascertained
through the cross-checking of data.

heAlThcAre
procedure Analysis
Perhaps no application of data quality is more important as data quality for
procedure analysis – the use of data to route procedures to best-of-breed
providers likely to provide the best medical service and reduce the likelihood of
follow-on procedures and claims. High quality in this system means better-served
and healthier customers as well as high ROI.
A high quality score means procedures are completely and accurately tracked and
can sway the ROI of such projects by as much as 25 points. These systems rely
highly on mining of the data to determine unhealthy and undesirable claim follow-
up activity. Missing or incorrectly attributed data always brings down the ROI
potential of mining, since mining needs as much data as possible in order to make
accurate analysis.




Business objects. Overall Approach to Data Quality ROI                                   1
mAnufAcTurIng
Inventory Tracking
Inventory tracking can almost be considered part of the “lights on” operation of a
manufacturing business. However, higher levels of inventory tracking can certainly
lead to high ROI by the improvements they make over simple systems. A high
quality data score in the inventory tracking system means the data accurately tracks
inventory by accurately tracking products and locations with valid dating of product
movement data.
A high data quality score correlates to high ROI through the increased savings in
inventory.

TelecommunIcATIonS
contact center Analysis
Those chartered with the origination of data in the contact centers are stewards of
its potential to the organization beyond the efficient running of the contact centers
on an individual basis. Mined contact center data provides the foundation for CRM
strategies, agent activity and performance management, product management,
promotion effectiveness management, and infrastructure management.
High data quality means call data is appropriately logged, assigned to customers,
and typecast according to content. All of the above returns highly correlate with
high quality data. For example, agent activity and performance ROI manifests itself
in more efficient agent utilization, which reduces agent costs and improves service
levels—which, in turn, results in more satisfied customers and enhanced ability
to retain new and profitable customers. Service levels are improved through an
understanding of agent capabilities gained from monitoring contact loads. Higher
quality contact and agent data can create more efficient staffing situations with
improved ROI from a lower TCO of the cost-to-serve via a contact center.




Business objects. Overall Approach to Data Quality ROI                                  1
ABouT The AuThor



           William McKnight is senior vice president of information management at
           Conversion Services International. William functions as strategist, lead enterprise
           information architect, and program manager for complex, high-volume full life-
           cycle implementations worldwide, utilizing the disciplines of data warehousing,
           master data management, business intelligence, data quality, and operational
           business intelligence. Many of his clients have gone public with their success
           story. McKnight is a Southwest Entrepreneur of the Year Finalist, a frequent best
           practices judge, widely quoted on information management issues, and has
           authored more than 150 articles and white papers and given over 150 seminars.
           His team’s implementations from both IT and consultant positions have won best
           practices awards. McKnight is a former engineer of DB2 at IBM and holds an
           MBA. He may be reached at wmcknight@csiwhq.com.




           Business objects. Overall Approach to Data Quality ROI                                1
ABouT BuSIneSS oBjecTS


           Business Objects has been a pioneer in business intelligence (BI) since the dawn
           of the category. Today, as the world’s leading BI software company, Business
           Objects transforms the way the world works through intelligent information.
           The company helps illuminate understanding and decision-making at more than
           44,000 organizations around the globe. Through a combination of innovative
           technology, global consulting and education services, and the industry’s strongest
           and most diverse partner network, Business Objects enables companies of all
           sizes to make transformative business decisions based on intelligent, accurate,
           and timely information.
           For more information on Business Objects enterprise information management
           solutions, please call us at +1 866 681 3435 or visit www.businessobjects.com/eim.




           Business objects. Overall Approach to Data Quality ROI                               1
businessobjects.com



© 2008 Business Objects. All rights reserved. Business Objects owns the following U.S. patents, which may cover products that are offered and licensed by Business Objects: 5,555,403; 5,857,205;
6,289,352; 6,247,008; 6,490,593; 6,578,027; 6,831,668; 6,768,986; 6,772,409; 6,882,998; 7,139,766; 7,299,419; 7,194,465; 7,222,130; 7,181,440 and 7,181,435. Business Objects and the Business
Objects logo, BusinessObjects, Business Objects Crystal Vision, Business Process On Demand, BusinessQuery, Crystal Analysis, Crystal Applications, Crystal Decisions, Crystal Enterprise, Crystal Insider,
Crystal Reports, Desktop Intelligence, Inxight, the Inxight Logo, LinguistX, Star Tree, Table Lens, ThingFinder, Timewall, Let there be light, Metify, NSite, Rapid Marts, RapidMarts, the Spectrum Design, Web
Intelligence, Workmail and Xcelsius are trademarks or registered trademarks in the United States and/or other countries of Business Objects and/or affiliated companies. All other names mentioned herein
may be trademarks of their respective owners.                                                                                                                                             March 2008 WP3124-A

Contenu connexe

Tendances

Create a 'Customer 360' with Master Data Management for Financial Services
Create a 'Customer 360' with Master Data Management for Financial ServicesCreate a 'Customer 360' with Master Data Management for Financial Services
Create a 'Customer 360' with Master Data Management for Financial Services
Perficient, Inc.
 

Tendances (20)

Data Governance for Clinical Information
Data Governance for Clinical InformationData Governance for Clinical Information
Data Governance for Clinical Information
 
The Role of Data Governance in a Data Strategy
The Role of Data Governance in a Data StrategyThe Role of Data Governance in a Data Strategy
The Role of Data Governance in a Data Strategy
 
DMBOK 2.0 and other frameworks including TOGAF & COBIT - keynote from DAMA Au...
DMBOK 2.0 and other frameworks including TOGAF & COBIT - keynote from DAMA Au...DMBOK 2.0 and other frameworks including TOGAF & COBIT - keynote from DAMA Au...
DMBOK 2.0 and other frameworks including TOGAF & COBIT - keynote from DAMA Au...
 
DMBOK and Data Governance
DMBOK and Data GovernanceDMBOK and Data Governance
DMBOK and Data Governance
 
Create a 'Customer 360' with Master Data Management for Financial Services
Create a 'Customer 360' with Master Data Management for Financial ServicesCreate a 'Customer 360' with Master Data Management for Financial Services
Create a 'Customer 360' with Master Data Management for Financial Services
 
How to Strengthen Enterprise Data Governance with Data Quality
How to Strengthen Enterprise Data Governance with Data QualityHow to Strengthen Enterprise Data Governance with Data Quality
How to Strengthen Enterprise Data Governance with Data Quality
 
IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017
 
Data Quality
Data QualityData Quality
Data Quality
 
Measuring Data Quality Return on Investment
Measuring Data Quality Return on InvestmentMeasuring Data Quality Return on Investment
Measuring Data Quality Return on Investment
 
Implementing Effective Data Governance
Implementing Effective Data GovernanceImplementing Effective Data Governance
Implementing Effective Data Governance
 
How to identify the correct Master Data subject areas & tooling for your MDM...
How to identify the correct Master Data subject areas & tooling for your MDM...How to identify the correct Master Data subject areas & tooling for your MDM...
How to identify the correct Master Data subject areas & tooling for your MDM...
 
Top 7 Capabilities for Next-Gen Master Data Management
Top 7 Capabilities for Next-Gen Master Data ManagementTop 7 Capabilities for Next-Gen Master Data Management
Top 7 Capabilities for Next-Gen Master Data Management
 
The Importance of Metadata
The Importance of MetadataThe Importance of Metadata
The Importance of Metadata
 
Formalize Data Governance with Policies and Procedures
Formalize Data Governance with Policies and ProceduresFormalize Data Governance with Policies and Procedures
Formalize Data Governance with Policies and Procedures
 
Geek Sync | Data Architecture and Data Governance: A Powerful Data Management...
Geek Sync | Data Architecture and Data Governance: A Powerful Data Management...Geek Sync | Data Architecture and Data Governance: A Powerful Data Management...
Geek Sync | Data Architecture and Data Governance: A Powerful Data Management...
 
Activate Data Governance Using the Data Catalog
Activate Data Governance Using the Data CatalogActivate Data Governance Using the Data Catalog
Activate Data Governance Using the Data Catalog
 
Gartner: Seven Building Blocks of Master Data Management
Gartner: Seven Building Blocks of Master Data ManagementGartner: Seven Building Blocks of Master Data Management
Gartner: Seven Building Blocks of Master Data Management
 
Using a Semantic and Graph-based Data Catalog in a Modern Data Fabric
Using a Semantic and Graph-based Data Catalog in a Modern Data FabricUsing a Semantic and Graph-based Data Catalog in a Modern Data Fabric
Using a Semantic and Graph-based Data Catalog in a Modern Data Fabric
 
DMBOK - Chapter 1 Summary
DMBOK - Chapter 1 SummaryDMBOK - Chapter 1 Summary
DMBOK - Chapter 1 Summary
 
You Need a Data Catalog. Do You Know Why?
You Need a Data Catalog. Do You Know Why?You Need a Data Catalog. Do You Know Why?
You Need a Data Catalog. Do You Know Why?
 

Similaire à Overall Approach to Data Quality ROI

Information Governance: Reducing Costs and Increasing Customer Satisfaction
Information Governance: Reducing Costs and Increasing Customer SatisfactionInformation Governance: Reducing Costs and Increasing Customer Satisfaction
Information Governance: Reducing Costs and Increasing Customer Satisfaction
Capgemini
 
Chapter 2Valuing InnovationsExplain why and how companies ar.docx
Chapter 2Valuing InnovationsExplain why and how companies ar.docxChapter 2Valuing InnovationsExplain why and how companies ar.docx
Chapter 2Valuing InnovationsExplain why and how companies ar.docx
christinemaritza
 
189 .docx
189                                                       .docx189                                                       .docx
189 .docx
drennanmicah
 

Similaire à Overall Approach to Data Quality ROI (20)

Overall Approach To Data Quality Roi
Overall Approach To Data Quality RoiOverall Approach To Data Quality Roi
Overall Approach To Data Quality Roi
 
D&B Whitepaper The Big Payback On Data Quality
D&B Whitepaper The Big Payback On Data QualityD&B Whitepaper The Big Payback On Data Quality
D&B Whitepaper The Big Payback On Data Quality
 
Bridging the Gap Between Business Objectives and Data Strategy
Bridging the Gap Between Business Objectives and Data StrategyBridging the Gap Between Business Objectives and Data Strategy
Bridging the Gap Between Business Objectives and Data Strategy
 
AI-Led-Cognitive-Data-Quality.pdf
AI-Led-Cognitive-Data-Quality.pdfAI-Led-Cognitive-Data-Quality.pdf
AI-Led-Cognitive-Data-Quality.pdf
 
Making Data Quality a Way of Life
Making Data Quality a Way of LifeMaking Data Quality a Way of Life
Making Data Quality a Way of Life
 
Information Governance: Reducing Costs and Increasing Customer Satisfaction
Information Governance: Reducing Costs and Increasing Customer SatisfactionInformation Governance: Reducing Costs and Increasing Customer Satisfaction
Information Governance: Reducing Costs and Increasing Customer Satisfaction
 
How accurate are your company data
How accurate are your company dataHow accurate are your company data
How accurate are your company data
 
Chapter 2Valuing InnovationsExplain why and how companies ar.docx
Chapter 2Valuing InnovationsExplain why and how companies ar.docxChapter 2Valuing InnovationsExplain why and how companies ar.docx
Chapter 2Valuing InnovationsExplain why and how companies ar.docx
 
189 .docx
189                                                       .docx189                                                       .docx
189 .docx
 
Leading enterprise-scale big data business outcomes
Leading enterprise-scale big data business outcomesLeading enterprise-scale big data business outcomes
Leading enterprise-scale big data business outcomes
 
Optimizing Solution Value – Dynamic Data Quality, Governance, and MDM
Optimizing Solution Value – Dynamic Data Quality, Governance, and MDMOptimizing Solution Value – Dynamic Data Quality, Governance, and MDM
Optimizing Solution Value – Dynamic Data Quality, Governance, and MDM
 
Data Management
Data ManagementData Management
Data Management
 
Data Quality: The Cornerstone Of High-Yield Technology Investments
Data Quality: The Cornerstone Of High-Yield Technology InvestmentsData Quality: The Cornerstone Of High-Yield Technology Investments
Data Quality: The Cornerstone Of High-Yield Technology Investments
 
Data Quality Strategy: A Step-by-Step Approach
Data Quality Strategy: A Step-by-Step ApproachData Quality Strategy: A Step-by-Step Approach
Data Quality Strategy: A Step-by-Step Approach
 
Strategies for Improving Data Quality Through Data Cleansing Services
Strategies for Improving Data Quality Through Data Cleansing ServicesStrategies for Improving Data Quality Through Data Cleansing Services
Strategies for Improving Data Quality Through Data Cleansing Services
 
Data Governance a Business Value Driven Approach
Data Governance a Business Value Driven ApproachData Governance a Business Value Driven Approach
Data Governance a Business Value Driven Approach
 
Making Data Governance Work - Think Big but Start Small
Making Data Governance Work - Think Big but Start SmallMaking Data Governance Work - Think Big but Start Small
Making Data Governance Work - Think Big but Start Small
 
how to successfully implement a data analytics solution.pdf
how to successfully implement a data analytics solution.pdfhow to successfully implement a data analytics solution.pdf
how to successfully implement a data analytics solution.pdf
 
Information governance presentation
Information governance   presentationInformation governance   presentation
Information governance presentation
 
Wp mdm-tech-overview
Wp mdm-tech-overviewWp mdm-tech-overview
Wp mdm-tech-overview
 

Plus de FindWhitePapers

Plus de FindWhitePapers (20)

The state of privacy and data security compliance
The state of privacy and data security complianceThe state of privacy and data security compliance
The state of privacy and data security compliance
 
Is your data at risk? Why physical security is insufficient for laptop computers
Is your data at risk? Why physical security is insufficient for laptop computersIs your data at risk? Why physical security is insufficient for laptop computers
Is your data at risk? Why physical security is insufficient for laptop computers
 
Closing the gaps in enterprise data security: A model for 360 degrees protection
Closing the gaps in enterprise data security: A model for 360 degrees protectionClosing the gaps in enterprise data security: A model for 360 degrees protection
Closing the gaps in enterprise data security: A model for 360 degrees protection
 
Buyers Guide to Endpoint Protection Platforms
Buyers Guide to Endpoint Protection PlatformsBuyers Guide to Endpoint Protection Platforms
Buyers Guide to Endpoint Protection Platforms
 
VMware DRS: Why You Still Need Assured Application Delivery and Application D...
VMware DRS: Why You Still Need Assured Application Delivery and Application D...VMware DRS: Why You Still Need Assured Application Delivery and Application D...
VMware DRS: Why You Still Need Assured Application Delivery and Application D...
 
The ROI of Application Delivery Controllers in Traditional and Virtualized En...
The ROI of Application Delivery Controllers in Traditional and Virtualized En...The ROI of Application Delivery Controllers in Traditional and Virtualized En...
The ROI of Application Delivery Controllers in Traditional and Virtualized En...
 
The Economic Impact of File Virtualization
The Economic Impact of File VirtualizationThe Economic Impact of File Virtualization
The Economic Impact of File Virtualization
 
Geolocation and Application Delivery
Geolocation and Application DeliveryGeolocation and Application Delivery
Geolocation and Application Delivery
 
DNSSEC: The Antidote to DNS Cache Poisoning and Other DNS Attacks
DNSSEC: The Antidote to DNS Cache Poisoning and Other DNS AttacksDNSSEC: The Antidote to DNS Cache Poisoning and Other DNS Attacks
DNSSEC: The Antidote to DNS Cache Poisoning and Other DNS Attacks
 
Lean Business Intelligence - How and Why Organizations Are Moving to Self-Ser...
Lean Business Intelligence - How and Why Organizations Are Moving to Self-Ser...Lean Business Intelligence - How and Why Organizations Are Moving to Self-Ser...
Lean Business Intelligence - How and Why Organizations Are Moving to Self-Ser...
 
Inventory Optimization: A Technique for Improving Operational-Inventory Targets
Inventory Optimization: A Technique for Improving Operational-Inventory TargetsInventory Optimization: A Technique for Improving Operational-Inventory Targets
Inventory Optimization: A Technique for Improving Operational-Inventory Targets
 
Improving Organizational Performance Through Pervasive Business Intelligence
Improving Organizational Performance Through Pervasive Business IntelligenceImproving Organizational Performance Through Pervasive Business Intelligence
Improving Organizational Performance Through Pervasive Business Intelligence
 
IDC Energy Insights - Enterprise Risk Management
IDC Energy Insights - Enterprise Risk ManagementIDC Energy Insights - Enterprise Risk Management
IDC Energy Insights - Enterprise Risk Management
 
How to Use Technology to Support the Lean Enterprise
How to Use Technology to Support the Lean EnterpriseHow to Use Technology to Support the Lean Enterprise
How to Use Technology to Support the Lean Enterprise
 
High Efficiency in Manufacturing Operations
High Efficiency in Manufacturing OperationsHigh Efficiency in Manufacturing Operations
High Efficiency in Manufacturing Operations
 
Enterprise Knowledge Workers: Understanding Risks and Opportunities
Enterprise Knowledge Workers: Understanding Risks and OpportunitiesEnterprise Knowledge Workers: Understanding Risks and Opportunities
Enterprise Knowledge Workers: Understanding Risks and Opportunities
 
Enterprise Information Management: In Support of Operational, Analytic, and G...
Enterprise Information Management: In Support of Operational, Analytic, and G...Enterprise Information Management: In Support of Operational, Analytic, and G...
Enterprise Information Management: In Support of Operational, Analytic, and G...
 
Enabling Strategy and Innovation: Achieving Optimized Outcomes from Planning ...
Enabling Strategy and Innovation: Achieving Optimized Outcomes from Planning ...Enabling Strategy and Innovation: Achieving Optimized Outcomes from Planning ...
Enabling Strategy and Innovation: Achieving Optimized Outcomes from Planning ...
 
Data Migration: A White Paper by Bloor Research
Data Migration: A White Paper by Bloor ResearchData Migration: A White Paper by Bloor Research
Data Migration: A White Paper by Bloor Research
 
Automating Stimulus Fund Reporting: How New Technologies Simplify Federal Rep...
Automating Stimulus Fund Reporting: How New Technologies Simplify Federal Rep...Automating Stimulus Fund Reporting: How New Technologies Simplify Federal Rep...
Automating Stimulus Fund Reporting: How New Technologies Simplify Federal Rep...
 

Dernier

Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
allensay1
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in PakistanChallenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
vineshkumarsajnani12
 

Dernier (20)

QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptxQSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
 
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGParadip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service AvailableBerhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Berhampur Call Girl Just Call 8084732287 Top Class Call Girl Service Available
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Buy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail AccountsBuy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail Accounts
 
Berhampur CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGBerhampur CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
 
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGBerhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Kalyan Call Girl 98350*37198 Call Girls in Escort service book now
Kalyan Call Girl 98350*37198 Call Girls in Escort service book nowKalyan Call Girl 98350*37198 Call Girls in Escort service book now
Kalyan Call Girl 98350*37198 Call Girls in Escort service book now
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck Template
 
Cannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 Updated
 
CROSS CULTURAL NEGOTIATION BY PANMISEM NS
CROSS CULTURAL NEGOTIATION BY PANMISEM NSCROSS CULTURAL NEGOTIATION BY PANMISEM NS
CROSS CULTURAL NEGOTIATION BY PANMISEM NS
 
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in PakistanChallenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
 

Overall Approach to Data Quality ROI

  • 1. WHITE PAPER oVerAll ApproAch To DATA QuAlITy roI CONTENTS The ImporTAnce of DATA QuAlITy 1 The Importance of Data Quality Data quality is an elusive subject that can defy measurement and yet be 3 Steps to Data quality ROI 13 Step 1: System Inventory critical enough to derail any single IT project, strategic initiative, or even a 13 Step 2: Data Quality company as a whole. The data layer of an organization is a critical component Rule Determination because it is so easy to ignore the quality of that data or to make overly 16 Step 3: Data Profiling optimistic assumptions about its efficacy. Having data quality as a focus 17 Step 4: Data Quality Scoring is a business philosophy that aligns strategy, business culture, company 19 Step 5: Measure Impact of Various Levels of Data Quality information, and technology in order to manage data to the benefit of the 11 Step 6: Data Quality Improvement enterprise. Put simply, it is a competitive strategy. Just as our markets 13 Summary today expect operational excellence, rich product features, everyday low 14 Appendix: Industry Focus prices, high product quality, and short time-to-market, one day they will also 14 Retail expect data quality. In the meantime, each company has the opportunity to 16 Financial 16 Healthcare differentiate itself through the quality of its data. Leading companies are now 17 Manufacturing defining what the marketplace data quality expectation will be. 17 Telecommunications 18 About the Author A parallel trend to data quality improvement in the marketplace is the 19 About Business Objects comeback of return-on-investment (ROI) measurement systems for technology-based initiatives. No longer is it acceptable to “throw money at problems,” target soft measures, or lack accountability for results with technology spending. The approach of targeting ROI is even viable for efforts to improve the quality of data in a company and many executives are demanding payback for quality initiatives. It is important to note that many benefits accrue from improving the data quality of an organization. Many of these benefits are intangible or unreasonable to measure. Benefits such as improved speed to solutions, a single version of the truth, improved customer satisfaction, improved morale, an enhanced corporate image, and consistency between systems accumulate, but an organization must selectively choose which benefits to perform further analysis on and convert to hard dollars. ROI must be measured on hard dollars. Author: William McKnight, Senior Vice President of Information Management, Conversion Services International
  • 2. Measuring data quality ROI requires a program approach to data quality. Data quality improvement is not just another technology to implement. We must change our way of doing business to fully exploit data. Investments in the technologies as well as in organizational changes are necessary to reap the full rewards. Data quality is right in the “sweet spot” of modern business objectives that recognize that whatever business a company is in, it is also in the business of data. Those companies with more data, cleaner data, accessible data, and the means to use that data will come out ahead. But how can your organization begin and justify data quality improvements? The cleansing process and maintenance costs money and may require dedicated staff. Management may not release funds dedicated to data quality improvement until such time as the cleansing improves the reliability and accuracy of key business processes like trending, analysis, or billing for product sales. The success of data quality can−and must−be measured based on its contribution to the improvement of such objectives. However, until now, there has not been a methodology to articulate and improve data quality ROI. You can’t improve what you can’t measure. So, we need a means for measuring the quality of our data warehouse. Abstracting quality into a set of agreed data rules and measuring the occurrences of quality violations provides the measurement in the methodology, which was developed in conjunction with IT best practices in successful efforts with data quality. This paper from Business Objects, an SAP company, examines an overall approach to data quality ROI. Business objects. Overall Approach to Data Quality ROI
  • 3. STepS To DATA QuAlITy roI STep 1: SySTem InVenTory In an environment that has not focused on its data quality, it’s likely that many systems exist that require clean data to operate well and to make or influence correct decisions. In the system inventory step, you survey and prioritize your company systems according to their use of and need for quality data. These high-priority systems rely on their data being accurate in order to perform their intended function, and they can be found across the artificial boundary between operational systems and decision support or data warehouse systems. Systems needing clean data come from all categories, including enterprise resource management (ERM), customer relationship management (CRM), data warehouse, e-commerce, and call center or customer service. For the purposes of this paper, we use a targeted marketing example to better explain the data quality ROI process. The concepts applied to this targeted marketing example can be applied to other IT systems, such as your business intelligence (BI), CRM, or other critical applications. In the next step, we drill down on the detail in those systems. STep 2: DATA QuAlITy rule DeTermInATIon Data quality can be defined as a lack of intolerable defects. There is a finite set of possibilities, which can constitute data quality defects and which categorize all data quality rules, as found in the list below. The rules generated in this step are the rules that you wish your data to conform to. These rules can apply wherever important data resides. This step defines the data quality rules that we want our data to live up to. • Referential integrity (RI) refers to the integrity of reference between data in related tables. For example, product identifiers in sales records need to also be found in the product tables. RI is essential in preventing users from navigating to a “dead end.” Many transactional systems utilize database-enforced RI, but many data warehouse systems do not, due to the performance and order restrictions it places on data loading. But RI is still important and must be enforced somehow. In the targeted marketing system, for example, bad RI may mean sales with an undefined product and/or to an undefined customer, which effectively takes that sale out of the analysis. Business objects. Overall Approach to Data Quality ROI
  • 4. • Field(s) assigned to uniquely identify a business entity, like a product identifier, should also be unique. It constitutes a violation when the same identifier is used to identify multiple products. This also has implications for RI. Not only do we not want dead end navigations in the data, but we also want a singular reference. In the targeted marketing system, for example, a single product for product identifier number 123 is expected. • Cardinality restricts the volume of referencability for any given value. For example, for the targeted marketing system, we may expect to find between one and three addresses for a customer—no more and no less. Other relationships may be based on one-to-one, one-to-many (infinite), or zero-to-many. The zero-to-many is interesting because it allows for the entry of a product without a sale. There are reasonable conditions on the cardinality in this case, whereby these products would be “new” products—perhaps products with an entry date in the last 14 days only. These first three components of cleanliness can be derived, for databases, from review of the data model. • Subtype/supertype constructs may also be found in the model. For example, the targeted marketing system may represent a customer’s marital status as married, divorced, widowed, or single. Different constructs may apply to each state, like former-spouse data for divorced persons. Subtype/supertype bounds the states of a given business entity. The logical progression through the various states for a business entity (that is, prospect, customer, good customer, former customer) is another quality check. Having a robust logical data model from which one can glean rules is an asset in determining rules for your data quality process. If the data model is missing or inadequate, this may be required before completing this step. There are also measures associated with data value appropriateness such as the next two rules: • Are there reasonable domains for values? This is especially useful for analyzing numeric data, whose data types can allow an enormous range of values, only a subset of which are reasonable for the field. These include items like incomes $2,000,000 or 0; and offers mailed 1,000,000 or 1. All of these values are considered unusual at the least and quite possibly incorrect. That’s why we want to flag them for investigation. Business objects. Overall Approach to Data Quality ROI
  • 5. • Are data columns being used for multiple meanings? Data types constrain the values in a column—to a degree. Any mix of 0 to 20 characters can go into a character (20) data type column. However, if this is a Name field, there are some characters that you do not expect to find in certain columns, such as % and $. The field is flagged as containing inappropriate data. There are also numerous misspellings and incorrect alternative spellings of last names. There are various formatting errors that can be found in the field. Typical of these formatting errors found in name columns include, for example: • A space in front of a name • Two spaces between first and last name and/or middle initial • No period after middle initial • Inconsistent use of middle initial (sometimes used, sometimes not) • Use of ALL CAPS • Use of “” instead of “and” when indicating plurality • Use of a slash (/) instead of a hyphen (-) In environments where original data entry is free form, unconstrained, and without the use of master data as a reference, many of the violations mentioned above will be found. Another type of typical data quality error involves columns that should only contain data if certain data values (or null) are present elsewhere. For example, in the customer table where some customers are organizations and others are individuals, only organizations have SIC codes, organization size, and so on (unless the presence of that data actually represents data for the individual’s organization). Some systems derive data from data in other systems. For example, while one system may contain discount amount and unit price, the discount percentage—a simple division calculation—could be a new calculation. Checking the veracity of calculations like customer lifetime value for our targeted marketing system is a common quality check. The existence of data consistently through all of its history, without gaps, indicates users are not left to wonder what happened during missing periods—another common quality check. There is also incorrect data—for example, the inconsistent use of initials and misspellings or inappropriate spellings (such as William McNight instead of William McKnight). Business objects. Overall Approach to Data Quality ROI
  • 6. Finally, does the data conform to the expected set of “clean” values for the column? For example, in the gender column we expect to find M, F, U (unknown), or the like. Data quality rule determination determines the rules that govern our data. Data characterization, the next step, determines where we are with the quality of the data. STep 3: DATA profIlIng It’s one thing to sit back and pontificate about to what rules the data ought to conform. The next step is to determine the data quality with a data profiling and prioritization exercise. Usually no one can articulate how clean or dirty corporate data is. Without this measurement of cleanliness, the effectiveness of activities that are aimed at improving data quality cannot be measured. Measuring data quality begins with an inventory. By taking account of important data across several tangible factors that can be used to measure data quality, you can begin to translate the vague feelings of dirtiness into something tangible. In so doing, focus can be brought to those actions that can improve important quality elements. Ultimately data quality improvement is performed against a small subset of data elements, as most elements already conform to standard. The subset must be selected carefully, however. Another way to put it is that data quality initiatives are not comprehensive across all corporate data elements and all possibilities. Data profiling can be performed with software programs like BusinessObjects™ Data Insight, SQL, or similar queries against the data showing the spread of data in the systems and checking for rule adherence. For our targeted marketing example, we may find that the gender column is distributed as shown in Table 1. Value Num. Occur. Pct. of Overall m 42855 0.43 f 44583 0.45 u 5986 0.06 1 4070 0.04 2 1265 0.01 y 986 0.01 x 254 0.00 ! 1 0.00 Table 1: Data Distribution Business objects. Overall Approach to Data Quality ROI
  • 7. This distribution shows our valid values of ‘m’ (male), ‘f’ (female) and ‘u’ (unknown) occurring in 42,855, 44,583 and 5,986 records respectively. Some of the other values (1, 2, y, x) could be caused by certain data entry people following a different legend (for example, 1=male, 2=female). The ‘!’ could be a flat out error. These questionable values need to be analyzed. Note that, depending on the context, ‘unknown’ may actually be considered a bad value as well. In our case, we are simply recording the fact that we don’t know. STep 4: DATA QuAlITy ScorIng Once the systems and the data quality rules are identified and the data is characterized, scoring the data quality needs to be performed. Scoring represents the state of the data quality for that rule. System scores are an aggregate of the rule scores for that system and the overall score is a prorated aggregation of the system scores. Scoring is a relative measure of conformance to rules. For a given rule, it could be as simple as the percentage of opportunities for rule enforcement that are positively met: Adherence possibilities For example, if 94% of genders conform to the desired values, as in the Step 3 example, that score is 94%. Since many of the results will (hopefully) be above 99%, to provide a higher level of granularity to the scoring, you may set a floor at 50 (or any number) and measure the adherence above that number. For example, using the gender example, the score is (94-50) / 50, or 88% instead of 94%. Business objects. Overall Approach to Data Quality ROI
  • 8. Averaging all of the data quality scores from the system results in an overall system score (Table 2). Rule 1: All product identifiers in sales found in sales table 98% Rule 2: All product identifiers unique 95% Rule 3: Only products added in last 14 days don’t have an associated sale 92% Rule 4: Former spouse information kept for divorced persons only 95% Rule 5: All customers moved through states of prospect, customer, good 93% customer, former customer in correct progression (no prospect to good customer, no time gaps in assigned states) Rule 6: All incomes between 0 and $2,000,000 89% Rule 7: All last-year purchases between 0 and $500,000 93% Rule 8: Number of mailings for offers between 1 and 1,000,000 99% Rule 9: Names are without % and $ 84% Rule 10: No space in front of name 99% Rule 11: Two spaces between first and last name and/or middle initial 96% Rule 12: No period after middle initial 100% Rule 13: Consistent use of middle initial 97% Rule 14: Only organizations have SIC codes 97% Rule 15: All names verified correct 89% Rule 16: Gender has only M, F, or U 94% Rule score average 94.375% Table 2: Rule Reference Example rule score average = Data quality score for system = 94.375% Business objects. Overall Approach to Data Quality ROI
  • 9. Simple averaging may not be as effective as a weighting system that weighs the more important scores higher. Regardless, consider the scoring of a system be set such that it approximates the descriptors in Table 3. Score Meaning 99-100 Excellent data quality, well fit for purpose 96-98 Good data quality, but data quality still needs proactive work 90-95 Average data quality, data quality needs proactive work 81-89 Below average data quality, data quality is likely having a negative impact on system’s operation 65-80 Poor data quality; system is likely producing poor results 0-64 Very poor data quality, do not run system, mobilize effort to improve data quality immediately Table 3: Data Quality Scoring STep 5: meASure ImpAcT of VArIouS leVelS of DATA QuAlITy ROI is about accumulating all returns and investments from a project’s build, maintenance, and associated business and IT activities through to the ultimate desired results – all while considering the possible outcomes and their likelihood. Using ROI for justification is reducing the proposed net change in activities to their associated anticipated cash flow. Often, a cost of money is used to reflect in today’s numbers the present value of expected cash flows in the future. Various ROIs can be computed in anticipation of a project for its justification showing the various potential outcomes distributed across their probability of occurrence – a probability distribution for the project. The variables include numerous critical components of which data quality is one. The appendix shares some industry-specific examples of projects and how data quality might affect outcomes. All things being equal, the data quality scores of a system lead to different system results, and hence to different ROIs. In our targeted marketing example, it is impossible to mail to bad addresses and we get returned mail at incorrect addresses. More importantly, we segment customers inappropriately and therefore market to them inappropriately using poor quality data. A bad product reference in sales, for instance, leads to incorrect profiling of sales habits. Incorrect customer state assignment or income level assignment also leads to incorrect profiling and lower returns from marketing efforts. Business objects. Overall Approach to Data Quality ROI
  • 10. The measurement of all these quality rules is the data quality score for the system. Another way to look at it is the data quality rules were arrived at not by intellectually determining how the data should look, but at the cost to the function of the system if the data lacked quality. For example, if the data quality score for the targeted marketing database is 85, we can expect to achieve a 3% return on our marketing programs, which leads to a 101.92% ROI. A score of 80 underachieves the potential return and yields a 2.5% return on marketing dollars, which leads to a 64.47% ROI. A score of 90 produces a higher achieving targeted marketing program, perhaps a 4% marketing return and 175% ROI. The ROI of this project is calculated by the profit of the products sold tied to this promotion, divided by the investment in creating and distributing the promotions. Potentially some form of customer lifetime value could also be added to the returns if the company deems new customer relationships to be long-term. With better quality data in the system, allowing for more opportunity for the supposedly good promotions to reach their proper audiences, the return on marketing efforts is higher and the overall ROI higher. At a data quality score of 90, potentially there are 110,000 prospects with quality data instead of 100,000 at the level of 80. Also, the quality of the data yields higher accuracy in the targeting algorithms—meaning 4% are likely to respond instead of 2.5%. All this is at a nominal increase in investment for the additional mailings and more targeting activity, as shown in Table 4. Return (Prospects X ROI ROM X (Return- DQ Prospects Return on Average Average Investment/ Score Reached Marketing Profit Profit) Investment* Investment)* 90 110,000 0.04 $250 $1,100,000 $400,000 175.00% 85 105,000 0.03 $250 $787,500 $390,000 101.92% 80 100,000 0.025 $250 $625,000 $380,000 64.47% *Without considering costing for data quality improvements Table 4: Cost/Benefit Analysis So, it behooves us to improve the quality of the data to improve the anticipated return on the project. But at what cost? In the Data Quality Improvement step that follows, we detail the data quality actions and apply cost to arrive at the ideal data quality level. Business objects. Overall Approach to Data Quality ROI 10
  • 11. STep 6: DATA QuAlITy ImproVemenT It is much more costly to fix data quality errors in downstream systems than it is at the point of origin. Primarily, if data entry in operational systems can be constrained to enter valid sets of values, this is a great help. For example, if a name is being entered, automatic fill-in is a handy data quality assist. If a product is being entered, it should be from an up-to-date drop-down list. If appropriate, new data being entered can be compared against previously entered similar (including phonetically similar) data, and the entry function can be verified with “are you sure” type prompts. Consider a field that serves no apparent operational purpose, but has a strong analytical purpose. If 50% of the data being entered into this field is unusable, our transformation strategy has no hope of salvaging much use out of this field. This is often the case with call-center data entry, where agents are rewarded based on the volume of calls taken. When this is the case, it’s easy to ignore certain fields on the screen and accept the default (or worse—enter what’s convenient but incorrect). Fixing early-entry systems is not always possible since many organizations deal with complex, older technology operational systems that are not easily changed. Many of these systems were written without an understanding of data quality. Changing them takes many months and involves a major cross-functional effort. Downstream systems, such as data warehouses, benefit from quality improvement in systems that improve the quality at the point of origin. Wherever the changes need to take place, there is a reasonable set of actions that can be performed on data to increase its quality: • hold out: Record(s) that are brought into the environment from other environments are held out of the main data areas in cases of gross rule violation. They may be placed into “holding” tables for manual inspection and action. If adapting this approach, be sure procedural reviews are held quickly, because data is held out of the system until it is accounted for. • report on It: Data quality violation is reported on but data is loaded and remains in the data store for the system. Typically the handling of these violations involves nothing more than a post-load report on just-loaded data that creates visibility into the situation. These reports are not useful unless they are reviewed from the appropriate systems and by business personnel. It is also quite possible that referential sets of data, not singular rows, are affected when other forms of data quality defects are detected and the appropriate action should be taken on that data as well as the data directly affected by the quality defect. As with all data quality checks, the data just loaded is the only data that needs to be checked. Business objects. Overall Approach to Data Quality ROI 11
  • 12. • change Data: Transform data to a value in a master set of “good” values (for example, Texus is changed to Texas) or otherwise apply rules to improve the data. The scoring in step four should occur AFTER any data quality improvements are done to the data during its normal cycles. For example, apply the scoring to a data warehouse system that changes operational data after it makes the changes during its extraction-transformation-loading cycle. Scoring should only be affected by how the data looks after its data quality actions complete (or periodically if the system receives no batch-style loading). The willingness to spend on data quality improvements should be entirely determined based on the ability to advance the data quality scores, which have been correlated to project return. Revised Return Additional Project ROI (Prospects X ROI Cost to (Return- ROM X (Return- Improve Investment+ DQ Prospects Return on Average Average Investment/ DQ to This DQ Cost/ Score Reached Marketing Profit Profit) Investment* Investment)* Level Investment+ 99 115,000 0.0425 $250 $1,221,875 $410,000 198.02% $300,000 72.10% 90 110,000 0.04 $250 $1,100,000 $400,000 175.00% $200,000 83.33% 85 105,000 0.03 $250 $787,500 $390,000 101.92% $75,000 69.35% 80* 100,000 0.025 $250 $625,000 $380,000 64.47% 0 64.47% *Without considering costing for data quality improvements Table 5: Cost/Benefit of Adding Data Quality In this case (Table 5), the spending necessary to get the data quality score of 90 is well worth it, given the improved ROI it generates. Note a data quality score of 99 actually REDUCES the project ROI due to the high cost of achieving that level of data quality. Data quality is directly related to the success of most projects. High quality scores in the data used generally mean higher project success. But neither the quality level nor its influence on project ROI needs to be vague and unstructured. By following the steps of the methodology, you can understand the current level of quality, continually improve it, and generate higher returns for the bottom line through a data quality program. Business objects. Overall Approach to Data Quality ROI 1
  • 13. SummAry There’s little doubt that, in the past, placing a value on the data being collected in organizations’ systems was a difficult proposition. Today, we’re in a market economy in which capital spending is more closely scrutinized than ever before. Those at the executive level of organizations demand tangible returns on the investments they make in technology. This paper has outlined six key steps that you can take and put into process to help you realize tangible ROI on your data quality initiative. Those six steps include: 1. System Profiling 2. Data Quality Rule Determination 3. Data Profiling 4. Data Quality Scoring 5. Measure Impact of Various Levels of Data Quality 6. Data Quality Improvement We’re in an exciting time in the history of corporate computing. Organizations are beginning to wake up to the fact that the data they collect and manage should be viewed as a corporate asset. It is the one thing that separates competitors, since they don’t know how others are leveraging their critical information. Ultimately, the quality of your data can be your competitive advantage or disadvantage—the choice is yours. Business objects. Overall Approach to Data Quality ROI 1
  • 14. AppenDIx: InDuSTry focuS Data quality applies to many cross-industry initiatives, such as the targeted marketing example used in this paper. However, industries tend to cluster around a set of specific needs that lend themselves to data quality initiatives. This section highlights those common initiatives in selected industries that can be most served by the data quality initiatives cited in Step 2 of the methodology—Data Quality Rule Determination. In these applications, data quality scores that are properly set up highly correlate to project return. Scores for multipurpose systems can be used for all the purposes of that system. For example, the data warehouse data quality score relates to all of its applications. reTAIl Targeted marketing This ROI comes from the net sales of the products sold on marketing efforts geared to specific customers and prospects due to their characteristics and aptitude to buy. Targeted marketing uses customer data to validate macro customer characteristics and develop customer-oriented marketing programs. A high data quality score in the targeted marketing database means customers have unique reference, consistent spelling, and names and addresses that are valid−increasing the percentage of customers that are “contact-able” as well as those who accurately participate in demographic analysis and clustering for promotions. A customer who receives a promotion in the mail (versus one who does not) is much more likely to buy. Likewise, demographic and other profiling is done because of the additional knowledge it imparts into the marketing process and hence the higher ROI generated. A low quality score indicates a lack of sound, empirical information being brought into that process, commensurately leaving ROI on the table. Business objects. Overall Approach to Data Quality ROI 1
  • 15. churn management The ROI for churn management comes from the lifetime values of the customers retained due to special efforts extended on the company’s part to retain those customers. A high data quality score in the churn management system implies there is accurate tracking data for those items important to a customer’s propensity to churn. Accurate tracking data could include contacts and survey results appropriately attributed to customers and appropriately attributed to its positive/negative connotation and sales with accurate and complete product and customer information. A high data quality score here also means the measures associated with customer lifetime value determination−namely, sales and demographics−are accurate. When these are accurate, we correctly identify the correct customers for whom to create churn prevention programs. Applying dollars wisely towards the retention of the best customers, we generate higher ROI from our churn management program. market Basket Analysis The ROI for market basket analysis comes from special efforts extended on the company’s part to place product according to intra-transaction buying patterns. Once the market basket is known, logical placement and marketing decisions use the information to establish products to place together or separate, depending on the goals. A high data quality score in the market basket system means there is minimal missing product data in the sales, and products are logically and uniquely identified. Although always difficult to measure, this leads to higher returns from the product placement activities undertaken as a result of market basket analysis. Business objects. Overall Approach to Data Quality ROI 1
  • 16. fInAncIAl cross-Selling Cross-selling is very popular in financial institutions these days as companies look to mine customer econometric, lifestyle, and life stage data to sell products in different product categories to customers. This is similar in nature to targeted marketing and market basket analysis under retail, where a high quality score greatly improves the veracity of the effort. By having high sales and customer quality, cross-selling efforts can be trusted to generate higher returns as opposed to “winging it.” channel parity Consistency of information across customer-facing channels is a means of generating high levels of customer satisfaction, leading to reduced churn and more reception to cross-selling efforts. ROI from these projects is difficult to measure as they get into the higher customer satisfaction/higher customer lifetime value chain. However, better parity means better customer satisfaction, which starts the chain towards ROI. High data quality in the various channels needs to include the consistency of quality information between systems that interface with customers as ascertained through the cross-checking of data. heAlThcAre procedure Analysis Perhaps no application of data quality is more important as data quality for procedure analysis – the use of data to route procedures to best-of-breed providers likely to provide the best medical service and reduce the likelihood of follow-on procedures and claims. High quality in this system means better-served and healthier customers as well as high ROI. A high quality score means procedures are completely and accurately tracked and can sway the ROI of such projects by as much as 25 points. These systems rely highly on mining of the data to determine unhealthy and undesirable claim follow- up activity. Missing or incorrectly attributed data always brings down the ROI potential of mining, since mining needs as much data as possible in order to make accurate analysis. Business objects. Overall Approach to Data Quality ROI 1
  • 17. mAnufAcTurIng Inventory Tracking Inventory tracking can almost be considered part of the “lights on” operation of a manufacturing business. However, higher levels of inventory tracking can certainly lead to high ROI by the improvements they make over simple systems. A high quality data score in the inventory tracking system means the data accurately tracks inventory by accurately tracking products and locations with valid dating of product movement data. A high data quality score correlates to high ROI through the increased savings in inventory. TelecommunIcATIonS contact center Analysis Those chartered with the origination of data in the contact centers are stewards of its potential to the organization beyond the efficient running of the contact centers on an individual basis. Mined contact center data provides the foundation for CRM strategies, agent activity and performance management, product management, promotion effectiveness management, and infrastructure management. High data quality means call data is appropriately logged, assigned to customers, and typecast according to content. All of the above returns highly correlate with high quality data. For example, agent activity and performance ROI manifests itself in more efficient agent utilization, which reduces agent costs and improves service levels—which, in turn, results in more satisfied customers and enhanced ability to retain new and profitable customers. Service levels are improved through an understanding of agent capabilities gained from monitoring contact loads. Higher quality contact and agent data can create more efficient staffing situations with improved ROI from a lower TCO of the cost-to-serve via a contact center. Business objects. Overall Approach to Data Quality ROI 1
  • 18. ABouT The AuThor William McKnight is senior vice president of information management at Conversion Services International. William functions as strategist, lead enterprise information architect, and program manager for complex, high-volume full life- cycle implementations worldwide, utilizing the disciplines of data warehousing, master data management, business intelligence, data quality, and operational business intelligence. Many of his clients have gone public with their success story. McKnight is a Southwest Entrepreneur of the Year Finalist, a frequent best practices judge, widely quoted on information management issues, and has authored more than 150 articles and white papers and given over 150 seminars. His team’s implementations from both IT and consultant positions have won best practices awards. McKnight is a former engineer of DB2 at IBM and holds an MBA. He may be reached at wmcknight@csiwhq.com. Business objects. Overall Approach to Data Quality ROI 1
  • 19. ABouT BuSIneSS oBjecTS Business Objects has been a pioneer in business intelligence (BI) since the dawn of the category. Today, as the world’s leading BI software company, Business Objects transforms the way the world works through intelligent information. The company helps illuminate understanding and decision-making at more than 44,000 organizations around the globe. Through a combination of innovative technology, global consulting and education services, and the industry’s strongest and most diverse partner network, Business Objects enables companies of all sizes to make transformative business decisions based on intelligent, accurate, and timely information. For more information on Business Objects enterprise information management solutions, please call us at +1 866 681 3435 or visit www.businessobjects.com/eim. Business objects. Overall Approach to Data Quality ROI 1
  • 20. businessobjects.com © 2008 Business Objects. All rights reserved. Business Objects owns the following U.S. patents, which may cover products that are offered and licensed by Business Objects: 5,555,403; 5,857,205; 6,289,352; 6,247,008; 6,490,593; 6,578,027; 6,831,668; 6,768,986; 6,772,409; 6,882,998; 7,139,766; 7,299,419; 7,194,465; 7,222,130; 7,181,440 and 7,181,435. Business Objects and the Business Objects logo, BusinessObjects, Business Objects Crystal Vision, Business Process On Demand, BusinessQuery, Crystal Analysis, Crystal Applications, Crystal Decisions, Crystal Enterprise, Crystal Insider, Crystal Reports, Desktop Intelligence, Inxight, the Inxight Logo, LinguistX, Star Tree, Table Lens, ThingFinder, Timewall, Let there be light, Metify, NSite, Rapid Marts, RapidMarts, the Spectrum Design, Web Intelligence, Workmail and Xcelsius are trademarks or registered trademarks in the United States and/or other countries of Business Objects and/or affiliated companies. All other names mentioned herein may be trademarks of their respective owners. March 2008 WP3124-A