Cookies Settings
dnb-logo
Direct 2.0
Show All
Basic
Advanced
Collapse

On-Demand Entity Identification

Also known as Match

This D&B match function is available in Basic and Advanced modes -- both implementing the same matching algorithm. The primary difference between is the additional match quality information that is included on the Advanced response.

Feature Request

IMPORTANT: Please see the new Online Services Security Enhancement Release, effective November 09, 2020.

Overview

The available criteria options are identical for Basic and Advanced match type requests. This feature will default to Advanced if a type is not specified.

There are several options available when implementing this feature.

1. Population: By default this feature will match against the universe of organizations for which D&B has assigned a D-U-N-S Number. An SBRI option (match type set to 'SBRI') is available to perform a match against the collection of U.S. small businesses for which a D-U-N-S Number has not been assigned.

2. Lookup: If a D-U-N-S Number is passed on the request, this feature will perform a direct match and return details about the organization to which the D-U-N-S Number is assigned. This option is not available when matching small businesses.

3. Criteria-based Matching: A telephone number, organization (or executive) name, and/or address may be passed on the request. This function will apply the criteria in this order, and return a list of matching candidates. An option is available to specify how many matches to return. An executive name may not be provided when matching small businesses.

When performing an address (i.e. location-based) match for organizations domiciled in the United States and Canada, including a state or territory significantly improves the quality of the results.

4. Address Cleansing: This feature does NOT cleanse or standardize the address information supplied. For the cleansing functionality, refer to the Get Cleanse Match feature.

5. Smart Results: The results are ranked based on a calculated confidence score. The score values vary from one to ten; with ten being the highest quality match. An option is available to manually set a minimum confidence score threshold. The advanced version of this feature returns the confidence score in the results.

If a minimum confidence code is not provided, this service will first attempt to identify organizations having confidence code eight and above. If no candidates are found, then the service will provide organizations having confidence code between four and seven.

6. Exclusion Filter: This feature includes an option for excluding certain organizations from the results. Available filters include: Exclude + Non HeadQuarters, Non Marketable, Out of Business, Undeliverable or Unreachable. This option is not available when matching small businesses.

The following items will be included after each exclusion filter is applied: Non HeadQuarters indicates only headquarter companies should be included; Non Marketable indicates to include only marketable* entities; Out of Business indicates to include only active companies; Undeliverable indicates to include only companies that D&B has determined have a deliverable mailing address; and Unreachable indicates to include only companies that D&B has determined have a valid telephone number.

*In general, a record that meets the following criteria is considered marketable: it has been updated within the last 24 months; it contains a complete business name, valid physical or mailing address, and valid Standard Industry Classification Code; and it is believed to be in business.

NOTE: This rule does not exclude/include de-listed companies (i.e., a company that has requested to be excluded from direct marketing use cases).

7. Pagination: This feature does not support pagination; providing only a single set of results. An option exists to set the maximum number of results (up to 100 for certain countries), which has a default value of 25. The maximum of 25 candidates applies to the following countries: Spain, Ireland, Belgium, San Marino, Andorra, Italy, United Kingdom, Portugal, Netherlands, Luxembourg, Virgin Islands U.S., Puerto Rico U.S., and Canada.

Criteria Precedence

The D&B match engine inspects the Request Parameters provided and determines how to yield the best results. The following list explains the order in which the parameters will be evaluated:

  1. If a D-U-N-S Number is specified, all other parameters will be ignored and a D-U-N-S Number lookup will be performed.
  2. If a registration number is provided without any additional details, a Registration Number lookup will be performed.
  3. If a registration number is provided along with subject name or address details, a Registration Number lookup will be performed first. If resulted candidates have low confidence code then match will be performed based on subject name or Address provided.
  4. If a subject name is provided, a Name & Address lookup will be performed.
  5. If address details are provided without a subject name, an Address lookup will be performed.
  6. If a telephone number is provided without a subject name or address details, a Telephone Number lookup will be performed.
  7. If a zip code is provided, a zip code lookup will be performed.
  8. If an url alone is provided, a Domain match based on URL will be performed.
  9. If an email alone is provided, a Domain match based on Email will be performed.
  10. If both url and email are provided, a Domain match based on URL will be performed.

Regardless of the match type specified, the same algorithm is applied.

Minimum Requirements

The details in this section override the Optional/Required values listed in the Required Parameters table.

  • When submitting a request by D-U-N-S Number, a valid D-U-N-S Number is Required. This option is not available for the SBRI variation of the search.
  • When submitting a request by Registration Number, a Registration Number and Country Code are Required. This option is not available for the United States (including SBRI search) and Canada.
  • When submitting a request by Telephone Number, a Telephone Number and Country Code are Required.
  • When submitting a request by Name/Country, an Organization Name (or partial name) and Country Code are Required.
  • When submitting a request by Address (United States and Canada), a street address, town, state/territory and Country Code are Required. If a state/territory is not provided, the D&B match engine will revert to a Name/Country match (i.e., street address and town will not be factored into the match).
  • When submitting a request by Address (all other countries), a street address, town, and Country Code are Required.
  • When submitting a request by Domain, either URL or Email are Required.

Including the building number on the street address will significantly improve the quality of the results.

Global Availability

Data Layer Entitlement

For customers in U.S. and Canadian markets, the API is provisioned for specific collections of products, reports, and/or features (collectively referred to as data layers) for production and trial usage. Entitlement is not required for testing in the sandbox environment.

  • This feature is entitled as "On-Demand Entity Identification" for D&B Direct 2.0 customers.

NOTE: The SBRI match option of this feature will be entitled/invoiced under a "Search - Small Business Risk Insight" for D&B Direct 2.0 customers.

For customers in the UK, Ireland, Belgium, Netherlands and Luxembourg markets, the API is provisioned as a specific set of data layers for production, trial, and sandbox usage.

  • This particular data layer is included in the D&B Direct Onboard 2.0 suite.

Specification

Sample Request (Advanced)
<soapenv:Envelope xmlns:com="http://services.dnb.com/CompanyServiceV2.0" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsse:UsernameToken wsu:Id="UsernameToken-2" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsse:Username>MyUsername</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MyPassword</wsse:Password>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <com:MatchRequest>
         <MatchRequestDetail>
            <InquiryDetail>
               <SubjectName>GORMAN MANUFACTURING</SubjectName>
               <Address>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <TerritoryName>CA</TerritoryName>
               </Address>
            </InquiryDetail>
            <MatchSpecification>
               <MatchTypeText>Advanced</MatchTypeText>
            </MatchSpecification>
         </MatchRequestDetail>
      </com:MatchRequest>
   </soapenv:Body>
</soapenv:Envelope>

Filter:

Name Characteristics
MatchRequest Aggregate
MatchRequest @xsi:schemaLocation Attribute
MatchRequest. TransactionDetail Aggregate, Optional

Records information necessary to process a particular request. Examples of a request is the ordering of a product.

MatchRequest. TransactionDetail. ApplicationTransactionID string, up to 64 chars, Optional

Unique Transaction ID of the request generated by the service

MatchRequest. TransactionDetail. TransactionTimestamp dateTime, Optional

The date and time when this request was created. When the request is from an intermediary, such as a workflow manager or service bus, this is the date and time when the message was sent to the D&B function, i.e., the date and time when the xml document was created by the requesting intermediary.

MatchRequest. TransactionDetail. SubmittingOfficeID string, up to 64 chars, Optional

A number that identifies the system or the software application from where this request originated. / A number used to uniquely identfy the D&B business segment or delivery channel from where this request originated.

END: MatchRequest. TransactionDetail /Aggregate
MatchRequest. MatchRequestDetail Aggregate, Required
MatchRequest. MatchRequestDetail. InquiryDetail Aggregate, Required
MatchRequest. MatchRequestDetail. InquiryDetail. DUNSNumber string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional

The subject identifier under the Data Universal Numbering System of the inquired subject. Or D&B's identification number, which provides unique identification of the inquired organization, in accordance with the Data Universal Numbering System (D-U-N-S).

MatchRequest. MatchRequestDetail. InquiryDetail. SubjectName string, up to 240 chars, Optional

Text that records the name of the inquired subject.

MatchRequest. MatchRequestDetail. InquiryDetail. Address Aggregate, Optional

Records the location information of the requested subject.

MatchRequest. MatchRequestDetail. InquiryDetail. Address. StreetAddressLine Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of several lines where each address line contains one or more named address elements. Examples of named address elements are Street Name, Street Number, Building Name, Estate Name. They are called “lines” because an addres can be divided into multiple lines. When there are multiple lines the sequence of the lines must be preserved.

MatchRequest. MatchRequestDetail. InquiryDetail. Address. StreetAddressLine. LineText string, up to 240 chars, Required

Text that records the street address components as it would be presented on an address label. This includes, but is not limited to, details such as street name, street number, building name, estate name.

END: MatchRequest. MatchRequestDetail. InquiryDetail. Address. StreetAddressLine /Aggregate
MatchRequest. MatchRequestDetail. InquiryDetail. Address. PrimaryTownName string, up to 64 chars, Optional

The name of the town or city recognized by the Postal Authority for delivering mail.

MatchRequest. MatchRequestDetail. InquiryDetail. Address. CountryISOAlpha2Code string, at least 2 chars, up to 2 chars, Optional

The two-letter country/market code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country/market for this address.

Possible values: ISO Alpha 2 Codes only

MatchRequest. MatchRequestDetail. InquiryDetail. Address. TerritoryName string, up to 64 chars, Optional

Territory Abbreviated Name for US and Canada (e.g.: NY for New York). Full Territory Name for all other countries The name of a locally governed area which forms part of a centrally governed nation. As a guiding principle this is a geographic area which could theoretically exist as a separate nation. In the U.S. this would be a State in the UK this would be one of the Home Nations.

Possible values: Territory Abbreviated Name for US and Canada (eg: NY for New York). Full Territory Name for all other countries

MatchRequest. MatchRequestDetail. InquiryDetail. Address. FullPostalCode string, up to 32 chars, Optional

An identifier used by the local country Postal Authority to identify a particular geographic location and may include the identification of a street or building. When this data has been derived by concatenating the elements Postal Code and Postal Code Extension, a separator will be inserted between these two elements based on country rules. For example, when the address is a U.S. address, the separator that will be used is a hyphen '-'.

END: MatchRequest. MatchRequestDetail. InquiryDetail. Address /Aggregate
MatchRequest. MatchRequestDetail. InquiryDetail. TelephoneNumber Aggregate, Optional

Records Telephone contact information used for voice communication with the inquired subject.

MatchRequest. MatchRequestDetail. InquiryDetail. TelephoneNumber. TelecommunicationNumber string, at least 1 char, up to 50 chars, Required

A sequence of digits used by the subject for voice communication in a public switched telephone network. This sequence of digits includes the area code or city code. Note: This number does not include the International Dialing Code and Domestic Dialing Code.

MatchRequest. MatchRequestDetail. InquiryDetail. TelephoneNumber. InternationalDialingCode integer, up to 7 digits, Optional

The country calling code assigned by the International Telecommunication Union (ITU) required to connect to this Telecommunication Number of the subject country when dialing from outside the subject country; e.g., '1' for the US, '44' for the UK, '91' for India.

END: MatchRequest. MatchRequestDetail. InquiryDetail. TelephoneNumber /Aggregate
MatchRequest. MatchRequestDetail. InquiryDetail. OrganizationIdentificationNumberDetail Aggregate, Optional

Records a registration number for the organization.

MatchRequest. MatchRequestDetail. InquiryDetail. OrganizationIdentificationNumberDetail. OrganizationIdentificationNumber string, at least 1 char, up to 40 chars, Required

A number assigned by an external body or by D&B which either uniquely identifies or helps to identify an organization.

END: MatchRequest. MatchRequestDetail. InquiryDetail. OrganizationIdentificationNumberDetail /Aggregate
MatchRequest. MatchRequestDetail. InquiryDetail. URLText Element, Optional

Text recording the internet URL that uniquely identifies the propreitary website of the subject or the website preferred by the subject which gives more information on the subject

MatchRequest. MatchRequestDetail. InquiryDetail. EmailAddress Element, Optional

Text recording the electronic mail address used by a subject by which the subject can transmit and or receive text messages, links, and files electronically, typically via a network, like the Internet.

END: MatchRequest. MatchRequestDetail. InquiryDetail /Aggregate
MatchRequest. MatchRequestDetail. MatchSpecification Aggregate, Optional

Records data used by a matching routine to identify the customer and search parameters.

MatchRequest. MatchRequestDetail. MatchSpecification. CandidateMaximumQuantity integer, up to 3 digits, Optional

A numeric value indicating the greatest number of candidate subjects that may be included in the result set.

MatchRequest. MatchRequestDetail. MatchSpecification. ConfidenceLowerLevelThresholdValue integer, up to 2 digits, Optional

A numeric value from 4 (low) up to 10 (high) indicating the required level of certainty at which a possible Candidate should be included in the result set.

MatchRequest. MatchRequestDetail. MatchSpecification. ExclusionCriteria Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of filtering requirements that a service should apply to prevent subjects from being returned in a match response. For example exclude subjects from the candidate list that are out of business.

MatchRequest. MatchRequestDetail. MatchSpecification. ExclusionCriteria. ExclusionDataDescription ExclusionDataEnum, Required

Text that denotes an exclusion requirement that the Match process should apply to prevent subjects from being returned as candidates. For example if the value is specified as Out of Business, then the match process should not return any candidates that have an Operating Status which denotes Out Of Business.

Possible values: Exclude Non HeadQuarters; Exclude Non MarkeTable Exclude Out of Business; Exclude Undeliverable; Exclude Unreachable

END: MatchRequest. MatchRequestDetail. MatchSpecification. ExclusionCriteria /Aggregate
MatchRequest. MatchRequestDetail. MatchSpecification. MatchTypeText MatchModeEnum, Optional

Text describing the nature of match to be applied during the match process. When MatchTypeText is set as 'SBRI', this indicates that the match will be performed against the D&B Small Business repository.

Possible values: SBRI; Advanced; Basic

END: MatchRequest. MatchRequestDetail. MatchSpecification /Aggregate
MatchRequest. MatchRequestDetail. InquiryReferenceDetail Aggregate, Optional
MatchRequest. MatchRequestDetail. InquiryReferenceDetail. CustomerReferenceText string, at least 1 char, up to 240 chars, Optional (Up to 5x)

A freeform reference string provided by the customer to be linked to the product in order to support subsequent order reconciliation.

MatchRequest. MatchRequestDetail. InquiryReferenceDetail. CustomerBillingEndorsementText string, at least 1 char, up to 240 chars, Optional

Text that is filled in by customer and commonly contains requesting individual or department name, or customer's own account/reference number and/or name for the case on which the product was provided.This text is a reference used during the billing process.

END: MatchRequest. MatchRequestDetail. InquiryReferenceDetail /Aggregate
END: MatchRequest. MatchRequestDetail /Aggregate
END: MatchRequest /Aggregate

Endpoint

Use the following endpoint with the downloadable WSDL to request this feature.

SOAP (Company)
https://direct.dnb.com/Company/V{version}

Testing

This operation will return a static set of results in the D&B Direct test environment (sandbox), regardless of the request parameters.

Exception: If the Small Business option is selected, this operation will not return any results in the D&B Direct sandbox.

Feature Response

Specification

The following is a list of the possible data fields returned by this operation in the XML response. Samples are provided for testing successful and failed retrieval, and to demonstrate the basic layout of a response. The data returned in samples may not represent actual values that this feature will deliver.

NOTE: The D-U-N-S Number returned in the response will be a nine-digit zero-padded, numeric value.

Sample Response (Advanced)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <com:MatchResponse xmlns:com="http://services.dnb.com/CompanyServiceV2.0">
 	<TransactionDetail>
            <ServiceTransactionID>Id-0702a53551de81a335fb742e-1</ServiceTransactionID>
            <TransactionTimestamp>2017-01-11T05:57:56</TransactionTimestamp>
         </TransactionDetail>
         <TransactionResult>
            <SeverityText>Information</SeverityText>
            <ResultID>CM000</ResultID>
            <ResultText>Success</ResultText>
         </TransactionResult>
         <MatchResponseDetail>
            <MatchDataCriteriaText>Name and Address Lookup</MatchDataCriteriaText>
            <CandidateMatchedQuantity>24</CandidateMatchedQuantity>
            <MatchCandidate>
               <DUNSNumber>804735132</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN MANUFACTURING COMPANY, INC.</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>492 KOLLER STREET</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>SAN FRANCISCO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>94110</PostalCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>6505550000</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <FamilyTreeMemberRole>
                  <FamilyTreeMemberRoleText>Headquarters</FamilyTreeMemberRoleText>
               </FamilyTreeMemberRole>
               <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>6</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>AZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>1</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>009175688</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN MFG CO INC</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>8129 JUNIPERO ST STE A</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>SACRAMENTO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95828</PostalCode>
                  <PostalCodeExtensionCode>1603</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <StreetAddressLine>
                     <LineText>PO BOX 756</LineText>
                     <DisplaySequence>1</DisplaySequence>
                  </StreetAddressLine>
                  <PrimaryTownName>WOODLAND</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95776</PostalCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>5306620211</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Out of Business</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>6</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>AZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>2</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>199650169</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN, DENNIS</OrganizationName>
               </OrganizationPrimaryName>
               <TradeStyleName>
                  <OrganizationName>GORMAN MANUFACTURING</OrganizationName>
               </TradeStyleName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>12 W KENTUCKY AVE</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>WOODLAND</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95695</PostalCode>
                  <PostalCodeExtensionCode>5837</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>5306627750</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Out of Business</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>6</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Trade style</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>AZZZAZZZBFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>51.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0299999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>02</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>3</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>038732116</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN MANUFACTURING COMPANY, INC.</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>1073 S BOYLE AVE</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>LOS ANGELES</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>90023</PostalCode>
                  <PostalCodeExtensionCode>1246</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>6505550000</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Out of Business</OperatingStatusText>
               <FamilyTreeMemberRole>
                  <FamilyTreeMemberRoleText>Branch</FamilyTreeMemberRoleText>
               </FamilyTreeMemberRole>
               <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>6</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>AZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>4</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>088847942</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN MFG &amp; SUPPLY CO</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>6516 MATTOS LN</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>SACRAMENTO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95829</PostalCode>
                  <PostalCodeExtensionCode>9309</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>9163810282</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Out of Business</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>6</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>AZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>80.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>5</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>097014401</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN RANCH INC</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>12849 GORMAN LN</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>WOODLAND</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95695</PostalCode>
                  <PostalCodeExtensionCode>9107</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <StreetAddressLine>
                     <LineText>PO BOX 155</LineText>
                     <DisplaySequence>1</DisplaySequence>
                  </StreetAddressLine>
                  <PrimaryTownName>YOLO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95697</PostalCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>5306661938</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <FamilyTreeMemberRole>
                  <FamilyTreeMemberRoleText>Headquarters</FamilyTreeMemberRoleText>
               </FamilyTreeMemberRole>
               <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZBFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>51.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>6</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>028674190</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN, JAMES M</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>310 S QUINCE ST</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>ESCONDIDO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>92025</PostalCode>
                  <PostalCodeExtensionCode>4047</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>7607450881</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <FamilyTreeMemberRole>
                  <FamilyTreeMemberRoleText>Headquarters</FamilyTreeMemberRoleText>
               </FamilyTreeMemberRole>
               <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>7</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>059633730</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN CATALOG PRINTING INC</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>492 KOLLER ST</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>SAN FRANCISCO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>94110</PostalCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>6505550000</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <FamilyTreeMemberRole>
                  <FamilyTreeMemberRoleText>Headquarters</FamilyTreeMemberRoleText>
               </FamilyTreeMemberRole>
               <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>8</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>062781406</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN, W R &amp; ASSOCIATES INVESTMENT REALTORS INC</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>272 S POPLAR AVE APT 101</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>BREA</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>92821</PostalCode>
                  <PostalCodeExtensionCode>5537</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <StreetAddressLine>
                     <LineText>PO BOX 325</LineText>
                     <DisplaySequence>1</DisplaySequence>
                  </StreetAddressLine>
                  <PrimaryTownName>BREA</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>92822</PostalCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>7142559998</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <FamilyTreeMemberRole>
                  <FamilyTreeMemberRoleText>Headquarters</FamilyTreeMemberRoleText>
               </FamilyTreeMemberRole>
               <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>9</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>078485102</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN MANAGEMENT LLC</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>30025 ALICIA PKWY # 162</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>LAGUNA NIGUEL</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>92677</PostalCode>
                  <PostalCodeExtensionCode>2090</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>49.161076</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>10</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>025108629</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN, MATTHEW</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>27911 SECO CANYON RD</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>SANTA CLARITA</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>91350</PostalCode>
                  <PostalCodeExtensionCode>3872</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZBFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>39.93583</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>51.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>11</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>026941227</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN CONSTRUCTION</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>39485 CALLE CONTENTO</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>TEMECULA</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>92591</PostalCode>
                  <PostalCodeExtensionCode>5038</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>9517756982</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>12</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>016078632</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN FAMILY LLC</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>50 CHAMBERLAIN ST</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>SALINAS</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>93901</PostalCode>
                  <PostalCodeExtensionCode>4320</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>13</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>031437300</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN CONSTRUCTION</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>970 BUCKSKIN TER</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>BRENTWOOD</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>94513</PostalCode>
                  <PostalCodeExtensionCode>1814</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>9259267440</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZBFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>51.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>14</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>036847698</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN S</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>512 N IRVING BLVD</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>LOS ANGELES</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>90004</PostalCode>
                  <PostalCodeExtensionCode>1407</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>3234671014</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>15</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>827805636</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN PAINTING</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>48500 95TH ST E</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>LANCASTER</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>93535</PostalCode>
                  <PostalCodeExtensionCode>7932</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>6619468443</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZBFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>51.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>16</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>155042562</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN DISTRIBUTORS</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>13356 KAHALA CT</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>SARATOGA</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95070</PostalCode>
                  <PostalCodeExtensionCode>4908</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <StreetAddressLine>
                     <LineText>PO BOX 2758</LineText>
                     <DisplaySequence>1</DisplaySequence>
                  </StreetAddressLine>
                  <PrimaryTownName>SARATOGA</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95070</PostalCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>4088676411</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>17</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>610785706</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN GLOBAL, LLC</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>222 WILD ROSE CIR</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>CHICO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95973</PostalCode>
                  <PostalCodeExtensionCode>8952</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZBFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>51.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>18</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>016372961</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN, JEFF</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>1806 W LOCUST AVE</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>FRESNO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>93711</PostalCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>19</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>005733241</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN, RAY</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>14593 BUGGY WHIP LN</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>PRATHER</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>93651</PostalCode>
                  <PostalCodeExtensionCode>9756</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>5593237656</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZBFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>51.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>20</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>023120472</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>CRAIG GORMAN</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>54 N CENTRAL AVE STE 102</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>CAMPBELL</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>95008</PostalCode>
                  <PostalCodeExtensionCode>2085</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>4086880461</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>21</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>057616587</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN CARL</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>1728 UNIVERSITY AVE</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>BERKELEY</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>94703</PostalCode>
                  <PostalCodeExtensionCode>1514</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>7072990882</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>22</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>017406486</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN, TODD</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>10245 RED CEDAR CT</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>SAN DIEGO</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>92131</PostalCode>
                  <PostalCodeExtensionCode>1305</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>true</UndeliverableIndicator>
               </MailingAddress>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZFFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>23</DisplaySequence>
            </MatchCandidate>
            <MatchCandidate>
               <DUNSNumber>125468905</DUNSNumber>
               <OrganizationPrimaryName>
                  <OrganizationName>GORMAN, STEPHANIE</OrganizationName>
               </OrganizationPrimaryName>
               <PrimaryAddress>
                  <StreetAddressLine>
                     <LineText>812 PLATA RD</LineText>
                  </StreetAddressLine>
                  <PrimaryTownName>ARROYO GRANDE</PrimaryTownName>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <PostalCode>93420</PostalCode>
                  <PostalCodeExtensionCode>2841</PostalCodeExtensionCode>
                  <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </PrimaryAddress>
               <MailingAddress>
                  <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
                  <UndeliverableIndicator>false</UndeliverableIndicator>
               </MailingAddress>
               <TelephoneNumber>
                  <TelecommunicationNumber>8054744056</TelecommunicationNumber>
                  <UnreachableIndicator>false</UnreachableIndicator>
               </TelephoneNumber>
               <OperatingStatusText>Active</OperatingStatusText>
               <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator>
               <MatchQualityInformation>
                  <ConfidenceCodeValue>4</ConfidenceCodeValue>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Name</MatchBasisText>
                  </MatchBasis>
                  <MatchBasis>
                     <EndIndicator>false</EndIndicator>
                     <SubjectTypeText>Business</SubjectTypeText>
                     <SeniorPrincipalIndicator>false</SeniorPrincipalIndicator>
                     <MatchBasisText>Primary Address</MatchBasisText>
                  </MatchBasis>
                  <MatchGradeText>BZZZAZZZBFZ</MatchGradeText>
                  <MatchGradeComponentCount>11</MatchGradeComponentCount>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>37.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Number</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Street Name</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>City</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>State</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>A</MatchGradeComponentRating>
                     <MatchGradeComponentScore>100.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>PO Box</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Phone</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Postal Code</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Density</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>B</MatchGradeComponentRating>
                     <MatchGradeComponentScore>51.0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Uniqueness</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>F</MatchGradeComponentRating>
                     <MatchGradeComponentScore>12.5</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchGradeComponent>
                     <MatchGradeComponentTypeText>Sic</MatchGradeComponentTypeText>
                     <MatchGradeComponentRating>Z</MatchGradeComponentRating>
                     <MatchGradeComponentScore>0</MatchGradeComponentScore>
                  </MatchGradeComponent>
                  <MatchDataProfileText>0099999900999899000000009898</MatchDataProfileText>
                  <MatchDataProfileComponentCount>14</MatchDataProfileComponentCount>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Number</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Street Name</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>City</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>State</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>PO Box</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Phone</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Postal Code</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>99</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>DUNS</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>SIC</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Density</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>Uniqueness</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>00</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>National ID</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
                  <MatchDataProfileComponent>
                     <MatchDataProfileComponentTypeText>URL</MatchDataProfileComponentTypeText>
                     <MatchDataProfileComponentValue>98</MatchDataProfileComponentValue>
                  </MatchDataProfileComponent>
               </MatchQualityInformation>
               <DisplaySequence>24</DisplaySequence>
            </MatchCandidate>
         </MatchResponseDetail>
      </com:MatchResponse>
   </soapenv:Body>
</soapenv:Envelope>

Filter:

Basic Advanced AvailabilityName Characteristics
MatchResponse Aggregate
MatchResponse. TransactionDetail Aggregate, Required

Records information necessary to process a particular request. Examples of a request is the ordering of a product.

MatchResponse. TransactionDetail. ApplicationTransactionID string, up to 64 chars, Optional

Unique Transaction ID of the request generated by the service

MatchResponse. TransactionDetail. ServiceTransactionID string, up to 64 chars, Required

A number assigned by the D&B service to uniquely identify this transaction.

MatchResponse. TransactionDetail. TransactionTimestamp dateTime, Required

The date and time when this request was created. When the request is from an intermediary, such as a workflow manager or service bus, this is the date and time when the message was sent to the D&B function, i.e., the date and time when the xml document was created by the requesting intermediary.

END: MatchResponse. TransactionDetail /Aggregate
MatchResponse. TransactionResult Aggregate, Required

An aggregate that can repeat multiple times to record the different outcomes of the transaction.

MatchResponse. TransactionResult. SeverityText string, Required

Text that records the criticality of the outcome, e.g., Information, Warning, Error, Fatal.

MatchResponse. TransactionResult. ResultID string, up to 32 chars, Required

An alphanumeric string that uniquely identifies the outcome of the transaction.

MatchResponse. TransactionResult. ResultText string, up to 512 chars, Optional

Text that explains the outcome of the transaction.

MatchResponse. TransactionResult. ResultMessage Aggregate, Optional (Array)

An aggregate that can repeat multiple times to record textual data that expands on the ResultID and ResultText to provide additional information to the user regarding the status of the transaction. If the status implies that there is a problem this may also provide guidance to the user on how to address it.

MatchResponse. TransactionResult. ResultMessage. ResultDescription string, up to 512 chars, Required

Text that describes the additional information regarding the outcome of the transaction.

END: MatchResponse. TransactionResult. ResultMessage /Aggregate
END: MatchResponse. TransactionResult /Aggregate
MatchResponse. MatchResponseDetail Aggregate, Optional

Records the data being returned to the customer as a result of a request to get a list of candidates that matches the characteristics of certain business elements such as DUNSNumber, Name and Address, Phone Number, Registration Number of the subject.

MatchResponse. MatchResponseDetail. MatchDataCriteriaText string, up to 256 chars, Optional

Text that identifies the data on which the match was performed, e.g., DUNS Number Lookup, Name and Address Lookup.

MatchResponse. MatchResponseDetail. MatchDataCriteriaText @DNBCodeValue integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchDataCriteriaText @DNBCodeTableNumber integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. CandidateMatchedQuantity integer, up to 3 digits, Required

The number of subjects presented as possible matches in the result set because the data met or exceeded the Confidence Lower Level Threshold Value specified in the match request.

MatchResponse. MatchResponseDetail. MatchCandidate Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of data used by a matching routine to record the result summary, match basis, and quality measures for the set of Candidates returned by the process. Measures include match grade, match profile and quality scores.

MatchResponse. MatchResponseDetail. MatchCandidate. DUNSNumber string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional

The D-U-N-S Number is D&B's identification number, which provides unique identification of this organization, in accordance with the Data Universal Numbering System (D-U-N-S).

MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationPrimaryName Aggregate, Required

A single name by which the organization is primarily known / identified in different languages and/or writing scripts.

MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationPrimaryName @RegisteredNameIndicator Attribute
MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationPrimaryName. OrganizationName string, up to 256 chars, Required

Text recording a name of this organization.

END: MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationPrimaryName /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. TradeStyleName Aggregate, Optional

Records the names other than the formal, official name of the organization together with a numeric value which identifies the relative importance of the names recorded.

MatchResponse. MatchResponseDetail. MatchCandidate. TradeStyleName. OrganizationName string, up to 256 chars, Required

Text recording a name of this organization.

NOTE: TradeStyleName will be returned only when customer given input matches against trade style name.

END: MatchResponse. MatchResponseDetail. MatchCandidate. TradeStyleName /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. SeniorPrincipalName Aggregate, Optional

The full name of the most senior principal associated with the business.

MatchResponse. MatchResponseDetail. MatchCandidate. SeniorPrincipalName. FullName string, up to 240 chars, Optional

The entire name of the subject where the subject is either an individual or an organization.

NOTE: PrincipalName will be returned only when customer given input matches against principal name.

END: MatchResponse. MatchResponseDetail. MatchCandidate. SeniorPrincipalName /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress Aggregate, Optional

Records the primary or physical address of a subject. For an organization this is the principal address at which the organization is located. For an individual, this is the home address.

MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. StreetAddressLine Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of several lines where each address line contains one or more named address elements. Examples of named address elements are Street Name, Street Number, Building Name, Estate Name. They are called “lines” because an addres can be divided into multiple lines. When there are multiple lines the sequence of the lines must be preserved.

MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. StreetAddressLine. LineText string, up to 240 chars, Required

Text that records the street address components as it would be presented on an address label. This includes, but is not limited to, details such as street name, street number, building name, estate name.

END: MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. StreetAddressLine /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. PrimaryTownName string, up to 64 chars, Optional

The name of the town or city recognized by the Postal Authority for delivering mail.

MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. CountryISOAlpha2Code string, at least 2 chars, up to 2 chars, Optional

The two-letter country/market code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country/market for this address.

Possible values: ISO Alpha 2 Codes

MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. PostalCode string, up to 16 chars, Optional

An identifier used by the local country Postal Authority to identify a particular geographic location. For example, in Belgium, Postal Code 9000 identifies the town of GHENT.

MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. PostalCodeExtensionCode string, up to 16 chars, Optional

An extension to the postal code which identifies a street or building within the geographic area covered by the Postal Code.

MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. TerritoryAbbreviatedName string, up to 64 chars, Optional

The shortened name of the locally governed area which forms part of a centrally governed nation. For example 'NJ' for the US State New Jersey within Country United States of America.

MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress. UndeliverableIndicator boolean, Optional

When 'true' indicates that it is difficult or impossible to deliver to this address. When 'false' indicates that mails to this address can be delivered successfully; however as this is the assumed condition there is no requirement to create this tag to represent this fact.

END: MatchResponse. MatchResponseDetail. MatchCandidate. PrimaryAddress /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress Aggregate, Optional

Records an address which is mainly utilized for the purpose of mail delivery. This usually includes a Post Office Box number or similar mailing details.

MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. StreetAddressLine Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of several lines where each address line contains one or more named address elements. Examples of named address elements are Street Name, Street Number, Building Name, Estate Name. They are called “lines” because an addres can be divided into multiple lines. When there are multiple lines the sequence of the lines must be preserved.

MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. StreetAddressLine. LineText string, up to 240 chars, Required

Text that records the street address components as it would be presented on an address label. This includes, but is not limited to, details such as street name, street number, building name, estate name.

END: MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. StreetAddressLine /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. PrimaryTownName string, up to 64 chars, Optional

The name of the town or city recognized by the Postal Authority for delivering mail.

MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. CountryISOAlpha2Code string, at least 2 chars, up to 2 chars, Optional

The two-letter country/market code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country/market for this address.

MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. PostalCode string, up to 16 chars, Optional

An identifier used by the local country Postal Authority to identify a particular geographic location. For example, in Belgium, Postal Code 9000 identifies the town of GHENT.

MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. PostalCodeExtensionCode string, up to 16 chars, Optional

An extension to the postal code which identifies a street or building within the geographic area covered by the Postal Code.

MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. TerritoryAbbreviatedName string, up to 64 chars, Optional

The shortened name of the locally governed area which forms part of a centrally governed nation. For example 'NJ' for the US State New Jersey within Country United States of America.

MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress. UndeliverableIndicator boolean, Optional

When 'true' indicates that it is difficult or impossible to deliver to this address. When 'false' indicates that mails to this address can be delivered successfully; however as this is the assumed condition there is no requirement to create this tag to represent this fact.

END: MatchResponse. MatchResponseDetail. MatchCandidate. MailingAddress /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. TelephoneNumber Aggregate, Optional

Records the Telephone contact information used for voice communication with the subject.

MatchResponse. MatchResponseDetail. MatchCandidate. TelephoneNumber. TelecommunicationNumber string, at least 1 char, up to 50 chars, Required

A sequence of digits used by the subject for voice communication in a public switched telephone network. This sequence of digits includes the area code or city code. Note: This number does not include the International Dialing Code and Domestic Dialing Code.

MatchResponse. MatchResponseDetail. MatchCandidate. TelephoneNumber. UnreachableIndicator boolean, Optional

When 'true' indicates that telecommunication number cannot be connected to successfully. When 'false' indicates that telecommunication number can be connected to successfully. When set to NULL, it indicates that D&B does not know whether the telecommunication number can be connected to successfully.

END: MatchResponse. MatchResponseDetail. MatchCandidate. TelephoneNumber /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. OperatingStatusText string, up to 256 chars, Optional

Text describing this organization's functional state / trading status, e.g. active, out of business, dormant.

MatchResponse. MatchResponseDetail. MatchCandidate. FamilyTreeMemberRole Aggregate, Optional (Array)

An entry loop that can repeat multiple times to allow the recording of various parts that the Subject plays as a member of an ownership structured family tree.

MatchResponse. MatchResponseDetail. MatchCandidate. FamilyTreeMemberRole. FamilyTreeMemberRoleText string, up to 256 chars, Optional

Text describing the part that the Subject plays as a member of an ownership structured family tree, e.g., a branch, headquarters, subsidiary.

NOTE: Only one role type will be available for a D-U-N-S record in the match response.

Possible values: Headquarters [for Parent; HQ or Parent & HQ]; Branch [for Branch or Division]; Subsidiary

END: MatchResponse. MatchResponseDetail. MatchCandidate. FamilyTreeMemberRole /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. MarketabilityIndicator boolean, Optional

When 'true' indicates that the record satisfies D&B marketability rules. When 'false' indicates that the record does not satisfy D&B marketability rules; however, there is no requirement to create this tag to represent this fact.

MatchResponse. MatchResponseDetail. MatchCandidate. StandaloneOrganizationIndicator boolean, Optional

When 'true' indicates that this organization is not a member of a legal family tree. This means it cannot play the role of a subsidiary, parent, headquarters or branch; i.e., FamilyTreeMemberRoleText cannot be present. When 'false' indicates that this organization is a member of a legal family tree. In this condition the FamilyTreeMemberRoleText must be present.

MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationIdentificationNumberDetail Aggregate, Optional

Records details of the identifiers issued by organizations to uniquely identify subjects. The issuing organization may be a Registration Authority, Government Department or Commercial Enterprise, e.g., Chamber of Commerce numbers, VAT numbers, etc.

MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationIdentificationNumberDetail @DNBCodeTableNumber integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationIdentificationNumberDetail @DNBCodeValue integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationIdentificationNumberDetail @TypeText string, up to 256 chars, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationIdentificationNumberDetail. OrganizationIdentificationNumber string, at least 1 char, up to 40 chars, Required

A number assigned by an external body or by D&B which either uniquely identifies or helps to identify an organization.

END: MatchResponse. MatchResponseDetail. MatchCandidate. OrganizationIdentificationNumberDetail /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation Aggregate, Optional

Records quality measures for the set of Candidates returned by the match process. Measures include match grade, match profile and quality scores.

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. ConfidenceCodeValue integer, up to 2 digits, Optional

A numeric value from 1 (low) up to 10 (high) indicating the level of certainty at which this possible candidate was included in this result set.

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchBasis Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the general description of the actual data items that the matching process matched against. For example, there is a match to a Subject that is a Business and where the match process matched on the Individual Name of a former Senior Principal as well as the Subject's current Primary Address. MatchBasis is deprecated. Customers should use Match Data Profile moving forward.

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchBasis. EndIndicator boolean, Optional

When 'true' indicates that the match was found on former (historical) data. When 'false' indicates that the match was found on current data; however as this is the assumed condition there is no requirement to create this tag to represent this fact.

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchBasis. SubjectTypeText SubjectType, Optional

Text denoting the type of subject to which the match process matched identifying this subject as a potential candidate, e.g., Individual, Business, Unknown Subject type.

Possible values: Single [Means Individual]; Business

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchBasis. SeniorPrincipalIndicator boolean, Optional

When 'true' indicates that the match processing found the candidate because of a match on Senior Principal information. When 'false' indicates that the match processing found the candidate because of a match on information other than that of the Senior Principal; however as this is the assumed condition there is no requirement to create this tag to represent this fact.

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchBasis. MatchBasisText string, up to 256 chars, Optional

Text which describes the actual data item that the matching process matched against, e.g., Trading Style Name, Primary Address, Telephone Number.

Possible values: Trade style; Primary Name; Individual Name; Residential Address; Primary Address; Mailing Address; Business Telephone Number; Business Fax Number

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchBasis. MatchBasisText @DNBCodeValue integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchBasis. MatchBasisText @DNBCodeTableNumber integer, up to 7 digits, Attribute (1x)
END: MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchBasis /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeText string, up to 11 char, Optional

A textual string that identifies the compound rating that is comprised of one rating per type of data scored by a match engine, e.g., AABZBAAAFBZ where A" in the 1st position means that the Name scored between 80-100; "A" in the 2nd position means that the Street Number had to score exactly 100."

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeComponentCount integer, up to 2 digits, Optional

The total number of constituent parts (e.g., Name, Street Number) that were used in the calculation of the Match Grade.

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeComponent Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of the parts of the overall Match Grade including the rating and score that were used to measure the success of a match. (e.g. Name Match Grade Rating = A, Score = 95).

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeComponent. MatchGradeComponentTypeText string, up to 256 chars, Required

Text that identifies the component (e.g., Name, Street Number) of the Match Grade that was measured by a match engine.

Possible values: Street Name [ 12177 ]; State [ 12187 ]; Telephone [ 12190 ]; Location Uniqueness [ 12229 ]; Name [ 12176 ]; Street Number [ 12179 ]; City [ 12186 ]; PO Box [ 12189 ]; Postal Code [ 12227 ]; SIC [ 12228 ]; Geographical Density [ 12230 ]

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeComponent. MatchGradeComponentTypeText @DNBCodeValue integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeComponent. MatchGradeComponentTypeText @DNBCodeTableNumber integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeComponent. MatchGradeComponentRating string, up to 1 char, Optional

A textual value that indicates the quality of the match result on the component described by the MatchGradeComponentTypeText, e.g., A (Excellent), B, Z, F. The rating is based on a scoring system, e.g., A may be assigned to a score of 95-100, B may be assigned to a score of 80-94. The score ranges and rating assignments are defined differently per Match Grade Component Type.

Possible values: A = means the components should be considered to be the same; B = means there is some similarity; F = the components are different; Z = one or both components are missing or not used as part of the match experience

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeComponent. MatchGradeComponentScore decimal, up to 24 digit, maximum of 21 decimal places, Optional

A number between -1 (poor) and 100 (high quality) that identifies the quality of the match result on the component described by the MatchGradeComponentTypeText, e.g., -1, 25, 100.

END: MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchGradeComponent /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchDataProfileText string, up to 28 chars, Optional

A textual string that describes the information that the matching process used to arrive at a match in addition to the application's business rules and parameters specified by the requestor. This is a 28 byte string consisting of 14 components of two bytes each. The 14 components are Name, Street Number, Street Name, Town Name, Territory Name, P.O. Box, Telephone, Post Code, DUNS Number, Industry Code, Geographical Density, Location Uniqueness, Registration Number and URL respectively.

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchDataProfileComponentCount integer, up to 2 digits, Optional

The total number of constituent parts (e.g., Name, Street Number) that were used in the calculation of the Match Data Profile.

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchDataProfileComponent Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of the attributes used by the matching process to arrive at a match in addition to the application's business rules and parameters specified by the requestor. e.g., Name, Street Number

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchDataProfileComponent. MatchDataProfileComponentTypeText string, up to 256 chars, Required

Text that identifies the attribute used by the matching process to arrive at a match in addition to the application's business rules and parameters specified by the requestor. e.g., Name, Street Number

Possible values: Name; Street Number; Street Name; City; State; PO Box; Phone; Postal Code; DUNS; SIC; Density; Uniqueness; National ID; URL

MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchDataProfileComponent. MatchDataProfileComponentTypeText @DNBCodeValue integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchDataProfileComponent. MatchDataProfileComponentTypeText @DNBCodeTableNumber integer, up to 7 digits, Attribute (1x)
MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchDataProfileComponent. MatchDataProfileComponentValue string, at least 2 chars, up to 2 chars, Required

Text that records the value of the granular component described in MatchDataProfileComponentTypeText

END: MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation. MatchDataProfileComponent /Aggregate
END: MatchResponse. MatchResponseDetail. MatchCandidate. MatchQualityInformation /Aggregate
MatchResponse. MatchResponseDetail. MatchCandidate. DisplaySequence integer, up to 3 digits, Optional

A numeric used to identify the relative importance this MatchCandidate has compared to other MatchCandidates returned in the result set.

END: MatchResponse. MatchResponseDetail. MatchCandidate /Aggregate
MatchResponse. MatchResponseDetail. InquiryReferenceDetail Aggregate, Optional

Records data that allows the customer to specify information to be linked to the request in order to support subsequent order reconciliation.

MatchResponse. MatchResponseDetail. InquiryReferenceDetail. CustomerReferenceText string, at least 1 char, up to 240 chars, Optional (Up to 5x)

A freeform reference string provided by the customer to be linked to the product in order to support subsequent order reconciliation.

MatchResponse. MatchResponseDetail. InquiryReferenceDetail. CustomerBillingEndorsementText string, at least 1 char, up to 240 chars, Optional

Text that is filled in by customer and commonly contains requesting individual or department name, or customer's own account/reference number and/or name for the case on which the product was provided.This text is a reference used during the billing process.

END: MatchResponse. MatchResponseDetail. InquiryReferenceDetail /Aggregate
END: MatchResponse. MatchResponseDetail /Aggregate
END: MatchResponse /Aggregate

NOTE: There may be additional request and/or response elements specified in the WSDL that are not applicable for D&B Direct customers. Data elements that are not listed on this page are currently unused by this operation.

Lists of possible values (when present) are subject to change. Additional values not presented in this documentation may be delivered in the response and should be anticipated in any implementation.

Empty/NULL Values

A NULL returned for an element indicates that the information was not provided to D&B when the related data items were collected. The absence of a value for a particular item should not be considered indicative of any implied value (e.g., NULL for a boolean indicator is NOT the same as a value of 'false').

Abbreviated Territory Names

When present, the Territory Abbreviated Name field will contain local abbreviations, which may be based on standard designations. For companies domiciled in the United States or Canada, this field will contain the second component of ISO 3166-2 codes. For example, the ISO 3166-2:US code for New Jersey is "US-NJ" and the value "NJ" will be delivered in this field. Similarly, the ISO 3166-2:CA code for Ontario is "CA-ON" and the value "ON" will be delivered in this field.

Response Codes & Error Handling

Successful service requests will return a CM000 response code in the TransactionResult ResultID field. Otherwise, one of the D&B Direct standard response codes will be returned.

This operation may return the following response codes: CM001, CM002, CM003, CM004, CM007, CM008, CM009, CM011, CM012, CM016, CP001, CP003, CP004, and SC001-SC009.

D&B Direct 2.0 API requests are provided on a metered basis; and may require entitlement prior to use in the production environment. In addition, a concurrency limit (QPS) is monitored to ensure that it is not exceeded. An error code will be returned in the event that a transaction is throttled.

Qualified usage (e.g., a successful response) is tracked and billed according to the terms & conditions of the customer's contract. The response codes CM000, CM010, PD002 and PD015 are considered successful. A built-in feature exists to prevent duplicate billing when multiple successful requests with the same criteria are submitted on the same calendar day (which is based on Eastern Standard Time [GMT-5]).

Business Elements

While D&B Direct uses a product canonical naming model in the request/response, many customers may be more familiar with the following business element labels.

Filter:

Basic Advanced AvailabilityName Description
Branch/Headquarter Indicator Indicates if the location is HQ or Branch

PCM XPath: //MatchCandidate/ FamilyTreeMemberRole/ FamilyTreeMemberRoleText

Confidence Code Confidence Code (CC) indicates the degree of Match between an Inquiry and a Match Result.

PCM XPath: //MatchCandidate/ MatchQualityInformation/ ConfidenceCodeValue

Country/Market Code ISO Country/Market code Alpha 2 where company is located

PCM XPath: //MatchCandidate/ PrimaryAddress/ CountryISOAlpha2Code

D-U-N-S Number DUNS Number of the organization

PCM XPath: //MatchCandidate/ DUNSNumber

Ended Indicator

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchBasis/ EndIndicator

Mailing Address (NIXIE) Undeliverable Indicates if the address is reachable or not

PCM XPath: //MatchCandidate/ MailingAddress/ UndeliverableIndicator

Mailing Country/Market Code The three digit code associated with the country/market name of the mailing address.

PCM XPath: //MatchCandidate/ MailingAddress/ CountryISOAlpha2Code

Mailing Postal Code The postal or ZIP code associated with the mailing address.

PCM XPath: //MatchCandidate/ MailingAddress/ PostalCode

Mailing Street Address Mailing address of the company

PCM XPath: //MatchCandidate/ MailingAddress/ StreetAddressLine/ LineText

Mailing Territory Abbreviated Name The abbreviation of the mailing state/Province/Primary region.

PCM XPath: //MatchCandidate/ MailingAddress/ TerritoryAbbreviatedName

Mailing Town Name The mailing city associated with the mailing address.

PCM XPath: //MatchCandidate/ MailingAddress/ PrimaryTownName

Match Basis Code

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchBasis/ MatchBasisText

Match Criteria

PCM XPath: //MatchDataCriteriaText

Match Data Profile (Combined) Indicates how a single attribute matched to additional data that is present on the Match Reference file.

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchDataProfileText

Match Data Profile Component Type

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchDataProfileComponent/ MatchDataProfileComponentTypeText

Match Data Profile Component Value

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchDataProfileComponent/ MatchDataProfileComponentValue

Match Data Profile Quantity The total number of constituent parts (e.g., Name, Street Number) that were used in the calculation of the Match Data Profile.

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchDataProfileComponentCount

Match Grade (Combined) Match Grade represents the closeness of a single attribute match to the data on D&B Reference Files.

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchGradeText

Match Grade Component Quantity The total number of constituent parts (e.g., Name, Street Number) that were used in the calculation of the Match Grade.

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchGradeComponentCount

Match Grade Component Type

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchGradeComponent/ MatchGradeComponentTypeText

Match Grade Component Value

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchGradeComponent/ MatchGradeComponentRating

Most Senior Principal Full Name Chief executive name of the organization

PCM XPath: //MatchCandidate/ SeniorPrincipalName/ FullName

Number Of Candidates

PCM XPath: //CandidateMatchedQuantity

Organization Identification Number Registration Numbers assigned to the organization

PCM XPath: //MatchCandidate/ OrganizationIdentificationNumberDetail/ OrganizationIdentificationNumber

Out of Business Indicator

PCM XPath: //MatchCandidate/ OperatingStatusText

Postal Code

PCM XPath: //MatchCandidate/ PrimaryAddress/ PostalCode

Primary Address (NIXIE) Undeliverable Indicates if the address is reachable or not

PCM XPath: //MatchCandidate/ PrimaryAddress/ UndeliverableIndicator

Primary Business Name Primary Business name of the organization

PCM XPath: //MatchCandidate/ OrganizationPrimaryName/ OrganizationName

Senior Principal Indicator

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchBasis/ SeniorPrincipalIndicator

Standalone Organization Indicator Indicates if the organization is a standalone company or not

PCM XPath: //MatchCandidate/ StandaloneOrganizationIndicator

Street Address Physical address line of the company

PCM XPath: //MatchCandidate/ PrimaryAddress/ StreetAddressLine/ LineText

Subject Type Code

PCM XPath: //MatchCandidate/ MatchQualityInformation/ MatchBasis/ SubjectTypeText

Telephone Disconnected (TIXIE) Indicator Indicates whether the phone number is invalid.

PCM XPath: //MatchCandidate/ TelephoneNumber/ UnreachableIndicator

Telephone Number The telephone number of the business.

PCM XPath: //MatchCandidate/ TelephoneNumber/ TelecommunicationNumber

Territory Abbreviated Name Abbreviated State/province where company is located

PCM XPath: //MatchCandidate/ PrimaryAddress/ TerritoryAbbreviatedName

Town Name City where company is located

PCM XPath: //MatchCandidate/ PrimaryAddress/ PrimaryTownName

Trade Style Name Trade Styles are additional business names used by a Company – also referred to as a DBA (doing business as) or AKA (also known as) names.

PCM XPath: //MatchCandidate/ TradeStyleName/ OrganizationName

The preceding list is not presented in the order, nor manner, in which the information is packaged and delivered via the D&B Direct API. Legend: [C] = may be included in a Custom Data product; [M] = may be referenced by the Monitoring process; [M+] = Monitored using an aggregate or attribute XPath.

Feature Notes

Match Data Profile (MDP)

The Match Data Profile provides specific detail for each position of the Match Grade by describing how the input field values were matched to the D&B record values. For each of the fourteen MDP components, a two-digit numeric code identifying the type of the information used in the comparison will be returned.

Filter:

Component Possible ValuesAdditional Details
Name00 to 44, 50, 60, 97-99 
Street Number00-03, 96, 98-99 
Street Name00-03, 96, 98-99 
City00-03, 96, 98-99Town Name
State00-03, 96, 98-99Territory Name (e.g. may be a Province for Canadian companies)
PO Box00, 02-03, 96, 98-99Post Office Box Number
Phone00, 02, 98-99Telephone Number
Postal Code00, 96, 98-99 
DUNS00, 98-99D-U-N-S Number
SIC00, 98-99Standard Industrial Classification
Density00, 98-99Defined as the number of businesses within the inquiry subject's postal region (e.g. within a given ZIP code for U.S. companies).
Uniqueness00, 98-99Defined as the number of unique matches for the inquiry subject name in the D&B database.
National ID00, 20, 98-99Organization Identification Number
URL00, 50, 60, 98-99Web Site Address

1 Reserved for future use.
2 Applicable for Iberia, Benelux, Italy and San Marino only.
3 Applicable for Italy and San Marino only.
4 Not applicable for United States and Canada.