Dun & Bradstreet

This service provides methods to search for business information from Dun & Bradstreet.

Summary
This service provides methods to search for business information from Dun & Bradstreet.
Dun & Bradstreet supplies information on companies additional to that in the Chamber of Commerce database.
Search for a business on name and location.
Retrieve a DNBBusinessReference for a business.
Do a D&B Quick Check on a business.
Do a D&B Business Verification on a business.
Retrieve extensive management information on a business.
Basic information about the business.
The result of a D&B Quick Check, with information on location, situation, size and financial status on the business.
For the Netherlands the DNBQuickCheck always returns the main establishment (hoofdvestiging).
The result of a D&B Enterprise Management, with information on location, situation, size and financial status on the business.
Basic information about the business.
Information on number of employees working at a company or location.
Information on a monetary amount which indicates annual sales or tangible net worth.

Service methods

Dun & Bradstreet supplies information on companies additional to that in the Chamber of Commerce database.

Information on a company can be requested by DUNS number, DNB business key or regional business number.  The DUNS number is a number assigned by Dun & Bradstreet to every company.  Similarly, the DNB business key is a code indicating a company.  It differs from the DUNS number in that is can only be used with the methods of Webservices.nl and it is cheaper to obtain.  The regional business number is the primary business identification number assigned to the business by a government agency, Chamber of Commerce or association.  For the Netherlands this is the KvK dossier and subdossier number, assigned by the Chamber of Commerce.

The functions which accept a company_id parameter can only be tested with a limited set of companies.  The following DUNS numbers can be used to test this function.  The D&B business key or the regional business number of these companies can also be used.  These DUNS numbers return information on imaginary, non-existing companies.

The Netherlands

  • 407809623
  • 409425071
  • 409525979
  • 407809631
  • 409425105
  • 407809565
  • 407899657

Belgium

  • 372428847
  • 372724229
  • 373230036
  • 373230689

Great Britain

  • 214567885
  • 233083567
  • 239337363
  • 424312635
  • 424312718
  • 424317212

Germany

  • 317273662
  • 317273720
  • 317273787
  • 317274082
  • 317274207
  • 318500592
  • 319946984
  • 324227339
  • 330109620
  • 342249695

Ireland

  • 986461523
  • 987334703

Italy

  • 433777307

France

  • 401127634

Spain

  • 475205709
  • 475238171
  • 475240623

Portugal

  • 453390494
  • 454210808

Austria

  • 301700001
  • 302150375
  • 302150433
  • 302150557
  • 302150615
  • 302150672
  • 302150730
  • 302150854
  • 302150912
  • 302150979
  • 302151035
  • 302151217

Malta

  • 644026445
  • 644026494
  • 644026544
  • 673054297
  • 673054441

dnbSearchReference

Search for a business on name and location.  This method returns basic information and a DNB business key for each business.

Business can be searched on name, with optional address parameters.  Searching on address can be done using the postcode, or the city and at least one other address field.

Parameters

nameTradename of the business, required.
streetnameStreet the business is located at, optional.
housenoHousenumber of the business, optional.
housenoadditionHousenumber addition, optional.
postcodePostcode of the business, optional.
citynameCity where the business is located, optional.
countryThe 2 character ISO 3166-1 code for the country where the business is located, e.g.  “nl”.  Required.  Supported countries:
nlThe Netherlands
beBelgium
luLuxembourg
deGermany
gbGreat Britain
ieIreland
itItaly
frFrance
esSpain
ptPortugal
atAustria
mtMalta
pagePage to retrieve, pages start counting at 1.

Returns

outA Patterns::{Type}PagedResult of DNBBusinessReference entries.

See also

dnbGetReference, Business::businessSearchParameters

dnbGetReference

Retrieve a DNBBusinessReference for a business.

Parameters

company_idIdentifier for the business.  The field company_id_type indicates the type of this field.
company_id_typeType of company identifier, or country code.  The values ‘duns’ and ‘dnb_key’ indicate that the company_id field contains a DUNS number or a D&B business key.  A 2-character country code indicates that the company_id field contains the primary business identification number assigned to the business by a government agency, Chamber of Commerce or association.  Possible values:
dunsDUNS identification number.  The D&B DUNS number, which stands for Data Universal Numbering System, is a 9-digit non-indicative identification number assigned by Dun & Bradstreet to each separate commercial entity in the Dun & Bradstreet database.  In other words, each record is given a different number.  For businesses with multiple locations, each location is assigned its own unique D&B DUNS number.
dnb_keyD&B Business key identifying the business.  The D&B business key, like the DUNS number, uniquely identifies a business.  However, it can only be used with methods of Webservices.nl, whereas the DUNS number can be used with any database or method by D&B.  The advantage of the D&B business key is that it can be obtained at a lower cost than the DUNS number.
nlThe Netherlands.  The company_id can either be an 8-digit Chamber of Commerce Number (KvK-nummer), a 12-digit Establishment Number (Vestigingsnummer) or a 9-digit RSIN Number (Rechtspersonen Samenwerkingsverbanden Informatie Nummer).
beBelgium
luLuxembourg
deGermany
gbGreat Britain
ieIreland
itItaly
frFrance
esSpain
ptPortugal
atAustria
mtMalta

Returns

outa DNBBusinessReference with name, address and D&B business key.  The field confidence_code in the DNBBusinessReference is always 10, because this function only returns a result when an exact match was found.

dnbQuickCheck

Do a D&B Quick Check on a business.

When testing this function, please use one of the testing companies described above in the Service methods section.

Parameters

company_idIdentifier for the business.  The field company_id_type indicates the type of this field.
company_id_typeType of company identifier, or country code.  The values ‘duns’ and ‘dnb_key’ indicate that the company_id field contains a DUNS number or a D&B business key.  A 2-character country code indicates that the company_id field contains the primary business identification number assigned to the business by a government agency, Chamber of Commerce or association.  Possible values:
dunsDUNS identification number.  The D&B DUNS number, which stands for Data Universal Numbering System, is a 9-digit non-indicative identification number assigned by Dun & Bradstreet to each separate commercial entity in the Dun & Bradstreet database.  In other words, each record is given a different number.  For businesses with multiple locations, each location is assigned its own unique D&B DUNS number.
dnb_keyD&B Business key identifying the business.  The D&B business key, like the DUNS number, uniquely identifies a business.  However, it can only be used with methods of Webservices.nl, whereas the DUNS number can be used with any database or method by D&B.  The advantage of the D&B business key is that it can be obtained at a lower cost than the DUNS number.
nlThe Netherlands.  The company_id can either be an 8-digit Chamber of Commerce Number (KvK-nummer), a 12-digit Establishment Number (Vestigingsnummer) or a 9-digit RSIN Number (Rechtspersonen Samenwerkingsverbanden Informatie Nummer).
beBelgium
luLuxembourg
deGermany
gbGreat Britain
ieIreland
itItaly
frFrance
esSpain
ptPortugal
atAustria
mtMalta

Returns

outa DNBQuickCheck with information on location, situation, size and financial status on the business.

See also

dnbBusinessVerification, dnbEnterpriseManagement

dnbBusinessVerification

Do a D&B Business Verification on a business.

When testing this function, please use one of the testing companies described above in the Service methods section.

Parameters

company_idIdentifier for the business.  The field company_id_type indicates the type of this field.
company_id_typeType of company identifier, or country code.  The values ‘duns’ and ‘dnb_key’ indicate that the company_id field contains a DUNS number or a D&B business key.  A 2-character country code indicates that the company_id field contains the primary business identification number assigned to the business by a government agency, Chamber of Commerce or association.  Possible values:
dunsDUNS identification number.  The D&B DUNS number, which stands for Data Universal Numbering System, is a 9-digit non-indicative identification number assigned by Dun & Bradstreet to each separate commercial entity in the Dun & Bradstreet database.  In other words, each record is given a different number.  For businesses with multiple locations, each location is assigned its own unique D&B DUNS number.
dnb_keyD&B Business key identifying the business.  The D&B business key, like the DUNS number, uniquely identifies a business.  However, it can only be used with methods of Webservices.nl, whereas the DUNS number can be used with any database or method by D&B.  The advantage of the D&B business key is that it can be obtained at a lower cost than the DUNS number.
nlThe Netherlands.  The company_id can either be an 8-digit Chamber of Commerce Number (KvK-nummer), a 12-digit Establishment Number (Vestigingsnummer) or a 9-digit RSIN Number (Rechtspersonen Samenwerkingsverbanden Informatie Nummer).
beBelgium
luLuxembourg
deGermany
gbGreat Britain
ieIreland
itItaly
frFrance
esSpain
ptPortugal
atAustria
mtMalta

Returns

outa DNBBusinessVerification with information on location, situation, size and financial status on the business.

See also

dnbQuickCheck, Business::businessGetDossierV3

dnbEnterpriseManagement

Retrieve extensive management information on a business.

When testing this function, please use one of the testing companies described above in the Service methods section.

Parameters

company_idIdentifier for the business.  The field company_id_type indicates the type of this field.
company_id_typeType of company identifier, or country code.  The values ‘duns’ and ‘dnb_key’ indicate that the company_id field contains a DUNS number or a D&B business key.  A 2-character country code indicates that the company_id field contains the primary business identification number assigned to the business by a government agency, Chamber of Commerce or association.  Possible values:
dunsDUNS identification number.  The D&B DUNS number, which stands for Data Universal Numbering System, is a 9-digit non-indicative identification number assigned by Dun & Bradstreet to each separate commercial entity in the Dun & Bradstreet database.  In other words, each record is given a different number.  For businesses with multiple locations, each location is assigned its own unique D&B DUNS number.
dnb_keyD&B Business key identifying the business.  The D&B business key, like the DUNS number, uniquely identifies a business.  However, it can only be used with methods of Webservices.nl, whereas the DUNS number can be used with any database or method by D&B.  The advantage of the D&B business key is that it can be obtained at a lower cost than the DUNS number.
nlThe Netherlands.  The company_id can either be an 8-digit Chamber of Commerce Number (KvK-nummer), a 12-digit Establishment Number (Vestigingsnummer) or a 9-digit RSIN Number (Rechtspersonen Samenwerkingsverbanden Informatie Nummer).
beBelgium
luLuxembourg
deGermany
gbGreat Britain
ieIreland
itItaly
frFrance
esSpain
ptPortugal
atAustria
mtMalta

Returns

outa DNBEnterpriseManagement with all information in the DNBQuickCheck and information on financial status and credit scores.

Type definitions

DNBBusinessReference

Basic information about the business.

dnb_keyD&B Business key identifying the business.  The D&B business key, like the DUNS number, uniquely identifies a business.  However, it can only be used with methods of Webservices.nl, whereas the DUNS number can be used with every database or method by D&B.  The advantage of the D&B business key is that it can be obtained at a lower cost than the DUNS number.
trade_namePrimary name of business
addressAddress line of physical location
postcodePostal (ZIP) code where business is located
cityThe name of the town in which the business is located.
phone_numberThe main telephone number of the business.
countryISO 3166-1 numeric code of the country where the business is located, e.g.  “528”.
main_branch_indicationBoolean which indicates whether this business is a branch or a headoffice.  If true, this dossier is for a headoffice.  If false, it is for a branch.  Optional.
confidence_codeScore between 0 and 10 which indicates how well this reference matches the search query.
trade_namesAn array with trade styles used by the business.  Trade Styles are additional business names used by the company - also referred to as a DBA (doing business as) or AKA (also known as) names.  In some jurisdictions, these names are shown to be registered to, and therefore owned by, a company.  They are used to secure the name, advertise a particular product or to distinguish between different parts of the company’s operations or divisions.  Optional, only present if a trade style matched the name specified in a search.

DNBQuickCheck

The result of a D&B Quick Check, with information on location, situation, size and financial status on the business.  For the Netherlands the DNBQuickCheck always returns the main establishment (hoofdvestiging). see: enquiry_duns

dunsDUNS identification number.  The D&B DUNS number, which stands for Data Universal Numbering System, is a 9-digit non-indicative identification number assigned by Dun & Bradstreet to each separate commercial entity in the Dun & Bradstreet database.  In other words, each record is given a different number.  For businesses with multiple locations, each location is assigned its own unique D&B DUNS number.  This field is always populated and contains the D&B DUNS number of the business that all other data elements in the record describe.
dnb_keyD&B Business key identifying the business.  The D&B business key, like the DUNS number, uniquely identifies a business.  However, it can only be used with methods of Webservices.nl, whereas the DUNS number can be used with every database or method by D&B.  The advantage of the D&B business key is that it can be obtained at a lower cost than the DUNS number.
enquiry_dunsIdentifier of case enquired upon, will be the same as DUNS unless a trade up from a branch to a headquarters location has taken place.  When the DUNS of a branch location is given, it is possible that the information of the headquarter is returned instead.  This is called a “trade up”.  In this case, the DUNS field contains the DUNS number of the headquarter, while the EnquiryDUNS contains the DUNS which was requested.  The information returned applies to the headquarter.  In the Netherlands, a trade up always happens when a branch location is requested.  An example can be retrieved by requesting DUNS 386060771.
business_numberPrimary business identification number assigned to the business by a government agency, Chamber of Commerce or Association.  This field contains the primary business identification number assigned to the business by a government agency, Chamber of Commerce or association.  Optional.
business_number_typeThis field contains the code representing the type of business identification number (i.e., Chamber of Commerce, VAT).  This two or three letter code specifies what the number in BusinessNumber means.  Optional.
9ZChamber of Commerce Number
ABQNational Business Identification Number
AEBCompanies Registry Office Number (CRO)
HLSysteme Informatique pour le Repertoire des Entreprises (SIREN) Number
VXValue Added Tax Registration Number (Europe)
Q8Company Register Number (DE)
business_number_descriptionThis field contains the description representing the type of business identification number (i.e., Chamber of Commerce, VAT).  This textual description specifies what the number in BusinessNumber means.  Optional.
trade_namePrimary name of business
addressAn array with address lines of the physical location.
postcodePostal (ZIP) code where business is located
cityThe name of the town in which the business is located.
regionMain sub-entity within the country in which the business is located, may be State, Province, Region (example, England).  In the Netherlands, this field corresponds with the province (e.g.  “Zuid-Holland”) Optional.
subregionSecond level country sub-entity, County (or equivalent), where business is located.  For the Netherlands this field is not available.  Optional.
country_calling_codeInternational dialing code for country in which the business is located, e.g.  “31”.
phone_numberThe main telephone number of the business.  Different countries may have telephone numbers of varied lengths which may or may not include the country or city access codes.  Each country does have an access code (contained in the CountryCallingCode field) which must be used when making an international call.  Optional.
fax_numberMain facsimile number of business.  Optional.
countryThe 2 character ISO 3166-1 code for the country where the business is located.
ceo_nameName of the primary executive in the company.  The name of the individual or company identified as having the chief executive function.  Highest ranking person on site: President, Owner, Branch Manager, etc.  In some cases the individual’s title is included along with the name in this field.  Optional.
ceo_titleFree form position title of primary executive in the company, e.g.  “Chairman of the Board”.  Optional.
principal_nameName of the executive in the company.  The name of the individual or company identified as having an executive function.  In some cases the individual’s title is returned along with the name in this field.  Optional.
principal_titleFree form position title of primary executive in the company, e.g.  “Chairman of the Board”.  Optional.
currencyDefault currency code for figures in report code, e.g.  “EUR”.  Currency code for filing value in 3 character ISO 4217 format.
statement_currencyCurrency code of financial statement if different than the default supplied in the ‘currency’ field.  Optional.
debtor_inpossessionIndicates whether debtor is in possession of company.  Optional.
criminal_proceedingsThe Criminal Proceedings indicator provides an indication of whether criminal proceedings related to the case exist in D&B’s database.  Optional.
suit_judgementIndicates whether open suit(s), judgment(s), petition(s) and/or payment remarks exist in the D&B database for the company.  A lawsuit may be an action to clear title to property and does not necessarily imply a claim for money against the subject.  The public record item(s) that may have impacted this indicator may have been paid, terminated, vacated or released prior to the date this indicator was extracted from D&B’s file.  Optional.
financial_embarrassmentIndicates whether record of an open or closed bankruptcy, receivership, liquidation, discontinuance with unpaid obligations or an equivalent event related to the company exists in the D&B database.  Other specific event categories relate to administrator appointments and orders, Meeting of Creditors, Wind Up Petitions and Statements of Insolvency.  The public record item(s) that may have impacted this indicator may have been closed or dismissed prior to the date this indicator was extracted from D&B’s file.  Optional.
financial_legal_eventsIndicates whether special events exist in D&B’s database that denote financial embarrassment or legal filings related to the business.  These include Public Sales, Change of 50% of Assets, Public Filings, Letter of Liability, and Principals Antecedents – Bankruptcy (e.g., voluntary winding ups).  The public record item(s) that may have impacted this indicator may have been closed or dismissed prior to the date this indicator was extracted from D&B’s file.  Optional.
operational_eventsIndicates whether special events exist in the D&B database that concern changes to the business’ operations.  These include categories such as name changes; management changes; changes of legal form, control, or capital; business wind up or closure; or moves.  Optional.
other_eventsIndicates that special events not otherwise specified exist in the D&B database for the business.  Optional.
disasterIndicates if special events exist in the D&B database for the subject company concerning disasters such as fire, flood, earthquake, hurricane, etc.  Optional.
secured_filingsIndicates whether open secured filings such as UCC filings, secured charges/mortgages pledgings, or equivalent exist for the business in D&B’s database.  Only applicable in the U.S.A., not in the Netherlands.  Optional.
out_of_businessIndicates that the company has discontinued operations.  Optional.
history_indicatorReserved for future use.  Not available for businesses in Europe.  Optional.
history_descriptionReserved for future use.  Not available for businesses in Europe.  Optional.
income_statement_dateDate of Income/Profit & Loss Statement, in YYYYMMDD format, e.g.  “20071231”.  Indicates the date on the statement, which is usually the end of the period which the statement applies to.  This field applies where no start/end dates are supplied.  Optional.
income_statement_date_startStart date of Income/Profit & Loss Statement, in YYYYMMDD format.  The statement covers a period, starting on this date.  Optional.
income_statement_date_endEnd date of Income/Profit & Loss Statement, in YYYYMMDD format.  The statement covers a period, ending on this date.  Optional.
financial_statement_dateDate of current financial statement, e.g.  “20071231”.  May be full date in YYYYMMDD format, month and year, or year only.  Optional.
incorporation_yearThe year the business incorporated.  The Incorporation Year may or may not be the same as the year the business started.  Optional.
start_yearThe year that the entity actually commenced present operations.  If the entity was formed to acquire or continue the operations of a pre-existing entity, then the start date may reflect this original start date.  Optional.
current_control_yearYear current control was assumed.  This year indicates the last time the business switched owner or management.  Optional.
local_activity_codeActivity code.  The activity code indicates the activity of the business.  It is a code in a system specific for the country.  In the Netherlands, this field may contain BIK or SBI.  Optional.
local_activity_code_typeType of the code in LocalActivityCode, optional.
SBIStandaard bedrijfsindeling
BIKBedrijfsindeling KvK
NACE_BELBelgian NACE 2008
local_activity_descriptionDescription corresponding to the code in LocalActivityCode.  Optional.
sic_activity_codeStandard Industrial Classification code.  The 4-digit SIC code is an index which describes the function (manufacturer, wholesaler, retailer or service) and the line of business in which the company is engaged.
sic_activity_descriptionActivity description corresponding to the SICActivityCode.  Uppercase, human-readable description such as “COMMERCIAL PHOTOGRAPHY”.
sic_versionVersion of SIC in SICActivityCode.  Possible values:
1972used in Europe and Australia
1977used in Canada
1987used in the US
legal_formLegal structure as registered with governmental authorities A code indicating the legal structure of the business as registered with governmental authorities.  Examples include LSC/102 (private limited company) or LSC/10 (general partnership).
legal_form_descriptionA description for the legal structure, corresponding to the code given in LegalForm.
paydex_normThe industry median or average D&B Paydex score for the subject’s Line of Business.  Indications of slowness can be the result of disputes over merchandise, skipped invoices etc.  Accounts are sometimes placed for collection even though the existence or amount of the debt is disputed.  The D&B payment score (D&B Paydex) is a score that assesses the payment performance of a business.  Based on the trade experiences in D&B’s database, the score corresponds to an average days beyond terms or within terms enabling you to predict when your existing or potential customers are likely to pay.  Derived from a dollar-weighted average of a company’s combined individual payment experiences, it ranges from 0 to 100 with higher scores representing businesses which pay their bills more promptly.  The D&B Paydex Interpretation Tables contain interpretation tables for D&B’s payment score for specific countries.  Optional.
paydex_scoreD&B PAYDEX Score for last 12 months experiences.  Optional.
dnb_ratingRating assigned by D&B.  D&B uses several different rating classifications.  The most common (e.g., 4A3) D&B Rating is divided into two parts: financial strength and composite credit appraisal.  Financial Strength reflects company size based on worth computed by D&B.  The Composite Credit Appraisal is an overall evaluation of credit worthiness.  It takes into account the financial condition but also several non-financial factors such as trade payment history, length of operation, employee numbers, legal structure, management experience and any adverse listings.  In some countries, D&B will use other information in its databases to assign ER (size by employee range) to businesses within specific industries or “1R”, “2R,” etc. ratings for companies without current financial statements on file.  The Rating Interpretation Tables contain specific rating definitions and interpretation tables for countries around the world.  See also ratings_scores_paydex.pdf
maximum_creditMaximum amount of credit recommended.  For Europe only.  Optional.
maximum_credit_currencyCurrency Code for credit recommendation amount if different than the default supplied in the ‘currency’ field.
intangible_assetsTotal of intangible assets (goodwill, patents, research & development, non-issued capital, organizational expenses).  May or may not be net of depreciation/ amortization.  Optional.
net_worthTotal amount of Equity (Net Worth).  Includes capital stock, retained earnings treasury stock, etc.  Is not the Tangible Net Worth.  May be negative.  Optional.
tangible_net_worthA DNBMonetaryAmount with the tangible net worth (net worth minus intangibles).  Optional.  Only returned when no financial statement exists.
salesNet sales for the period after returns, allowances, and discounts are deducted.  In Europe, this is the Sales for the period less taxes.  Optional.
annual_salesA DNBMonetaryAmount with annual sales generated by the business.  Optional.  Only returned when no financial statement exists.
employees_primaryAn DNBEmployeeCount with the number of employees at the referenced address.  Not available for the Netherlands.  Optional.
employees_totalAn DNBEmployeeCount with the total number of personnel employed by business.  Includes personnel at branches and divisions.  Includes subsidiaries only in Canada and the United States.  Optional.
trade_namesAn array with trade styles used by business.  Trade Styles are additional business names used by the company - also referred to as a DBA (doing business as) or AKA (also known as) names.  In some jurisdictions, these names are shown to be registered to, and therefore owned by, a company.  They are used to secure the name, advertise a particular product or to distinguish between different parts of the company’s operations or divisions.  Optional.

DNBBusinessVerification

For the Netherlands the DNBQuickCheck always returns the main establishment (hoofdvestiging). see: enquiry_duns

dunsDUNS identification number.  The D&B DUNS number, which stands for Data Universal Numbering System, is a 9-digit non-indicative identification number assigned by Dun & Bradstreet to each separate commercial entity in the Dun & Bradstreet database.  In other words, each record is given a different number.  For businesses with multiple locations, each location is assigned its own unique D&B DUNS number.  This field is always populated and contains the D&B DUNS number of the business that all other data elements in the record describe.
dnb_keyD&B Business key identifying the business.  The D&B business key, like the DUNS number, uniquely identifies a business.  However, it can only be used with methods of Webservices.nl, whereas the DUNS number can be used with every database or method by D&B.  The advantage of the D&B business key is that it can be obtained at a lower cost than the DUNS number.
enquiry_dunsIdentifier of case enquired upon, will be the same as DUNS unless a trade up from a branch to a headquarters location has taken place.  When the DUNS of a branch location is given, it is possible that the information of the headquarter is returned instead.  This is called a “trade up”.  In this case, the DUNS field contains the DUNS number of the headquarter, while the EnquiryDUNS contains the DUNS which was requested.  The information returned applies to the headquarter.  In the Netherlands, a trade up always happens when a branch location is requested.  An example can be retrieved by requesting DUNS 386060771.
business_numberPrimary business identification number assigned to the business by a government agency, Chamber of Commerce or Association.  This field contains the primary business identification number assigned to the business by a government agency, Chamber of Commerce or association.  Optional.
business_number_typeThis field contains the code representing the type of business identification number (i.e., Chamber of Commerce, VAT).  This two or three letter code specifies what the number in BusinessNumber means.  Optional.
9ZChamber of Commerce Number
ABQNational Business Identification Number
AEBCompanies Registry Office Number (CRO)
HLSysteme Informatique pour le Repertoire des Entreprises (SIREN) Number
VXValue Added Tax Registration Number (Europe)
Q8Company Register Number (DE)
business_number_descriptionThis field contains the description representing the type of business identification number (i.e., Chamber of Commerce, VAT).  This textual description specifies what the number in BusinessNumber means.  Optional.
trade_namePrimary name of business
addressAn array with address lines of the physical location.
postcodePostal (ZIP) code where business is located
cityThe name of the town in which the business is located.
regionMain sub-entity within the country in which the business is located, may be State, Province, Region (example, England).  Optional.
subregionSecond level country sub-entity, County (or equivalent), where business is located.  Optional.
country_calling_codeInternational dialing code for country in which the business is located, e.g.  “31”.
phone_numberThe main telephone number of the business.  Different countries may have telephone numbers of varied lengths which may or may not include the country or city access codes.  Each country does have an access code (contained in the CountryCallingCode field) which must be used when making an international call.  Optional.
fax_numberMain facsimile number of business.  Optional.
countryThe 2 character ISO 3166-1 code of the country where the business is located.
main_branch_indicationIndication whether this dossier is for a branch or a headoffice.  If true, this dossier is for a headoffice.  If false, it is for a branch.  Optional.
out_of_businessIndicates that the company has discontinued operations.  Optional.
incorporation_yearThe year the business incorporated.  The Incorporation Year may or may not be the same as the year the business started.  Optional.
start_yearThe year that the entity actually commenced present operations.  If the entity was formed to acquire or continue the operations of a pre-existing entity, then the start date may reflect this original start date.  Optional.
sic_activity_codeStandard Industrial Classification code.  The 4-digit SIC code is an index which describes the function (manufacturer, wholesaler, retailer or service) and the line of business in which the company is engaged.
sic_activity_descriptionActivity description corresponding to the SICActivityCode.  Uppercase, human-readable description such as “COMMERCIAL PHOTOGRAPHY”.
sic_versionVersion of SIC in SICActivityCode.  Possible values:
1972used in Europe and Australia
1977used in Canada
1987used in the US
trade_namesAn array with trade styles used by business.  Trade Styles are additional business names used by the company
  • also referred to as a DBA (doing business as) or AKA (also known as) names.  In some jurisdictions, these names are shown to be registered to, and therefore owned by, a company.  They are used to secure the name, advertise a particular product or to distinguish between different parts of the company’s operations or divisions.  Optional.

DNBEnterpriseManagement

The result of a D&B Enterprise Management, with information on location, situation, size and financial status on the business.

quickcheckA DNBQuickCheck with QuickCheck information for this business.
main_branch_indicationBoolean which indicates whether this business is a branch or a headoffice.  If true, this dossier is for a headoffice.  If false, it is for a branch.  Optional.
indate_indicatorIndicator containing in date status.  This indicates whether the data is up to date.  If data for this company is available, but out of date, the value false (Investigation Recommended) is returned.  Optional.
trueIndate
falseInvestigation Recommended
registration_typeType of registration (e.g. non profit)
RTC/1cooperative
RTC/2federally chartered
RTC/3professional
RTC/4profit
RTC/5state chartered
RTC/6nonprofit
RTC/7provincially chartered
import_indicatorIndicates whether the business imports
export_indicatorIndicates whether the business exports
location_ownershipIndicates whether premises at physical address are owned or rented.
ECo-Owns
GOther (free form available)
HShares
LLeases
OOwns
RRents
UUtilizes
claims_indicatorIndicates if open claim(s), lien(s), protested bill(s), warrant(s), Social Securities Summon(s) and/or equivalent exist in the D&B database for the case company.
paydex_score_earlierD&B Paydex Score from 3 months ago.
average_high_creditThe average high credit represents the median of the highest credit extended to the subject business over the past 12 months.  It is calculated by taking the sum of all high credit dollar amounts (unique vendor account experiences) divided by the total number of account experiences.
high_creditHighest balance of the account during the past 12 months.
total_paymentsThe total number of payment experiences contained in D&B’s database for the subject company.
headquartersA DNBRelatedBusiness with the headquarters name, its D&B DUNS number and the country code in which it is located.
parentA DNBRelatedBusiness with the parent company.  The parent company is that which has a majority interest in the subject entity (i.e., directly owns more than 50%).  The subject entity is then referred to as a ‘subsidiary.’
domestic_ultimateA DNBRelatedBusiness with the domestic ultimate parent.  The domestic ultimate is the highest corporate family member in the same country as the subject business entity if you walk up the “branch” of the corporate family tree.  A case may be its own domestic ultimate.  The fields will be blank if the subject case is a single location (not linked) in the D&B database.  The Domestic Ultimate Name is the legal business name.  The domestic ultimate can be a headquarters or a branch/division.  A country can have more than one domestic ultimate.  There will be a separate Domestic Ultimate for each “limb” of a tree.
global_ultimateA DNBRelatedBusiness with the global ultimate parent.  The global ultimate is the highest member of the corporate family worldwide.  Fields will be blank if the business has a single location (i.e., not linked) in the D&B database.  The global ultimate Name is the legal business name.  The Country code is the 2 character ISO code for the country in which the global ultimate is located.
is_subsidiary_locationIndicates whether the subject business is a subsidiary.
location_statusIndicates whether the subject business is a branch, headquarters, or single location.
HQHeadquarters
BRBranch
SLSingle Location
accounts_auditedIndicates whether D&B has been able to determine whether the financial statement was prepared by audit.
statement_consolidatedIndicates whether statement is consolidated or not.
figures_estimatedIndicates whether the financial statement figures are estimated or measured/actual.
figures_forecastIndicates financial statement figures are future projections.  Only present in Taiwan.
year_periodIndicates whether the financial statement period is 12 months or not.
figures_finalIndicates if financial statement figures are the final closing statement for a business which has ceased trading.
opening_statementIndicates figures that are the opening statement for the business.
figures_proformaIndicates the financial statement figures are pro forma.  Typically used to represent the state of a company as a result of a pending change (i.e., merger, consolidation) based on actual or known performance.
trial_balanceIndicates that financial statement figures are trial balance.
figures_signedIndicates if figures are signed by principals.
figures_restatedIndicates figures resubmitted after corrections to original statement for period.
figures_unbalancedIndicates submitted balance sheet figures do not balance.  This may be caused by arithmetic errors contained in the financial data that was provided to Dun & Bradstreet.
figures_qualifiedIndicates auditors have made qualifying remarks about the fairness and accuracy of the figures.
accounts_receivableAmount of sales made and billed to customers on credit terms.  This is money owed by customers and not yet received.  Also called Trade Debtors.  The value may or may not be net of bad debts.  In Italy, Accounts Receivable include Cambiali Debtors where applicable.
liquid_assetsAmount of Cash on hand and in banks and other liquid assets where available.
inventoryIncludes Merchandise on hand that is ready to be sold.  May also include work in progress and Raw Materials minus depreciation.
total_current_assetsTotal amount of all current (< 1 year) assets.
total_assetsTotal amount of current and long-term assets.
accounts_payableAmount of merchandise purchased on credit and not paid for by the balance sheet date.  Also known as Trade Creditors.  In Italy, Accounts Payable include Cambiali Creditors where applicable.
total_current_liabilitiesTotal amount of all current (< 1 year) liabilities.
total_liabilitiesTotal liabilities owed by business.
net_incomeAmount left over after all expenses and taxes are deducted.  Also called Net Profit or Loss after Taxes.
quick_ratioCash plus Accounts Receivable divided by Current Liabilities.
current_ratioCurrent Assets divided by Current Liabilities.
previous_net_worthPrevious Net Worth minus intangibles.  May be negative to reflect a deficit net tangible worth position.
previous_salesNet sales for previous period.
previous_statement_dateDate of previous financial statement.  May be full date, month and year, or year only.
line_of_businessSummary of the business activities.  Derived from the SIC code.
failure_scoreA DNBScoreGroup with the failure risk score.  D&B’s Failure Risk (Financial Stress) Scores predict the probability of severe financial distress or failure.
credit_scoreA DNBScoreGroup with the credit score.  The Credit (Delinquency) Score is a statistically modeled D&B Score indicating the risk of delinquent payments based on the information in D&B’s file.  The higher the Credit (Delinquency) Score, the lower the probability of payment delinquency.
global_failure_scoreA DNBScoreGroup with the global failure risk score.  D&B’s Global Failure Risk Score predicts the likelihood of a firm ceasing business without paying all creditors in full over the next 12 months.  The precise definition of failure varies from country to country because of differences in law, how business is conducted and how statistics are collected.

DNBScoreGroup

scoreThe Credit (Delinquency) Score is a statistically modeled D&B Score indicating the risk of delinquent payments based on the information in D&B’s file.  The higher the Credit (Delinquency) Score, the lower the probability of payment delinquency.
score_commentariesA Patterns::{Type}Array of DNBCommentary entries.  The Credit (Delinquency) Score Commentary field is a repeating field containing codes which explain the conditions driving the score assigned to the business.
score_classThe Credit (Delinquency) Score Class enables a customer to quickly segment their new and existing accounts into various risk segments to determine appropriate marketing or credit policies.
national_percentileThe Credit (Delinquency) Score Percentile illustrates where a company falls among businesses in the D&B information base, and is most effectively used by customers to rank order their portfolios from highest to lowest risk of delinquency.  The Percentile is based on a 1 – 100 scale, where a 1 represents businesses that have the highest probability of severe delinquency, and a 100 which represents businesses with the lowest probability of severe delinquency.
score_override_codeCredit (Delinquency) Score Override Code will be populated for special case instances in Australia where the delinquency score is a special value (0, 893-895) or cannot be calculated.
incidence_of_defaultThe Incidence of Delinquent Payment shows the percentage of firms in a given score range that paid in a delinquent manner (90 + days past terms) over the past year.  The Incidence of Delinquent Payment among all firms in D&B’s files represents the national delinquency rate and is provided for comparative purposes.  All Commercial Credit Class, Percentile, Score and Incidence statistics are based on 2001.
score_dateThe date on which the score was determined.
industry_normIndustry norm for the credit score.
industry_incidence_of_defaultThe Incidence of Delinquent Payment provides the percentage of firms within a given score range in D&B’s file that paid creditors in a severely delinquent manner over the last year.
industry_percentileThe Credit (Delinquency) Score Percentile illustrates where a company falls among businesses in the D&B information base, and is most effectively used by customers to rank order their portfolios from highest to lowest risk of delinquency.  The Percentile is based on a 1 – 100 scale, where a 1 represents businesses that have the highest probability of severe delinquency, and a 100 which represents businesses with the lowest probability of severe delinquency.
unnormalized_scoreAbsolute, unnormalized score.
algorithm_idIdentifies the model used to calculate the score.  For the Netherlands, the following three score models are available, depending on the legal form:
NL- SEG AFor non-private companies
NL- SEG BFor private companies
NL- SEG CFor private holding companies

DNBCommentary

codeCommentary code
descriptionCommentary description.  Optional.

DNBRelatedBusiness

Basic information about the business.

dunsDUNS identification number.  The D&B DUNS number, which stands for Data Universal Numbering System, is a 9-digit non-indicative identification number assigned by Dun & Bradstreet to each separate commercial entity in the Dun & Bradstreet database.  In other words, each record is given a different number.  For businesses with multiple locations, each location is assigned its own unique D&B DUNS number.  This field is always populated and contains the D&B DUNS number of the business that all other data elements in the record describe.
dnb_keyD&B Business key identifying the business.  The D&B business key, like the DUNS number, uniquely identifies a business.  However, it can only be used with methods of Webservices.nl, whereas the DUNS number can be used with every database or method by D&B.  The advantage of the D&B business key is that it can be obtained at a lower cost than the DUNS number.
trade_namePrimary name of business
countryISO 3166-1 numeric code of the country where the business is located, e.g.  “528”.

DNBEmployeeCount

Information on number of employees working at a company or location.

employeesNumber of employees working at the location or business.
employees_textNumber of employees working at the location or business, expressed as a string.
estimatedQualifies calculation of total employees.  If false, the number of employees is from an official source such as the Chamber of Commerce.  If true, the number of employees is estimated.  Optional.
subsidiaries_includedQualifies calculation of total employees.  If true, subsidiaries are included in the total employee count.  If false, they are not included.  Only applicable to total number of employees.  Optional.
qualification_indicatorQualifies calculation of employees.  Optional.  Possible values:
minemployee count indicates minimum number of employees.
maxemployee count indicates maximum number of employees.
avgemployee count indicates average number of employees.

DNBMonetaryAmount

Information on a monetary amount which indicates annual sales or tangible net worth.

valueMonetary value.  Optional.
value_textMonetary value, expressed as a string.  Optional.
estimatedQualifies the monetary value.  Optional.  Possible values:
1Actual
2Estimated
3Forecast
4Projected
5Calculated
consolidatedIndicates whether the value is consolidated.  Optional.
currencyThe currency code for the value, if different than the default supplied in the ‘currency’ field.  Optional.
Basic information about the business.
A structure that shows a page of a specific result type {Type}.
Retrieve a DNBBusinessReference for a business.
Look up a business by a number of parameters.
Dun & Bradstreet supplies information on companies additional to that in the Chamber of Commerce database.
The result of a D&B Quick Check, with information on location, situation, size and financial status on the business.
Do a D&B Business Verification on a business.
Retrieve extensive management information on a business.
For the Netherlands the DNBQuickCheck always returns the main establishment (hoofdvestiging).
Do a D&B Quick Check on a business.
Look up a BusinessDossierV3 for a business currently registered at the Chamber of Commerce.
The result of a D&B Enterprise Management, with information on location, situation, size and financial status on the business.
Information on a monetary amount which indicates annual sales or tangible net worth.
Information on number of employees working at a company or location.
Basic information about the business.
An array of type {Type} entries.