Public Record Filing List
Product Code(s) | PUBREC_FL |
Level(s) | Standard |
Monitoring Available | No |
Interface | SOAP |
WSDL | download |
Format(s) | XML |
Service | PublicRecord |
Operation | OrderProduct |
{version} | 3.0 |
Initial Release | October 3, 2013 |
Update History
- May 17, 2017 (v3.2 SOAP & REST): Created V3.2, Added Page Number field in the request to support pagination (max 100 records per page) for PUBREC_FL product and Result Code PD019 added to return for pulling product with more than 100 public filings.
- May 17, 2017 (v3.1 SOAP & REST) : Mailing Address PrimaryTownName has been added to PUBREC_FL product.
- July 15, 2016 (v3.0 SOAP & REST): Original Filing Number and Original Filing Date elements have been added.
What to do First
Product Request
IMPORTANT: Due to a known issue, please do not include request values for SubmittingOfficeID.
IMPORTANT: Please see the new Online Services Security Enhancement Release, effective November 09, 2020.
Overview
When requesting this D&B Direct product, the full name of an organization, country code of "US", the case-sensitive state/territory name, and a valid product code will be required. Encoded filing type(s), filing date range and/or filing role(s) may be provided as additional filters.
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 product is entitled as "Search - Suits, Liens, Judgments & Bankruptcies" 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 NOT included in the D&B Direct Onboard suite.
Specification
If FilingLocationTerritoryName is provided in the request, then FilingLocationCountryISOAlpha2Code will be Required.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://services.dnb.com/PublicRecordProductServiceV2.0"> <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" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-2"> <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> <pub:OrderProductRequest ServiceVersionNumber="3.0"> <TransactionDetail> <ApplicationTransactionID>PR_FL_ID001</ApplicationTransactionID> </TransactionDetail> <OrderProductRequestDetail> <InquiryDetail> <FilingInquiryDetail> <FilingOrganizationName>Gorman</FilingOrganizationName> <FilingLocation> <TerritoryName>CA</TerritoryName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> </FilingLocation> <FilingDetail> <!--UCC--> <FilingTypeCode>419</FilingTypeCode> <FilingRolePlayerTypeCode>14801</FilingRolePlayerTypeCode> <!--- Possible Role Player Type Code - 3730 or 14801 & 14802.--> </FilingDetail> <FilingDetail> <!--Suit--> <FilingTypeCode>8037</FilingTypeCode> <FilingRolePlayerTypeCode>3735</FilingRolePlayerTypeCode> <!--- Possible Role Player Type Code - 3735 or 3734--> </FilingDetail> <FilingDetail> <!--Lein--> <FilingTypeCode>8036</FilingTypeCode> <FilingRolePlayerTypeCode>3730</FilingRolePlayerTypeCode> <!--- Possible Role Player Type Code - 3730 or 3731--> </FilingDetail> <FilingDetail> <!--Judgement--> <FilingTypeCode>1625</FilingTypeCode> <FilingRolePlayerTypeCode>3731</FilingRolePlayerTypeCode> <!--- Possible Role Player Type Code - 3730 or 3731--> </FilingDetail> <FilingDetail > <!--Bankruptcy--> <FilingTypeCode>1626</FilingTypeCode> <FilingRolePlayerTypeCode>3731</FilingRolePlayerTypeCode> <!--- Possible Role Player Type Code - 8046 or 3731--> </FilingDetail> <FilingDetail> <!--BR--> <FilingTypeCode>14824</FilingTypeCode> <!--- Filing Role Player Type Code is not applicable for "Business Registration" filing Type--> </FilingDetail> </FilingInquiryDetail> </InquiryDetail> <ProductSpecification> <DNBProductID>PUBREC_FL</DNBProductID> <LanguagePreferenceCode>39</LanguagePreferenceCode> </ProductSpecification> <ArchiveDetail> <ArchiveProductOptOutIndicator>false</ArchiveProductOptOutIndicator> </ArchiveDetail> <InquiryReferenceDetail> <CustomerReferenceText>Sandbox Testing</CustomerReferenceText> <CustomerBillingEndorsementText>Sandbox Testing</CustomerBillingEndorsementText> </InquiryReferenceDetail> </OrderProductRequestDetail> </pub:OrderProductRequest> </soapenv:Body> </soapenv:Envelope>
Name | Characteristics |
---|---|
OrderProductRequest | Aggregate |
OrderProductRequest@ServiceVersionNumber | Attribute |
OrderProductRequest. TransactionDetail | Aggregate, Optional Records information necessary to process this request. |
OrderProductRequest. TransactionDetail. ApplicationTransactionID | string, up to 64 chars, Optional A number assigned by the calling application to uniquely identify this request. |
OrderProductRequest. TransactionDetail. TransactionTimestamp | DateTimestamp, 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. |
OrderProductRequest. 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: OrderProductRequest. TransactionDetail | /Aggregate |
OrderProductRequest. OrderProductRequestDetail | Aggregate, Optional Records data relating to requests for a product. This may include such details as the product required, the subject about which the product should be produced, the content of the product. |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail | Aggregate, Required Records data that allows the customer to specify identifying information about the subject being inquired, e.g., the DUNS Number, the address, the telephone number. |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail | Aggregate, Optional |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingOrganizationName | string, up to 240 chars, Required The name of the candidate subject recorded on the filing document that is filed with the registry. |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingLocation | Aggregate, Optional |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingLocation. TerritoryName | string, Optional (Infinite) A name of a locally governed area which forms part of a centrally governed nation. Clarification Note: 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. |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingLocation. CountryISOAlpha2Code | string, at least 2 chars up to 2 chars, Required The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. Possible values: US |
END: OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingLocation | /Aggregate |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingDetail | Aggregate, Optional (Infinite) |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingDetail. FilingTypeCode | integer, up to 7 digits, Required A code value that indicates the type of public filing. Possible values: 14824 (Business Registration); 419 (UCC); 8037 (suit); 8036 (Lien); 1625 (Judgement); 1626 (Bankruptcy) |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingDetail. FilingRolePlayerTypeCode | string, Optional (Infinite) A code value that indicates the role played by a business within a filing type. Possible values: UCC; 3730 (Debtor); 14801 (Secured Party); 14802 (Assignee); BANKRUPTCY; 8046 (Legal event subject); 3731 (Creditor); SUIT; 3734 (Plaintiff); 3735 (Defendant); JUDGMENT; 3730 (Debtor); 3731 (Creditor); LIEN; 3730 (Debtor); 3731 (Creditor); |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingDetail. FilingFromDate | date, Optional The commencement date of a date range provided in the request for searching public filings. |
OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingDetail. FilingToDate | date, Optional The end date of a date range provided in the request for searching public filings. |
END: OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail. FilingDetail | /Aggregate |
END: OrderProductRequest. OrderProductRequestDetail. InquiryDetail. FilingInquiryDetail | /Aggregate |
END: OrderProductRequest. OrderProductRequestDetail. InquiryDetail | /Aggregate |
OrderProductRequest. OrderProductRequestDetail. ProductSpecification | Aggregate, Required Records data that allows the customer to specify the details of the requested product. This may include details such as the identifier of the product, the language in which the product needs to be rendered, the format in which the product needs to be rendered. |
OrderProductRequest. OrderProductRequestDetail. ProductSpecification. DNBProductID | string, Optional An alphanumeric string that uniquely identifies the product being requested. |
OrderProductRequest. OrderProductRequestDetail. ProductSpecification. ProductFormatPreferenceCode | integer, up to 7 digits, Optional Possible values: 39 (English) |
END: OrderProductRequest. OrderProductRequestDetail. ProductSpecification | /Aggregate |
OrderProductRequest. OrderProductRequestDetail. ArchiveDetail | Aggregate, Optional |
OrderProductRequest. OrderProductRequestDetail. ArchiveDetail. ArchiveProductOptOutIndicator | boolean, Optional When 'true' indicates that the product being ordered is not to be stored. When 'false' indicates that the product being ordered is to be stored; however as this is the assumed condition there is no requirement to create this tag to represent this fact. Possible values: true; false |
OrderProductRequest. OrderProductRequestDetail. ArchiveDetail. ExtendArchivePeriodIndicator | boolean, Optional When 'true' the duration to archive the data is to be extended. Note: There is an additional cost for extending the archival period of the data purchased. When 'false' the duration to archive the data is not to be extended. Possible values: true; false |
END: OrderProductRequest. OrderProductRequestDetail. ArchiveDetail | /Aggregate |
OrderProductRequest. OrderProductRequestDetail. 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. |
OrderProductRequest. OrderProductRequestDetail. InquiryReferenceDetail. CustomerReferenceText | string, 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. |
OrderProductRequest. OrderProductRequestDetail. InquiryReferenceDetail. CustomerBillingEndorsementText | string, at least 1 chars, 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: OrderProductRequest. OrderProductRequestDetail. InquiryReferenceDetail | /Aggregate |
END: OrderProductRequest. OrderProductRequestDetail | /Aggregate |
END: OrderProductRequest | /Aggregate |
Endpoint
Use the following endpoint with the downloadable WSDL to request this product.
SOAP (PublicRecord) |
---|
https://direct.dnb.com/PublicRecordProduct/V{version} |
Testing
Sandbox
The following parameters may be used for D&B Direct 2.0 developer sandbox requests to retrieve successful responses. The data returned from sandbox requests may not represent actual values that this feature will deliver.
Test Parameter(s) |
---|
FilingOrganizationName: APPLE TerritoryName: CA |
Trials
When conducting testing in the production environment during a trial period, product requests will be limited to the local market of the customer.
Production
A set of D-U-N-S Numbers is available to D&B Direct 2.0 customers for performing non-billable transactions in the production environment.
Product Response
While data for a particular company may not contain values for each of the business elements, there may be items that are considered by D&B to be "essential" to yield the maximum benefit of a data layer. If any of these essential elements do not contain a value for a particular company, a PD005 response code will be returned, and your organization will not incur a usage credit for the request.
For all codified data delivered by D&B Direct, the response package will include the decoded text value as a data element with the code value attached as an attribute. Refer to the Reference Data Service for access to the D&B standard code tables.
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.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <pub:OrderProductResponse ServiceVersionNumber="3.0" xmlns:pub="http://services.dnb.com/PublicRecordProductServiceV2.0"> <TransactionDetail> <ApplicationTransactionID>PR_FL_ID001</ApplicationTransactionID> <ServiceTransactionID>Id-a5a403125255645002db0000-1</ServiceTransactionID> <TransactionTimestamp>2013-10-09T10:12:34.787-04:00</TransactionTimestamp> </TransactionDetail> <TransactionResult> <SeverityText>Information</SeverityText> <ResultID>CM000</ResultID> <ResultText>Success</ResultText> </TransactionResult> <OrderProductResponseDetail> <InquiryDetail> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> </InquiryDetail> <Product> <DNBProductID>PUBREC_FL</DNBProductID> <LanguageCode>39</LanguageCode> <Organization> <Location> <MailingAddress> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> </MailingAddress> </Location> <Events> <PublicFilingHeader> <DisclaimerText>The preceding public record data is for information purposes only and is not the official record. Certified copies can only be obtained from the official source.</DisclaimerText> </PublicFilingHeader> <LegalEvents> <SuitInformation> <Suit> <FilingDate>2008-09-12</FilingDate> <FilingStatusDate>2008-09-12</FilingStatusDate> <ReceivedDate>2012-11-06</ReceivedDate> <FilingStatusText DNBCodeValue="11459">Pending</FilingStatusText> <CourtAssignedNumber>BC398040</CourtAssignedNumber> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24196673203</RolePlayerSubjectID> <RolePlayerName>3M COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24198261671</RolePlayerSubjectID> <RolePlayerName>COOPER INDUSTRIES LLC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24199131856</RolePlayerSubjectID> <RolePlayerName>COOPER US INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24200346375</RolePlayerSubjectID> <RolePlayerName>CRANE CO.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24202857055</RolePlayerSubjectID> <RolePlayerName>DANA COMPANIES LLC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24203620827</RolePlayerSubjectID> <RolePlayerName>EATON CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24204934020</RolePlayerSubjectID> <RolePlayerName>EATON ELECTRICAL INC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24205923929</RolePlayerSubjectID> <RolePlayerName>FLOWSERVE US INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24206892405</RolePlayerSubjectID> <RolePlayerName>FMC CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24207520407</RolePlayerSubjectID> <RolePlayerName>FOSTER WHEELER ENERGY CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24208465683</RolePlayerSubjectID> <RolePlayerName>FOSTER WHEELER LLC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24208908911</RolePlayerSubjectID> <RolePlayerName>A. W. CHESTERTON COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24210559514</RolePlayerSubjectID> <RolePlayerName>GARDNER DENVER INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24213102449</RolePlayerSubjectID> <RolePlayerName>GARLOCK SEALING TECHONOLOFIES LLC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24214828886</RolePlayerSubjectID> <RolePlayerName>GENERAL ELECTRIC COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24215327521</RolePlayerSubjectID> <RolePlayerName>GEORGIA PACIFIC CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24219318254</RolePlayerSubjectID> <RolePlayerName>GEORGIA</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24220499524</RolePlayerSubjectID> <RolePlayerName>GORMAN</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24223758421</RolePlayerSubjectID> <RolePlayerName>GOULDS PUMPS INCORPORATED</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24225434882</RolePlayerSubjectID> <RolePlayerName>HILL BROTHERS CHEMICAL COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24227027702</RolePlayerSubjectID> <RolePlayerName>HOPEMAN BROTHERS INC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24228047624</RolePlayerSubjectID> <RolePlayerName>IMO INDUSTRIES INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24229598413</RolePlayerSubjectID> <RolePlayerName>ALFA LAVAL INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24231758757</RolePlayerSubjectID> <RolePlayerName>INGERSOLL</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24233080063</RolePlayerSubjectID> <RolePlayerName>INSULECTRO</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24241046995</RolePlayerSubjectID> <RolePlayerName>INTERNATIONAL PAPER COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24242474217</RolePlayerSubjectID> <RolePlayerName>INVENSYS SYSTEMS INC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24243745712</RolePlayerSubjectID> <RolePlayerName>ITT CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24245075545</RolePlayerSubjectID> <RolePlayerName>ITT INDUSTRIES INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24245511960</RolePlayerSubjectID> <RolePlayerName>LESLIE CONTROLS INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24246493148</RolePlayerSubjectID> <RolePlayerName>M. SLAYEN AND ASSOCIATES INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24248369731</RolePlayerSubjectID> <RolePlayerName>MCNALLY INDUSTRIES INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24249117692</RolePlayerSubjectID> <RolePlayerName>MINNESOTA MINING AND MANUFACTURING</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24252108530</RolePlayerSubjectID> <RolePlayerName>AQUA</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24253738430</RolePlayerSubjectID> <RolePlayerName>NATIONAL SERVICE INDUSTRIES INC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24257195728</RolePlayerSubjectID> <RolePlayerName>OWENS</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24258643801</RolePlayerSubjectID> <RolePlayerName>PATTERSON PUMP COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24262763986</RolePlayerSubjectID> <RolePlayerName>PEERLESS PUMPS COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24264048856</RolePlayerSubjectID> <RolePlayerName>QUINTEC INDUSTRIES INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24268312955</RolePlayerSubjectID> <RolePlayerName>RAPID</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24273679121</RolePlayerSubjectID> <RolePlayerName>ROCKWELL AUTOMATION INC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24276549195</RolePlayerSubjectID> <RolePlayerName>SQUARE D COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24278761791</RolePlayerSubjectID> <RolePlayerName>STERLING FLUID SYSTEMS (USA) LLC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24279422698</RolePlayerSubjectID> <RolePlayerName>ARMSTRONG INTERNATIONAL INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24281053415</RolePlayerSubjectID> <RolePlayerName>SYD CARPENTER MARINE CONTRACTOR INC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerDUNSNumber>039988647</RolePlayerDUNSNumber> <RolePlayerSubjectID>00039988647</RolePlayerSubjectID> <RolePlayerName>THOMAS DEE ENGINEERING CO. INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24283252328</RolePlayerSubjectID> <RolePlayerName>TRIPLE A MACHINE SHOP INC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24286991492</RolePlayerSubjectID> <RolePlayerName>UNION CARBIDE CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24288105580</RolePlayerSubjectID> <RolePlayerName>VIACOM INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24289933293</RolePlayerSubjectID> <RolePlayerName>WARREN PUMPS LLC</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24290351738</RolePlayerSubjectID> <RolePlayerName>WESTINGHOUSE ELECTRIC CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24291630480</RolePlayerSubjectID> <RolePlayerName>YARWAY CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24293655123</RolePlayerSubjectID> <RolePlayerName>YORK HEATING AND AIR CONDITIONING</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24294804470</RolePlayerSubjectID> <RolePlayerName>YORK INTERNATIONAL CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24301638762</RolePlayerSubjectID> <RolePlayerName>BUFFALO PUMPS INC.</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24302556514</RolePlayerSubjectID> <RolePlayerName>CARRIER CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24304972380</RolePlayerSubjectID> <RolePlayerName>CARVER PUMP COMPANY</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3735">Defendant</RolePlayerTypeText> <RolePlayerSubjectID>24306917014</RolePlayerSubjectID> <RolePlayerName>CBS CORPORATION</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3734">Plaintiffs</RolePlayerTypeText> <RolePlayerSubjectID>24308055004</RolePlayerSubjectID> <RolePlayerName>VERNON LINDA /PETITIONER</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="3734">Plaintiffs</RolePlayerTypeText> <RolePlayerSubjectID>24313164764</RolePlayerSubjectID> <RolePlayerName>VERNON TOMMY LEE /PETITIONER</RolePlayerName> </RolePlayer> <RolePlayer> <RolePlayerTypeText DNBCodeValue="5356">Examining Judges</RolePlayerTypeText> <RolePlayerSubjectID>24220499524</RolePlayerSubjectID> </RolePlayer> <LegalEventReason> <LegalEventReasonDescription>ASBESTOS--PI/WD (GENERAL JURISDICTION)</LegalEventReasonDescription> </LegalEventReason> <LastUpdateDate>2012-11-06</LastUpdateDate> <FilingOfficeDUNSNumber>555460575</FilingOfficeDUNSNumber> <FilingOfficeName>LOS ANGELES COUNTY SUPERIOR COURT/LOS ANGELES</FilingOfficeName> <FilingOfficeAddress> <StreetAddressLine> <LineText>111 NORTH HILL RD</LineText> </StreetAddressLine> <PrimaryTownName>LOS ANGELES</PrimaryTownName> <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName> <PostalCode>90012</PostalCode> </FilingOfficeAddress> <FilingMediumDescription>CASE NO.</FilingMediumDescription> <FilingOfficeSubjectID>24196490177</FilingOfficeSubjectID> </Suit> <DisclaimerText>The fact that a business is named as a suit defendant does not necessarily imply a claim for money or performance against that business. Some lawsuits are actions to clear title to property and businesses may be named as parties because they themselves have a lien or claim against the property. This situation is a possibility particularly if there are multiple suit defendants.</DisclaimerText> </SuitInformation> </LegalEvents> </Events> <RegisteredDetail> <DocumentFilingDetails> <FilingOrganizationName> <OrganizationPrimaryName> <OrganizationName>GORMAN MANUFACTURING COMPANY, INC.</OrganizationName> </OrganizationPrimaryName> </FilingOrganizationName> <IncorporatedTerritoryName>CALIFORNIA</IncorporatedTerritoryName> </DocumentFilingDetails> <LegalFormDetails> <LegalFormText DNBCodeValue="7101">Corporation (US)</LegalFormText> </LegalFormDetails> </RegisteredDetail> <OrganizationDetail> <StandaloneOrganizationIndicator>true</StandaloneOrganizationIndicator> </OrganizationDetail> </Organization> <ArchiveDetail> <PortfolioAssetID>32175423</PortfolioAssetID> </ArchiveDetail> </Product> <InquiryReferenceDetail> <CustomerReferenceText>Sandbox Testing</CustomerReferenceText> <CustomerBillingEndorsementText>Sandbox Testing</CustomerBillingEndorsementText> </InquiryReferenceDetail> </OrderProductResponseDetail> </pub:OrderProductResponse> </soap-env:Body> </soapenv:Envelope>
Name | Characteristics |
---|---|
OrderProductResponse. OrderProductResponseDetail. Product | Aggregate, Required Records data about the product ordered by the customer and data about the organization on which the customer has placed this order. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization | Aggregate, Required Records data about an organization, a legal or commercial entity established to provide products and/or services in the marketplace or to the community. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. SubjectHeader | Aggregate, Required Records high level information about the subject such as the primary language of the subject and the primary currency in which this subject trades. When the subject is an organizantion, this may also include details such as DUNS Number. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. SubjectHeader. LastUpdateDate | date, Optional [M] The date when the subject's record was last updated on D&B's system. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. SubjectHeader | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events | Aggregate, Optional Records the information about events that have either involved or affected the subject (usually an organization, but sometimes an individual who is an owner or principal of an organization). It covers legal events, significant events and financing events. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. PublicFilingHeader | Aggregate, Optional Records the information about Legal and Financing Events. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. PublicFilingHeader. DisclaimerText | string, up to 720 chars, Optional [M] The text that intended to specify or delimit the scope of rights and obligations that may be exercised and enforced by parties in a legally-recognized relationship. In contrast to other terms for legally operative language, the term disclaimer usually implies situations that involve some level of uncertainty, waiver, or risk. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. PublicFilingHeader | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents | Aggregate, Optional Records legal actions targeting the subject, such as criminal proceedings, protested bills, county court judgments, receiverships, bankruptcies. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation | Aggregate, Optional Records the details and the summarized views about the legally declared inability of the subject to pay its creditors. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of details on the subject's legal declaration on it's inability to pay its creditors. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingTypeText | string, up to 256 chars, Optional Text that describes the type of event which has been registered or recorded against the subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingDate | date, Optional [M+] The date when the event took place. Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingStatusDate | date, Optional [M+] The date when the situation recorded in the Filing Status Text occurred. Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. VerifiedDate | date, Optional The date when D&B reviewed the reported content of the Legal Event to ensure accuracy. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ReceivedDate | date, Optional The date when D&B received the details about this legal event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingReferenceNumber | string, Optional [M+] The identifier that has been assigned to this specific event by a registry or similar body. Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingChapterNumber | string, Optional [M+] The number that identifies the Chapter of Bankruptcy Law under which the legal proceeding was filed for declaring the subject's inability to pay its creditors. For example, in the US 'Chapter 7' means Liquidation, 'Chapter 13' means Adjustment Of Debts Of An Individual With Regular Income. Note: The word Chapter" is simply a reference to a chapter number in the US Bankruptcy Code." Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of various role players involved in a Legal Event as recorded in court papers and identifies the part each one plays, e.g., the creditor, debtor, plaintiff, defendant, solicitor, liquidator, trustee. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerTypeText | string, up to 256 chars, Optional [M+] Text describing the function played by this party in the event, e.g., debtor, creditor, liquidator, shareholder, court, plaintiff, defendant. Possible values: 3736 [Attorney]; 15442 [Bankruptcy Judge]; 3732 [Court]; 5366 [Trustee]; 14083 [Authorised Signatory]; 8046 [Legal event subject]; 14803 [Bankruptcy Plan Author]; 3731 [Creditor] Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The number assigned by D&B which uniquely identifies this organization in accordance with the Data Universal Numbering System (D-U-N-S) where the role player party is an organization. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this role player party within the D&B Worldwide Network. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerName | string, up to 240 chars, Optional [M+] The name of the party involved in this event, as it was filed. Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerEmployerName | string, up to 240 chars, Optional The name of the subject which employs the party involved in this event, as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerPosition | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of the details of the job that is currently held or was previously held in an organization by the party involved in this event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerPosition. PositionText | string, up to 256 chars, Required Text which denotes the job position the principal or manager holds or has held in the organization, e.g., Financial Director, Managing Director, Sales Director, Operations Manager. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerPosition | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation | Aggregate, Optional Records the address of this party involved in the event, as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation. PrimaryTownName | string, up to 64 chars, Optional [M+] The name of the town or city recognized by the Postal Authority for delivering mail. Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation. CountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation. TerritoryAbbreviatedName | string, up to 64 chars, Optional [M+] 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. Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation. PostalCode | string, up to 16 chars, Optional [M+] 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. Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerLocation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. CreditorCategorizationDetail | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different classifications of parties that claim the subject owes them money. The priority in which the claimants are paid is based on the classification to which they belong. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. CreditorCategorizationDetail. CreditorTypeText | string, up to 256 chars, Optional Text that denotes the category of the parties to which the subject owes money, with respect to their priority of being paid relative to other categories, e.g., preferred, secured, where preferred creditors have priority over secured creditors. Possible values: 15573 [Secured]; 15572 [Unsecured]; 15571 [Preferred]; 15736 [Contingent] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. CreditorCategorizationDetail. ClaimAmount | decimal, Optional The monetary value owed to the category of creditors recorded in Creditor Type Text. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. CreditorCategorizationDetail | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerTextEntry | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of additional information regarding this party's involvement in this event where this information could not be recorded in the discrete data elements. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerTextEntry. RolePlayerDetailTypeText | string, up to 256 chars, Optional Text which denotes the type of additional information recorded on this party@pos s involvement in this event, e.g., detailed description of the impact this event had on this party. Possible values: 14818 [Claim Detail] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerTextEntry. RolePlayerDetailText | string, up to 3000 chars, Optional Text that records additional information regarding this party's involvement in this event. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer. RolePlayerTextEntry | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. RolePlayer | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow multiple Financial Statements for the subject as submitted during the bankruptcy filing. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. StatementHeaderDetails | Aggregate, Optional Records high level information about the financial statement like the date of the statement, the currency in which the amount figures are recorded, if the statement is interim or fiscal, if the statement is signed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. StatementHeaderDetails. FinancialStatementToDate | date, Optional The date when the accounting period ended. If the Reliability Code denotes the figures are projected (future), then this is the date when the accounting period will end. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. StatementHeaderDetails | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. BalanceSheet | Aggregate, Optional Balance Sheet is a statement of a business' financial position, reporting on the value of its assets, liabilities, and shareholders' equity as of a specific date. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. BalanceSheet. Assets | Aggregate, Optional Records anything tangible or intangible that is capable of being owned or controlled to produce value and that is held to have positive economic value. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. BalanceSheet. Assets. StatementItem | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of all of the details (financial items) for a specific schedule within the Financial Statement in terms of monetary amounts. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. BalanceSheet. Assets. StatementItem. ItemDescriptionText | string, up to 256 chars, Optional Text that describes the account for the monetary amount recorded in 'Item Amount', e.g., Cash, Property & Equipment, Total Liabilities, Retained Earnings. Possible values: 14804 [Exempt Assets]; 660 [Other Assets]; 653 [Other Liabilities]; 14805 [Secured Liabilities]; 3046 [Total Assets]; 5615 [Total Liabilities]; 14806 [Unsecured Liabilities] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. BalanceSheet. Assets. StatementItem. ItemAmount | decimal, Optional Records the monetary value of a Financial Statement Item. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. BalanceSheet. Assets. StatementItem | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. BalanceSheet. Assets | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement. BalanceSheet | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. BankruptcyFinancialStatement | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different communications with persons with whom D&B had contact to get information on this legal event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactDate | date, Optional The date on which the communication took place |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactName | Aggregate, Optional The name of the person with whom D&B had contact to get information. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactOrganizationName | string, up to 256 chars, Optional (Infinite) The name of the organization that employs the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactJobTitle | string, up to 128 chars, Optional (Infinite) A textual presentation of the Position Text as preferred by the person with whom D&B had contact to get information on this legal event. For example, the Position Code might equate to Financial Director but the Vanity Title might be Senior Director of Finance"." |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactEventText | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of textual information from this contact providing more details on the subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactEventText. TextTypeDescription | string, up to 256 chars, Required Text that provides meaning to the text found in the field named Text. Possible values: 14769 [Bankruptcy is still open]; 14770 [Bankruptcy has been dismissed.]; 14771 [Schedule of assets and liabilities has been filed.]; 14772 [Schedule of assets and liabilities has not been filed.]; 14773 [Plan of reorganization has been filed.]; 14774 [Plan of reorganization has not been filed.]; 14775 [Bankruptcy is disputed.]; 0 [Unknown] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactEventText. Text | string, up to 3000 chars, Required Text that has been recorded. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactEventText | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent. ContactPositionText | string, up to 256 chars, Optional (Infinite) |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. ContactEvent | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. LastUpdateDate | date, Optional |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingStatusText | string, up to 256 chars, Optional [M+] Text recording the most recent situation for the Legal Event, e.g., pending, unsatisfied. Possible values: 11477 [Open]; 13661 [Approved plan for reorganization]; 11475 [Void]; 14758 [Archived]; 11460 [Dismissed]; 11468 [Closed]; 13660 [Bankruptcy Discharged] Monitor Path: //Organization /Events /LegalEvents /BankruptcyInformation /Bankruptcy |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingDetailTextEntry | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow recording of the text that describes the organization which is involved in the legal process for declaring an organization's inability to pay its debts against the subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingDetailTextEntry. FilingDetailText | string, up to 3000 chars, Optional Text that records textual information on this legal event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingDetailTextEntry. FilingDetailTypeText | string, up to 256 chars, Optional Text that denotes the type of information recorded in FilingDetailText Possible values: 14788 [Bankruptcy plan details] |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingDetailTextEntry | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy. FilingOfficeSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this filing office which recorded the legal event within the D&B Worldwide Network. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation. Bankruptcy | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. BankruptcyInformation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation | Aggregate, Optional Records the details and the summarized views about the legal proceeding under which a plaintiff attempts to recover satisfaction or remedy from the defendant for damages. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of the several legal proceedings under which a plaintiff attempts to recover satisfaction or remedy from the defendant for damages. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingDate | date, Optional [M+] The date on which this event took place. Monitor Path: //Organization /Events /LegalEvents /SuitInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingStatusDate | date, Optional [M+] The date when the situation recorded in the Filing Status Text occurred. Monitor Path: //Organization /Events /LegalEvents /SuitInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ReceivedDate | date, Optional The date when D&B or one of D&B's strategic partners received this legal event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. VerifiedDate | date, Optional The date on which D&B reviewed the reported content of the Legal Event to ensure accuracy. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingStatusText | string, up to 256 chars, Optional [M+] Text recording the most recent situation for the legal event, e.g., pending, unsatisfied. Possible values: 11459 [Pending]; 14758 [Archived]; 11471 [Unsatisfied]; 11472 [Stayed] Monitor Path: //Organization /Events /LegalEvents /SuitInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. CourtAssignedNumber | string, up to 32 chars, Optional An identifier used by the Legal Body to identify a specific legal action. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of various role players involved in a Legal Event as recorded in court papers and identifies the part each one plays, e.g., the creditor, debtor, plaintiff, defendant, solicitor, liquidator, trustee. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerTypeText | string, up to 256 chars, Optional [M+] Text describing the function played by this party in the event, e.g., debtor, creditor, liquidator, shareholder, court, plaintiff, defendant. Possible values: 5356 [Examining Judge]; 3735 [Defendant]; 3736 [Attorney]; 3734 [Plaintiff] Monitor Path: //Organization /Events /LegalEvents /SuitInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The number assigned by D&B which uniquely identifies this organization in accordance with the Data Universal Numbering System (D-U-N-S) where the role player party is an organization. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this role player party within the D&B Worldwide Network. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerName | string, up to 240 chars, Optional [M+] The name of the party involved in this event, as it was filed. Monitor Path: //Organization /Events /LegalEvents /SuitInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerEmployerName | string, up to 240 chars, Optional The name of the subject which employs the party involved in this event, as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation | Aggregate, Optional Records the address of this party involved in the event, as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation. 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: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation. CountryOfficialName | string, up to 64 chars, Optional The legal name of the country for this address. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLocation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. NonPaymentAmount | decimal, Optional The monetary value associated with a court action for this party involved in the event, e.g., the amount of a Protested Bill or Country Court Judgment or the amount outstanding from a Liquidation. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. NonPaymentAmountComparisonOperatorText | string, up to 256 chars, Optional Text that specifies the operator that may be used as the basis of data comparisons between two values, e.g., greater than, less than, equal to. In some cases only one of two values being compared is recorded, while the other value could be derived or become available at a later date. For example, the value to be awarded must be Less Than" the value recorded." Possible values: 16803 [greater than]; 16804 [less than] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. NonPaymentAmountComparisonOperatorText @DNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerEventResult | Aggregate, Optional Records the outcome of this event for this party. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerEventResult. EventResultText | string, up to 256 chars, Optional Text that describes an outcome this event had or is having on this party involved in the event, e.g., Petition Dismissed, Liquidator Appointed, subject is being liquidated, assets have been seized, operation will be ceased, Counter claim filed by the defendant in a lawsuit. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerEventResult. SubsequentEventNonPaymentAmount | decimal, Optional |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerEventResult | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RemedyFiled | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different kinds of relief for damages along with the associated amount filed for this legal event, e.g., for U.S. suits - the remedies sought by the plaintiff(s), for U.S. judgments - the remedies deemed by the court. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RemedyFiled. RemedyTypeText | string, up to 256 chars, Optional Text that describes the specific kind of relief for the damage sought or deemed by this legal event, e.g., Actual, Punitive, Injunction, Compensatory. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RemedyFiled. RemedyAmount | decimal, Optional The monetary value of the remedy filed for damages as specified by Remedy Type Text for this legal event. For example: for U.S. suits - the relief amount sought for a punitive damage by the plaintiff(s); for U.S. judgments - the relief amount deemed by the court for a compensatory damage. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RemedyFiled. RemedyDescription | string, up to 256 chars, Optional Describes the specific kind of relief for the damage sought or deemed by this legal event; |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RemedyFiled. ComparisonOperatorText | string, up to 256 chars, Optional Text that specifies the operator that may be used as the basis of data comparisons between two values, e.g., greater than, less than, equal to. In some cases only one of two values being compared is recorded, while the other value could be derived or become available at a later date. For example, the value to be awarded must be Possible values: 16803 [greater than]; 16804 [less than] |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RemedyFiled | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLinkage | Aggregate, Optional Records the relationship between the role player and the other subjects in the family tree to which the role player belongs. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLinkage. HeadquartersOrganization | Aggregate, Optional Records information about the office that serves as the administrative center of an enterprise. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLinkage. HeadquartersOrganization. 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). |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLinkage. HeadquartersOrganization | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer. RolePlayerLinkage | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. RolePlayer | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. LegalEventReason | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of various underlying factors that contributed to the Legal Event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. LegalEventReason. LegalEventReasonDescription | string, up to 256 chars, Optional Free form text describing an underlying factor that contributed to the Legal Event. This is applicable only when LegalEventReasonText is not present. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. LegalEventReason | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different communications with persons with whom D&B had contact to get information on this event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent. ContactDate | date, Optional The date on which the communication took place |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent. ContactName | Aggregate, Optional The name of the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent. ContactOrganizationName | string, up to 256 chars, Optional (Infinite) The name of the organization that employs the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent. ContactEventText | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of textual information from this contact providing more details on the subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent. ContactEventText. TextTypeDescription | string, up to 256 chars, Required Text that provides meaning to the text found in the field named Text. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent. ContactEventText | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent. ContactPositionText | string, up to 256 chars, Optional (Infinite) |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ContactEvent | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. LastUpdateDate | date, Optional The date when the subjects record on the local database was last updated either fully or partially. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The D-U-N-S number of the filing office where this event was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeName | string, up to 256 chars, Optional [M+] The name of the filing office where this event was filed. Monitor Path: //Organization /Events /LegalEvents /SuitInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeAddress | Aggregate, Optional Records the location information of the office where the legal event was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeAddress. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeAddress. CountyAbbreviatedName | string, up to 64 chars, Optional The shortened name of the primary administrative division within a Territory or Country. For example 'BUCKS' for the county Buckinghamshire within the territory England and Country United Kingdom. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeAddress | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingMediumDescription | string, up to 128 chars, Optional A textual description indicating the medium in which the filing is recorded, e.g., book, docket, volume. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingOfficeSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this filing office which recorded the legal event within the D&B Worldwide Network. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. FilingAmount | decimal, Optional The total dollar amount of relief sought by all of the plaintiffs in the suit. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. ActualLegalHearingDate | date, Optional The date on which the formal process associated with the Legal Event occurred, e.g., the date on which creditors filed claims, the date on which a bankruptcy petition was read, the date on which a trial hearing took place. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. LegalHearingDate | date, Optional The date of a formal process associated with the Legal Event, e.g., the date by which creditors claims must be filed, the future date for the reading of a bankruptcy petition. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit. NonPaymentAmountComparisonOperatorText | string, up to 256 chars, Optional Text that specifies the operator that may be used as the basis of data comparisons between two values, e.g., greater than, less than, equal to. In some cases only one of two values being compared is recorded, while the other value could be derived or become available at a later date. For example, the value to be awarded must be Less Than" the value recorded." Possible values: 16803 [greater than]; 16804 [less than] |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. Suit | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation. DisclaimerText | string, up to 720 chars, Optional Text that records static statement regarding the legal proceeding under which a plaintiff attempts to recover satisfaction or remedy from the defendant for damages. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. SuitInformation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation | Aggregate, Optional Records the details and the summarized views about the legal right of a creditor to retain possession of a property from its owner pending payment of a debt or performance of some agreed-upon obligation. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of the information on the legal right of a creditor to retain possession of a property from its owner pending payment of a debt or performance of some agreed-upon obligation. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingDate | date, Optional [M+] The date on which this event took place. Monitor Path: //Organization /Events /LegalEvents /LienInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingStatusDate | date, Optional [M+] The date when the situation recorded in the Filing Status Text occurred. Monitor Path: //Organization /Events /LegalEvents /LienInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ReceivedDate | date, Optional The date when D&B or one of D&B's strategic partners received this legal event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. VerifiedDate | date, Optional The date on which D&B reviewed the reported content of the Legal Event to ensure accuracy. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingStatusText | string, up to 256 chars, Optional [M+] Text recording the most recent situation for the legal event, e.g., pending, unsatisfied. Possible values: 11477 [Open]; 13661 [Approved plan for reorganizantion]; 14758 [Archived]; 11475 [Void] Monitor Path: //Organization /Events /LegalEvents /LienInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. CourtAssignedNumber | string, up to 32 chars, Optional An identifier used by the Legal Body to identify a specific legal action. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of various role players involved in a Legal Event as recorded in court papers and identifies the part each one plays, e.g., the creditor, debtor, plaintiff, defendant, solicitor, liquidator, trustee. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerTypeText | string, up to 256 chars, Optional [M+] Text describing the function played by this party in the event, e.g., debtor, creditor, liquidator, shareholder, court, plaintiff, defendant. Possible values: 3730 [Debtor]; 3731 [Creditor] Monitor Path: //Organization /Events /LegalEvents /LienInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerTypeText @DNBCodeValue | integer, up to 7 digits, Attribute (1x) Possible values: 3730 [Debtor]; 3731 [Creditor] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLegalJurisdictionText | string, up to 256 chars, Optional Text which identifies the government level of the role player for this event, e.g., In the United States, the filing bodies can be at the Federal, State, County or Local level. Possible values: 14807 [Federal Government (US)]; 14808 [State Government (US)]; 14809 [County Government (US)]; 14810 [Local Government (US); 0 [Unknown] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLegalJurisdictionDescription | string, up to 3000 chars, Optional A free form description which identifies the government level of the role player for this event. This is mutually exclusive with Role Player Legal Jurisdiction Text. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The number assigned by D&B which uniquely identifies this organization in accordance with the Data Universal Numbering System (D-U-N-S) where the role player party is an organization. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this role player party within the D&B Worldwide Network. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerName | string, up to 240 chars, Optional [M+] The name of the party involved in this event, as it was filed. Monitor Path: //Organization /Events /LegalEvents /LienInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation | Aggregate, Optional Records the address of this party involved in the event, as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation. CountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation. CountryOfficialName | string, up to 64 chars, Optional The legal name of the country for this address. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLocation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerAssignedReferenceText | string, up to 32 chars, Optional A textual reference identifier assigned by the role player party to this event. The reference text is an identifier other than the filing number assigned by the registry or a similar body, e.g., Serial number assigned to the Subject's tax lien by the lien holder such as Internal Revenue Service or by a regional tax authority. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. FilingEmployerIdentificationNumberDetail | Aggregate, Optional |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. FilingEmployerIdentificationNumberDetail. 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: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. FilingEmployerIdentificationNumberDetail | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLinkage | Aggregate, Optional Records the relationship between the role player and the other subjects in the family tree to which the role player belongs. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLinkage. HeadquartersOrganization | Aggregate, Optional Records information about the office that serves as the administrative center of an enterprise. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLinkage. HeadquartersOrganization. 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). |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLinkage. HeadquartersOrganization | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer. RolePlayerLinkage | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. RolePlayer | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. LegalEventReason | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of various underlying factors that contributed to the Legal Event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. LegalEventReason. LegalEventReasonDescription | string, up to 256 chars, Optional Free form text describing an underlying factor that contributed to the Legal Event. This is applicable only when LegalEventReasonText is not present. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. LegalEventReason. NonPaymentAmount | decimal, Optional The monetary value associated with the Legal Event Reason. For example this is the tax lien amount when the legal event reason denotes the non-payment of franchise tax. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. LegalEventReason | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different communications with persons with whom D&B had contact to get information on this event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactDate | date, Optional The date on which the communication took place |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactName | Aggregate, Optional The name of the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactName. FullName | string, up to 256 chars, Optional The entire name of the subject where the subject is either an individual or an organization. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactOrganizationName | string, up to 256 chars, Optional (Infinite) The name of the organization that employs the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactEventText | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of textual information from this contact providing more details on the subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactEventText. TextTypeDescription | string, up to 256 chars, Required Text that provides meaning to the text found in the field named Text. Possible values: 14782 [Lien is still Open]; 14783 [Lien has been dismissed]; 14784 [Lien is disputed]; 14785 [Lien resulted in a Suit]; 14786 [Lien was stayed]; 0 [Unknown] |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactEventText | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent. ContactPositionText | string, up to 256 chars, Optional (Infinite) |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. ContactEvent | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. LastUpdateDate | date, Optional The date when the subjects record on the local database was last updated either fully or partially. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The D-U-N-S number of the filing office where this event was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeName | string, up to 256 chars, Optional [M+] The name of the filing office where this event was filed. Monitor Path: //Organization /Events /LegalEvents /LienInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress | Aggregate, Optional Records the location information of the office where the legal event was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress. 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: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress. CountyOfficialName | string, up to 64 chars, Optional The legal name of the primary administrative division within a Territory or Country. Clarification Note: As a guiding principle this is a geographic area which would be classified as a Province (except Canada) or a County. In the U.S. this would be a county within a State. In the UK this would be a county in one of the Home Nations. In Republic Of Ireland, this would be a county and there would be no Territory. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeAddress | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingMediumDescription | string, up to 128 chars, Optional A textual description indicating the medium in which the filing is recorded, e.g., book, docket, volume. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingOfficeSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this filing office which recorded the legal event within the D&B Worldwide Network. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingAmount | decimal, Optional The total monetary figure associated with this event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. CollateralDetail | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different types of assets used by the subject as security for this event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. CollateralDetail. CollateralClassText | string, up to 256 chars, Optional Text value describing the class of asset used by the subject as security when obtaining a loan, e.g., Land, Buildings, Personal Assets, Cash Reserves. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. CollateralDetail. CollateralTypeDescription | string, up to 256 chars, Optional Free form text that describes the collateral type associated with this event. This is applicable only when Collateral Type Text is not present. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. CollateralDetail. CollateralSupplementalItemTypeText | string, up to 256 chars, Optional (Infinite) Text that specifies the kind of supplemental items, (e.g., Products, Proceeds), that are included as security along with the identified collateral item for the given Collateral Type. The items in this example are produced as output of the asset (e.g., manufacturing plant) that the subject is using for collateral. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. CollateralDetail | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien. FilingDescriptionText | string, up to 256 chars, Optional A free form description of the type of event that involves the subject. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. Lien | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation. DisclaimerText | string, up to 720 chars, Optional Text that records static statement regarding legal right of a creditor to retain possession of a property from its owner pending payment of a debt or performance of some agreed-upon obligation. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. LienInformation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation | Aggregate, Optional Records the details and the summarized views of formal decisions made by a court that involved the subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of each decision made by a court that involved this subject as recorded on the D&B database. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingTypeText | string, up to 256 chars, Optional [M+] Text that describes the type of event which has been registered or recorded against the subject. Possible values: 1625 [Court Judgement (US)]; 14751 [Judgment Note (US)]; 14752 [Default Judgment (US)]; 14753 [Summary Judgment (US)]; 14754 [Judgment Confession (US)]; 14755 [Declaratory Judgment (US)]; 14756 [Consent Judgment (US)]; 14757 [Foreign Judgment (US)] Monitor Path: //Organization /Events /LegalEvents /JudgmentInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingDate | date, Optional [M+] The date on which this event took place. Monitor Path: //Organization /Events /LegalEvents /JudgmentInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingStatusDate | date, Optional [M+] The date when the situation recorded in the Filing Status Text occurred. Monitor Path: //Organization /Events /LegalEvents /JudgmentInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ReceivedDate | date, Optional The date when D&B or one of D&B's strategic partners received this legal event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. VerifiedDate | date, Optional The date on which D&B reviewed the reported content of the Legal Event to ensure accuracy. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingStatusText | string, up to 256 chars, Optional [M+] Text recording the most recent situation for the legal event, e.g., pending, unsatisfied. Possible values: 11471 [Unsatisfied]; 11481 [Reversed]; 11483 [Modified]; 14758 [Archived]; 11484 [Appealed] Monitor Path: //Organization /Events /LegalEvents /JudgmentInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. CourtAssignedNumber | string, up to 32 chars, Optional An identifier used by the Legal Body to identify a specific legal action. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of various role players involved in a Legal Event as recorded in court papers and identifies the part each one plays, e.g., the creditor, debtor, plaintiff, defendant, solicitor, liquidator, trustee. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerTypeText | string, up to 256 chars, Optional [M+] Text describing the function played by this party in the event, e.g., debtor, creditor, liquidator, shareholder, court, plaintiff, defendant. Possible values: 3730 [Debtor]; 3731 [Creditor]; 3732 [Court] Monitor Path: //Organization /Events /LegalEvents /JudgmentInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The number assigned by D&B which uniquely identifies this organization in accordance with the Data Universal Numbering System (D-U-N-S) where the role player party is an organization. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this role player party within the D&B Worldwide Network. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerName | string, up to 240 chars, Optional [M+] The name of the party involved in this event, as it was filed. Monitor Path: //Organization /Events /LegalEvents /JudgmentInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerEmployerName | string, up to 240 chars, Optional The name of the subject which employs the party involved in this event, as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation | Aggregate, Optional Records the address of this party involved in the event, as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. 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: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. CountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation. CountyOfficialName | string, up to 64 chars, Optional The legal name of the primary administrative division within a Territory or Country. Clarification Note: As a guiding principle this is a geographic area which would be classified as a Province (except Canada) or a County. In the U.S. this would be a county within a State. In the UK this would be a county in one of the Home Nations. In Republic Of Ireland, this would be a county and there would be no Territory. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLocation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerAssignedReferenceText | string, up to 32 chars, Optional A textual reference identifier assigned by the role player party to this event. The reference text is an identifier other than the filing number assigned by the registry or a similar body, e.g., Serial number assigned to the Subject's tax lien by the lien holder such as Internal Revenue Service or by a regional tax authority. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. NonPaymentAmount | decimal, Optional The monetary value associated with a court action for this party involved in the event, e.g., the amount of a Protested Bill or Country Court Judgment or the amount outstanding from a Liquidation. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLinkage | Aggregate, Optional Records the relationship between the role player and the other subjects in the family tree to which the role player belongs. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLinkage. HeadquartersOrganization | Aggregate, Optional Records information about the office that serves as the administrative center of an enterprise. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLinkage. HeadquartersOrganization. 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). |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLinkage. HeadquartersOrganization | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer. RolePlayerLinkage | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RolePlayer | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different communications with persons with whom D&B had contact to get information on this event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactDate | date, Optional The date on which the communication took place |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactName | Aggregate, Optional The name of the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactName. FullName | string, up to 256 chars, Optional The entire name of the subject where the subject is either an individual or an organization. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactOrganizationName | string, up to 256 chars, Optional (Infinite) The name of the organization that employs the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactEventText | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of textual information from this contact providing more details on the subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactEventText. TextTypeDescription | string, up to 256 chars, Required Text that provides meaning to the text found in the field named Text. Possible values: 14776 [Judgment is still open]; 14777 [Judgment has been satisfied]; 14778 [Judgment has been appealed]; 14779 [Judgment was vacated]; 14780 [Judgment was enforced]; 14781 [Judgment was stayed]; 0 [Unknown] |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactEventText | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent. ContactPositionText | string, up to 256 chars, Optional (Infinite) |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. ContactEvent | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. LastUpdateDate | date, Optional The date when the subjects record on the local database was last updated either fully or partially. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The D-U-N-S number of the filing office where this event was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeName | string, up to 256 chars, Optional [M+] The name of the filing office where this event was filed. Monitor Path: //Organization /Events /LegalEvents /JudgmentInformation |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress | Aggregate, Optional Records the location information of the office where the legal event was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress. CountyOfficialName | string, up to 64 chars, Optional The legal name of the primary administrative division within a Territory or Country. Clarification Note: As a guiding principle this is a geographic area which would be classified as a Province (except Canada) or a County. In the U.S. this would be a county within a State. In the UK this would be a county in one of the Home Nations. In Republic Of Ireland, this would be a county and there would be no Territory. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress. CountryOfficialName | string, up to 64 chars, Optional The legal name of the country for this address. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeAddress | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingMediumDescription | string, up to 128 chars, Optional A textual description indicating the medium in which the filing is recorded, e.g., book, docket, volume. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. FilingOfficeSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this filing office which recorded the legal event within the D&B Worldwide Network. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. JudgmentAwardAmount | decimal, Optional The monetary value associated with a decision made by a court. For example, the amount of a County Court Judgment. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RemedyFiled | Aggregate, Optional (Infinite) Records several different kinds of relief for damages along with the associated amount filed for this legal event |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RemedyFiled. RemedyAmount | decimal, Optional The monetary value of the remedy filed for damages as specified by Remedy Type Text for this legal event. For example: for U.S. suits - the relief amount sought for a punitive damage by the plaintiff(s); for U.S. judgments - the relief amount deemed by the court for a compensatory damage. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment. RemedyFiled. RemedyDescription | string, up to 256 chars, Optional Describes the specific kind of relief for the damage sought or deemed by this legal event; |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. Judgment | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation. DisclaimerText | string, up to 720 chars, Optional Text that records static statement regarding all the decisions made by a court that involves this subject as recorded on the D&B database. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents. JudgmentInformation | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. LegalEvents | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents | Aggregate, Optional Records the information about the events which have occurred and directly affect the subject's finances. For example, the means by which moneys are obtained by the subject, financial securities which have been filed which affect the subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of the information about financing agreement which has been filed under the the US Uniform Commercial Code (UCC) Act and Personal Property Security Act in Canada; consolidates all transactions involving granting of personal property security, e.g., chattel mortgage, assignment book debts. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. FilingTypeText | string, up to 256 chars, Optional [M+] Text that describes the type of the action the subject has taken to raise money for running operations or making investments in the business, e.g., UCC Financing Statement Filing. Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. OriginalFilingDate | element,
|
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. OriginalFilingDate@DatePrecisionText | attribute,
|
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. OriginalFilingDate@DatePrecisionDNBCodeValue | attribute,
|
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. OriginalFilingNumber | element,
|
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. CollateralDetail | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different types of assets used by the subject as security for this event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. CollateralDetail. CollateralClassText | string, up to 256 chars, Optional [M+] Text value describing the class of asset used by the subject as security when obtaining a loan, e.g., Land, Buildings, Personal Assets, Cash Reserves. Possible values: 14794 [Specified]; 11287 [All]; 11288 [Leased]; 0 [Unknown] Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. CollateralDetail. CollateralTypeDescription | string, up to 256 chars, Optional Free form text that describes the collateral type associated with this event. This is applicable only when Collateral Type Text is not present. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. CollateralDetail. CollateralSupplementalItemTypeText | string, up to 256 chars, Optional (Infinite) Text that specifies the kind of supplemental items, (e.g., Products, Proceeds), that are included as security along with the identified collateral item for the given Collateral Type. The items in this example are produced as output of the asset (e.g., manufacturing plant) that the subject is using for collateral. Possible values: 11290 [Proceeds]; 11291 [Proceeds and Products]; 11289 [Products] |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. CollateralDetail | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different communications with persons with whom D&B had contact to get information on this event. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactDate | date, Optional The date on which the communication took place |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactName | Aggregate, Optional The name of the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactName. FullName | string, up to 256 chars, Optional The entire name of the subject where the subject is either an individual or an organization. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactOrganizationName | string, up to 256 chars, Optional (Infinite) The name of the organization that employs the person with whom D&B had contact to get information. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactEventText | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of textual information from this contact providing more details on the subject. Possible values: 14765 [Financing Statement was terminated]; 14766 [Financing Statement was continued]; 14767 [Financing Statement was assigned]; 14768 [Financing Statement was released]; 0 [Unknown] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactEventText. TextTypeDescription | string, up to 256 chars, Required Text that provides meaning to the text found in the field named Text. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactEventText. Text | string, up to 3000 chars, Required Text that has been recorded. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactEventText | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent. ContactPositionText | string, up to 256 chars, Optional (Infinite) |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContactEvent | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ContractTypeText | string, up to 256 chars, Optional Text that represents the type of contractual agreement which has been made between the secured party and debtor in a financing statement (e.g. Lease, rental, sale, refinance). Possible values: 14811 [Lease]; 14812 [Rental]; 14814 [Sale]; 14813 [Refinance]; 14815 [Wholesale]; 0 [Unknown] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. FilingExpirationDate | date, Optional The date upon which the financing agreement will cease to be effective. For example a UCC filed on 2005-11-15 is effective from 2006-01-01 until 2006-12-31. The expiration date is 2006-12-31. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. FilingDate | date, Optional [M+] The date when this financing agreement was filed under the US Uniform Commercial Code Act. Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. FilingReferenceNumber | string, up to 32 chars, Optional [M+] The identifing number assigned by the recording office or court to the UCC filing. Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. ReceivedDate | date, Optional The date when the information about the financing agreement which has been filed under the US Uniform Commercial Code Act, that involves this subject as recorded on the D&B database. was obtained by D&B |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. VerifiedDate | date, Optional The date on which D&B reviewed the reported content of this financing agreement which has been filed under the US Uniform Commercial Code Act, to ensure accuracy. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of various parties involved in this event as recorded in court papers and identifies the part each one plays, e.g., the creditor, debtor, plaintiff, defendant, solicitor, liquidator, trustee. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerTypeText | string, up to 256 chars, Optional [M+] Text describing the function played by this party in the event, e.g., debtor, creditor, liquidator, shareholder, court, plaintiff, defendant. Possible values: 3730 [Debtor]; 14083 [Authorised Signatory]; 14801 [Secured Party]; 14802 [Assignee]; 14107 [Filing Office] Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The number assigned by D&B which uniquely identifies this organization in accordance with the Data Universal Numbering System (D-U-N-S) where the role player party is an organization. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this role player party within the D&B Worldwide Network. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerName | string, up to 240 chars, Optional [M+] The name of the party involved in this event, as it was filed. Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation | Aggregate, Optional Records the address of this party involved in the event, as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation. PrimaryTownName | string, up to 64 chars, Optional [M+] The name of the town or city recognized by the Postal Authority for delivering mail. Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation. CountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation. TerritoryAbbreviatedName | string, up to 64 chars, Optional [M+] 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. Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation. PostalCode | string, up to 16 chars, Optional [M+] 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. Monitor Path: //Organization /Events /FinancingEvents /FinancingStatementFilingInformation /FinancialStatementFiling |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLocation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLinkage | Aggregate, Optional Records the relationship between the role player and the other subjects in the family tree to which the role player belongs. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLinkage. HeadquartersOrganization | Aggregate, Optional Records information about the office that serves as the administrative center of an enterprise. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLinkage. HeadquartersOrganization. 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). |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLinkage. HeadquartersOrganization | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer. RolePlayerLinkage | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. RolePlayer | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. FilingPageQuantity | integer, Optional The number of pages that make up the financing statement filed with the filing office. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. FilingTime | dateTime, Optional The time of day at which this financing agreement was filed under the US Uniform Commercial Code Act, expressed in hours and minutes. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling. FilingOfficeSubjectID | string, up to 15 chars, Optional A number that uniquely identifies this filing office which recorded the legal event within the D&B Worldwide Network. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation. FinancialStatementFiling | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents. FinancingStatementFilingInformation | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events. FinancingEvents | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. Events | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. OrganizationDetail | Aggregate, Optional Records fundamental information about a Subject which may vary over time. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. OrganizationDetail | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail | Aggregate, Optional Records the constitutional status of a subject as defined under the laws of a country E.g.; Limited Company, Partnership, co-operative Society and the Stock Equity or share structure employed by a business according to the legal form and rules of incorporation. The owners of the stock or shares are the owners of the business. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of information regarding the filing details of the document. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingStatusDetail | Aggregate, Optional An entry loop which can repeat multiple times to record the textual status, language and nature of the status of the filed document. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingStatusDetail. FilingStatusText | string, up to 3000 chars, Optional A textual status of the document filed with the registry or a similar body, e.g., Pending, Cancelled, Surrendered. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingStatusDetail. FilingStatusDate | date, Optional The date on which the status recorded in Filing Status Text became effective. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingStatusDetail | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to record information about parties involved with the document that is filed for the Subject with the registry or a similar body, e.g., Registrar, Agent for Business Registration. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerTypeText | string, up to 256 chars, Required Text that describes the function played by a party in the filing of the Legal event document, e.g., Debtor, Creditor, Liquidator. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerName | string, up to 240 chars, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of the name of the party who is involved in a Legal Event as it was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerStartDate | date, Optional The date on which the role player began performing the assigned activity for the Subject. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The D-U-N-S Number of the Role Player organization. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerActiveIndicator | boolean, Optional When 'true' indicates that the role player is actively engaged in activities regarding the filing as recorded in the document filed with the registry or similar body. When 'false' indicates that the role player is no longer engaged in activities regarding the filing as recorded in the document filed with the registry or similar body; however as this is the assumed condition there is no requirement to create this tag to represent this fact. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation | Aggregate, Optional Records the location details of a party involved in the filing of the document with the registry or a similar body. This may contain the full address or part of an address where the rest of the address has been stored in the other defined address elements such as 'Role Player Primary Town'. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress | Aggregate, Optional (Infinite) An entry loop to allow the recording of a single primary or physical address of the subject in multiple languages and/or writing scripts. For an organization this is the principal address at which the organization is located. For an individual, this is the home address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. 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: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress. CountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress. CountyOfficialName | string, up to 64 chars, Optional The legal name of the primary administrative division within a Territory or Country. Clarification Note: As a guiding principle this is a geographic area which would be classified as a Province (except Canada) or a County. In the U.S. this would be a county within a State. In the UK this would be a county in one of the Home Nations. In Republic Of Ireland, this would be a county and there would be no Territory. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress. CountryOfficialName | string, up to 64 chars, Optional The legal name of the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress. OfficeOrWorkAddressIndicator | boolean, Optional When 'true' indicates that the Primary Address which has been presented is also the Office or Work Address. When 'false' indicates that the Primary Address which has been presented is not a Office or Work Address. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation. PrimaryAddress | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails. RolePlayerLocation | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingRolePlayerDetails | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. IncorporatedDate | date, Optional The date on which the registered business was incorporated, as stated in the business registration. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. IndustryCode | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different Industry Codes for the subject as recorded in the document filed with the registry or a similar body; possibly of different types. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. IndustryCode @TypeText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. IndustryCode. IndustryCode | string, up to 16 chars, Required An alphanumeric value identifying a business activity based on the scheme specified by the typeText. For instance, 1611 represents the highway and street construction industry in the U.S. SIC (Standard Industrial Classification) system. Clarification Note: These are generally external codes created by an external authoritative body, like the U.S. Office of Management and Budget (OMB), but D&B may have created extensions to more precisely define an activity, as in the case of the SIC 2+2 (the last 4 digits of an 8-digit SIC). |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. IndustryCode | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingVerifiedDate | date, Optional The date on which D&B reviewed the reported content of the Filing Details to ensure accuracy. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingDetailText | string, up to 3000 chars, Optional A textual description of filed document which cannot be recorded in any of the defined elements. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingReportedDate | date, Optional The date on which the Filing Details were obtained by D&B. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FiledDate | date, Optional The date on which the document was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FiscalPeriodEndDate | date, Optional The financial year end date for the subject as specified in the filed document. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingReasonText | string, up to 256 chars, Optional (Infinite) Text that records various underlying factors that contributed to the filing of the document with the registry or a similar body. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. DocumentTypeText | string, up to 256 chars, Optional Text that describes the type of document which is on file, e.g., an annual return or a financial statement. Possible values: 11292 [Amendment]; 14846; 14847; 14824 |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName | Aggregate, Optional Records the different names of the filing organization. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of a single name by which the organization is primarily known / identified in different languages and/or writing scripts. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName @RegisteredNameIndicator | Attribute |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName. OrganizationName | string, up to 256 chars, Required Text recording a name of this organization in the specified language and/or writing script. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName. OrganizationName @LanguageCode | integer, up to 3 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName. OrganizationName @WritingScriptISOAlpha4Code | string, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName. RenewalDate | date, Optional This date indicates that this name of the subject was re-filed with the registry in order to legally retain the same name, e.g., in the U.S., the renewed date is populated for Trade Names to prevent them from expiring. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName. RenewalDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName. RenewalDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName. RenewalDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName. DisplaySequence | integer, up to 3 digits, Optional A numeric value used to identify the relative importance of this Organization Name compared to the other Organization Names for this organization that are of the same type (e.g., Trading Style). The lower the importance level number, the more important (preferred) is an Organization Name. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationPrimaryName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of the names by which the organization is known / identified when it cannot be classified into defined name types (e.g., PrimaryName, RegisteredName) in different languages and / or writing scripts. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName. OrganizationName | string, up to 256 chars, Required Text recording a name of this organization in the specified language and/or writing script. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName. OrganizationName @LanguageCode | integer, up to 3 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName. OrganizationName @WritingScriptISOAlpha4Code | string, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName. RenewalDate | date, Optional This date indicates that this name of the subject was re-filed with the registry in order to legally retain the same name, e.g., in the U.S., the renewed date is populated for Trade Names to prevent them from expiring. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName. RenewalDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName. RenewalDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName. RenewalDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName. DisplaySequence | integer, up to 3 digits, Optional A numeric value used to identify the relative importance of this Organization Name compared to the other Organization Names for this organization that are of the same type (e.g., Trading Style). The lower the importance level number, the more important (preferred) is an Organization Name. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. OrganizationNameUnknownTypeName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of a name which an organization trades under for commercial purposes, although its registered, legal name, used for contracts and other formal situations, may be another. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName. OrganizationName | string, up to 256 chars, Required Text recording a name of this organization in the specified language and/or writing script. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName. OrganizationName @LanguageCode | integer, up to 3 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName. OrganizationName @WritingScriptISOAlpha4Code | string, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName. RenewalDate | date, Optional This date indicates that this name of the subject was re-filed with the registry in order to legally retain the same name, e.g., in the U.S., the renewed date is populated for Trade Names to prevent them from expiring. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName. RenewalDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName. RenewalDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName. RenewalDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName. DisplaySequence | integer, up to 3 digits, Optional A numeric value used to identify the relative importance of this Organization Name compared to the other Organization Names for this organization that are of the same type (e.g., Trading Style). The lower the importance level number, the more important (preferred) is an Organization Name. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. TradeStyleName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of a name that has been registered at a local or national registry which an organization trades under for commercial purposes, although its registered, legal name, used for contracts and other formal situations, may be another. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName. OrganizationName | string, up to 256 chars, Required Text recording a name of this organization in the specified language and/or writing script. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName. OrganizationName @LanguageCode | integer, up to 3 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName. OrganizationName @WritingScriptISOAlpha4Code | string, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName. RenewalDate | date, Optional This date indicates that this name of the subject was re-filed with the registry in order to legally retain the same name, e.g., in the U.S., the renewed date is populated for Trade Names to prevent them from expiring. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName. RenewalDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName. RenewalDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName. RenewalDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName. DisplaySequence | integer, up to 3 digits, Optional A numeric value used to identify the relative importance of this Organization Name compared to the other Organization Names for this organization that are of the same type (e.g., Trading Style). The lower the importance level number, the more important (preferred) is an Organization Name. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. RegisteredTradeStyleName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of names by which the organization was primarily known / identified previously in different languages and/or writing scripts . |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName @RegisteredNameIndicator | Attribute |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. OrganizationName | string, up to 256 chars, Required Text recording a name of this organization in the specified language and/or writing script. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. OrganizationName @LanguageCode | integer, up to 3 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. OrganizationName @WritingScriptISOAlpha4Code | string, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. RenewalDate | date, Optional This date indicates that this name of the subject was re-filed with the registry in order to legally retain the same name, e.g., in the U.S., the renewed date is populated for Trade Names to prevent them from expiring. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. RenewalDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. RenewalDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. RenewalDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. DisplaySequence | integer, up to 3 digits, Optional A numeric value used to identify the relative importance of this Organization Name compared to the other Organization Names for this organization that are of the same type (e.g., Trading Style). The lower the importance level number, the more important (preferred) is an Organization Name. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. EndDate | date, Optional This date indicates that the Name is a former name and this is the date it was changed I.e. was last used / changed at registry.Note: This mutually exclusive with EndedByDate. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. EndDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. EndDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. EndDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. EndedByDate | date, Optional A date on or before which the organization ceased using this name. Note: The existence of this date indicates that this unclassified subject name is a former name.Note: This mutually exclusive with EndDate. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. EndedByDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. EndedByDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName. EndedByDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerOrganizationPrimaryName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of previously used names which an organization trades under for commercial purposes, although its registered, legal name, used for contracts and other formal situations, may be another. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName @RegisteredNameIndicator | Attribute |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. OrganizationName | string, up to 256 chars, Required Text recording a name of this organization in the specified language and/or writing script. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. OrganizationName @LanguageCode | integer, up to 3 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. OrganizationName @WritingScriptISOAlpha4Code | string, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. RenewalDate | date, Optional This date indicates that this name of the subject was re-filed with the registry in order to legally retain the same name, e.g., in the U.S., the renewed date is populated for Trade Names to prevent them from expiring. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. RenewalDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. RenewalDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. RenewalDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. DisplaySequence | integer, up to 3 digits, Optional A numeric value used to identify the relative importance of this Organization Name compared to the other Organization Names for this organization that are of the same type (e.g., Trading Style). The lower the importance level number, the more important (preferred) is an Organization Name. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. EndDate | date, Optional This date indicates that the Name is a former name and this is the date it was changed I.e. was last used / changed at registry.Note: This mutually exclusive with EndedByDate. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. EndDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. EndDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. EndDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. EndedByDate | date, Optional A date on or before which the organization ceased using this name. Note: The existence of this date indicates that this unclassified subject name is a former name.Note: This mutually exclusive with EndDate. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. EndedByDate @DatePrecisionText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. EndedByDate @DatePrecisionDNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName. EndedByDate @DatePrecisionDNBCodeTableNumber | integer, up to 7 digits, Attribute (1x) |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName. FormerTradeStyleName | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationName | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. DocumentDate | date, Optional The date of the document. This is not to be confused with the date that the document was filed or published, e.g., for a financial statement this would be the date of the financial year end to which the statement relates. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. CharterTypeText | string, up to 256 chars, Optional Describes the charter of the subject; e.g., co-operative, federally chartered, professional, profit, state chartered, non-profit. A charter is a document that incorporates a business and specifies its rights; contains the articles of incorporation and the certificate of incorporation. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. IncorporatedCountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional A two-letter code which denotes the name of the country where the Subject is incorporated under the law of a specific jurisdiction, as recorded in the document filed with the registry or a similar body |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. IncorporatedTerritoryName | string, up to 128 chars, Optional Text recording the legal name of a locally governed area which forms part of a centrally governed nation, as recorded in the document filed with the registry or a similar body. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. PerpetualBusinessOperationIndicator | boolean, Optional When 'true' indicates that the Subject can operate the business indefinitely as recorded in the document filed with the registry or a similar body. When 'false' indicates that the Subject cannot operate the business indefinitely as recorded in the document filed with the registry or a similar body.; however, as this is the assumed condition there is no requirement to create this tag to represent this fact. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of details about various kinds of taxes for which the Subject is responsible as recorded in the document filed with the registry or a similar body. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxTypeText | string, up to 256 chars, Optional Text that identifies the kind of the financial charge or levy imposed by the appropriate jurisdiction on the Subject as recorded in the document filed with registry or a similar body, e.g., Franchise, Corporate. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxPaidDate | date, Optional The date on which the subject met its financial obligation to cover the taxes imposed by the jurisdiction. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxFinancialItem | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of any financial items in terms of monetary amounts relating to the tax identified by the Tax Type Code, e.g., Tax Amount, Balance Tax Amount, Taxable Capital Amount, Paid Tax Amount. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxFinancialItem @DNBCodeValue | integer, up to 7 digits, Attribute (1x) Possible values: 20251 [Tax Unpaid Amount]; 14110 [Tax Paid Amount]; 14111 [Tax Capital Amount]; 14112 [Total Capital Amount] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxFinancialItem @ExternalCodingSchemeTypeText | Attribute |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxFinancialItem @ExternalCodingSchemeValue | Attribute |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxFinancialItem. ItemDescriptionText | string, up to 256 chars, Optional Text that describes the account for the monetary amount recorded in 'Item Amount', e.g., Cash, Property & Equipment, Total Liabilities, Retained Earnings. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxFinancialItem. ItemAmount | decimal, Optional Records the monetary value of a Financial Statement Item. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxFinancialItem | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxPaymentAssessment | Aggregate, Optional An entry loop which can repeat multiple times to allow the recording of details about the evaluation took place of the subject's ability to meet the tax obligations |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxPaymentAssessment. AssessmentDate | date, Optional The date on which the evaluation took place of the subject's ability to meet the tax obligations as recorded in the Tax Payment Assessment Text. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxPaymentAssessment. PaymentAssessmentText | string, up to 256 chars, Optional Text that records the overall evaluation of the subject's compliance in meeting the tax obligation for taxes identified by Tax Type Text; e.g., Delinquent. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxPaymentAssessment | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxPercentage | decimal, Optional The rate by which the tax identified by the tax type code is calculated. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress | Aggregate, Optional |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. StreetAddressLine. DisplaySequence | integer, up to 3 digits, Optional A number which may be used to define the order in which this street address line should be presented relative to other street address lines where the lower the number the earlier the data is presented. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress. CountryOfficialName | string, up to 64 chars, Optional The legal name of the country for this address. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail. TaxAddress | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. TaxDetail | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of company's equity that has been obtained by issuing stock and selling it to a shareholder. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails @TypeText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalAmount | decimal, Optional The amount of the capital of this type. If figure is stored locally with 000s omitted then this must be multiplied and the full figure populated to the record, e.g., If Capital is 543 with 000s omitted then the figure of 543000 should be populated. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. StartDate | date, Optional The date on which the Capital Amount was first registered. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. OriginalCapitalIndicator | boolean, Optional When 'true' indicates that this is the initial investment in this organization when it first started doing business. When 'false' indicates that this was not the initial investment in this organization when it first started doing business. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of details regarding the composition of each type of stock equity a business employs, as recorded in the document filed with the registry or a similar body. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails @DNBCodeValue | integer, up to 7 digits, Attribute (1x) Possible values: 14845 [Preferred]; 3761 [Ordinary] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails @TypeText | string, up to 256 chars, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails. CapitalStockParValueAmount | decimal, Optional The monetory value of each share of this Stock Type upon initial offering. It is also known as face value or stated value. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails. CapitalStockSubTypeText | string, Optional A text string that identifies a sub category of share classification which has been specifically defined by the subject. For example the ordinary shares of a subject may be broken down into Ordinary A, Ordinary B etc; where the A and B categories have different rights or characteristics. In this example 2 Capital Stock Detail aggregates will be created. In both aggregates the Capital Stock Type Code will be set to 3761 [Ordinary] but the Capital Stock Sub Type Text will be set to A" in the first occurrence and "B" in the second." |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails. CapitalStockQuantity | long, Optional Records the total number of shares within each Capital Stock Type, e.g., if there are 100 Preference shares with a par value of 5 euros per share the recorded amount is 100. (I.e. The number of shares regardless of value) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails. VotingRightsIndicator | boolean, Optional When TRUE (set to 1) it means that the shares of the type specified by the combination of the Stock Type Code carry voting rights. When FALSE (set to 0) it means that the shares of the type specified by the combination of the Stock Type Code do not carry voting rights. When set to NULL, it means that DnB does not know if the shares of the type specified by the combination of the Stock Type Code carry voting rights |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails. CapitalStockAmount | decimal, Optional The total monetary value of these shares, as defined by the combination of the capital stock type This reflects the face value of the shares and not the current stock exchange prices. For example, when a company issues 1000 Preference A shares with a par value of 5 USD (United States Dollar), then the amount recorded is 5000 (i.e. 1000multiplied by 5). |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails. StockTypeConvertibleIndicator | boolean, Optional When 'true' indicates that the shares of the type indicated in Stock Type Code can be switched to another Stock Type. When 'false' indicates that the shares of the type indicated in Stock Type Code cannot be switched to another Stock Type. When set to NULL, it indicates that DnB does not know whether the shares of the type indicated in Stock Type Code this stock can be swtiched to another Stock Type. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails. CapitalStockParValueIndicator | boolean, Optional When 'true' indicates that this share type has an associated face value. When 'false' indicates that this share type has no associated face value. When set to NULL, it indicates that D&B does not know whether this share type has an associated face value. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails. CapitalStockDetails | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. ShareCapitalDetails | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationIdentificationNumberDetails. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails | Aggregate, Optional An entry loop which can repeat multiple times to allow the recording of the details of the filing premises. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeName | string, up to 256 chars, Optional The name of the filing office where this event was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeDUNSNumber | string, up to 15 chars Pattern: {([0-9a-zA-Z]*)}, Optional The D-U-N-S number of the filing office where this event was filed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeSubjectID | integer, Optional |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeAddress | Aggregate, Optional |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeAddress. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeAddress. CountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeAddress. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeAddress. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails. FilingOfficeAddress. CountyAbbreviatedName | string, up to 64 chars, Optional The shortened name of the primary administrative division within a Territory or Country. For example 'BUCKS' for the county Buckinghamshire within the territory England and Country United Kingdom. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOfficeDetails | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingExpirationDetails | Aggregate, Optional Records the details regarding the expiration of the filings. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingExpirationDetails. ExpirationDate | date, Optional The date on which the filing ceased. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingExpirationDetails | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. IncorporatedCountryName | string, Optional The name of the country where the Subject is incorporated under the law of a specific jurisdiction, as recorded in the document filed with the registry or a similar body. This element can only be used when all attempts to derive the Incorporated Country Identifier have failed. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingDelinquencyNotificationDate | date, Optional The date on which a notice was issued to the business that they were delinquent in filing, e.g., The date on which a notice was issued by the Secretary of State to the registered business to advise that business that they were delinquent in filing their annual report to the state. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. StopDistributionIndicator | boolean, Optional When 'true' indicates that D&B should not fabricate or supply this Filing Details in products and services. Note: One exception to this business rule is the Public Records report which would disregard this indicator setting. When 'false' indicates that D&B can fabricate or supply this Filing Details in products and services; however as this is the assumed condition there is no requirement to create this tag to represent this fact. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. LegalFormDetails | Aggregate, Optional |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. LegalFormDetails. LegalFormText | string, up to 256 chars, Required Text that describes the legal form or structure of a business, as registered with government authorities, e.g., partnership, corporation, private limited company, government department, proprietorship. Possible values: Code Table 4 and/or Code Table 197 |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. LegalFormDetails. LegalFormText @DNBCodeValue | integer, up to 7 digits, Attribute (1x) |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. LastUpdateDate | date, Optional |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation | Aggregate, Optional Records the address details for the filing organization. An address is the designation of a place where a subject can be located or may be communicated with, e.g., primary address, registered address, mailing address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress | Aggregate, Optional (Infinite) An entry loop to allow the recording of a single primary or physical address of the subject in multiple languages and/or writing scripts. For an organization this is the principal address at which the organization is located. For an individual, this is the home address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. 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: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress. CountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress. CountyOfficialName | string, up to 64 chars, Optional The legal name of the primary administrative division within a Territory or Country. Clarification Note: As a guiding principle this is a geographic area which would be classified as a Province (except Canada) or a County. In the U.S. this would be a county within a State. In the UK this would be a county in one of the Home Nations. In Republic Of Ireland, this would be a county and there would be no Territory. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress. CountryOfficialName | string, up to 64 chars, Optional The legal name of the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress. OfficeOrWorkAddressIndicator | boolean, Optional When 'true' indicates that the Primary Address which has been presented is also the Office or Work Address. When 'false' indicates that the Primary Address which has been presented is not a Office or Work Address. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. PrimaryAddress | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. MailingAddress | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of address which is mainly utilized for the purpose of mail delivery. This usually includes a Post Office Box number or similar mailing details. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. MailingAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. 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: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. MailingAddress. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. MailingAddress. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. MailingAddress. CountyOfficialName | string, up to 64 chars, Optional The legal name of the primary administrative division within a Territory or Country. Clarification Note: As a guiding principle this is a geographic area which would be classified as a Province (except Canada) or a County. In the U.S. this would be a county within a State. In the UK this would be a county in one of the Home Nations. In Republic Of Ireland, this would be a county and there would be no Territory. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. MailingAddress. CountryOfficialName | string, up to 64 chars, Optional The legal name of the country for this address. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation. MailingAddress | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingOrganizationLocation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of several different Principals for the subject as recorded in the document filed with the registry or a similar body. In this aggregate, a principal is a person or organization that currently has or previously had a relationship with the subject, e.g., management, employees, service providers. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalName | Aggregate, Optional Records the different names for the Principal. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalName. FullName | string, up to 256 chars, Optional |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. Position | Aggregate, Optional (Infinite) An entry loop which can repeat multiple times to allow the recording of a job that is or was held by the principal or manager using D&B standardized codes. For instance, whether the position has been described to D&B as Financial Director, Finance Director, or Director of Finance, it will be mapped to a single code described as Financial Director. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. Position. PositionText | string, up to 256 chars, Required Text which denotes the job position the principal or manager holds or has held in the organization, e.g., Financial Director, Managing Director, Sales Director, Operations Manager. Possible values: 5 [Position Type - Principals & Managers]; 198 [Position Type - Employee]; 219 [Position Type - Service Provider] |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. Position. PositionText @DNBCodeValue | integer, up to 7 digits, Attribute (1x) |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. Position | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation | Aggregate, Optional An entry loop which can repeat multiple times to allow the recording of several different addresses of different types (E.g. Registered, Primary, mailing etc.) for the Principal. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress | Aggregate, Optional (Infinite) An entry loop to allow the recording of a single primary or physical address of the subject in multiple languages and/or writing scripts. For an organization this is the principal address at which the organization is located. For an individual, this is the home address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress. StreetAddressLine | Aggregate, Optional (Infinite) 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. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress. StreetAddressLine | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress. PrimaryTownName | string, up to 64 chars, Optional The name of the town or city recognized by the Postal Authority for delivering mail. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress. CountryISOAlpha2Code | string, at least 2 chars, up to 2 chars, Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO), identifying the country for this address. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress. TerritoryName | string, up to 128 chars, Optional The name of the locally governed area which forms part of a centrally governed nation as received by D&B. Clarification Note: 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. 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. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress. CountyAbbreviatedName | string, up to 64 chars, Optional The shortened name of the primary administrative division within a Territory or Country. For example 'BUCKS' for the county Buckinghamshire within the territory England and Country United Kingdom. |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress. CountryOfficialName | string, up to 64 chars, Optional The legal name of the country for this address. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation. PrimaryAddress | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. PrincipalLocation | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails. FilingReferenceNumber | string, up to 128 chars, Optional The identifier given by a registry body to the official filed document which contains the information on this principal. |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails. FilingPrincipalDetails | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. DocumentFilingDetails | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail. LegalFormDetails. LegalFormText | string, up to 256 chars, Required [M+] Text that describes the legal form or structure of a business, as registered with government authorities, e.g., partnership, corporation, private limited company, government department, proprietorship. Monitor Path: //Organization /RegisteredDetail /LegalFormDetails /LegalFormText@DNBCodeValue |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization. RegisteredDetail | /Aggregate |
END: OrderProductResponse. OrderProductResponseDetail. Product. Organization | /Aggregate |
OrderProductResponse. OrderProductResponseDetail. Product. CopyrightNoticeText | string, up to 128 chars, Optional Text that specifies the underlying claim to copyright ownership of this product. |
END: OrderProductResponse. OrderProductResponseDetail. Product | /Aggregate |
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.
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').
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.
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-CM005, CM007-CM012, CM014, CM017, CM018, PD001, PD003, PD005, PD006, PD015, PD016,PD019 and SC001-SC012.
IMPORTANT: PD006 code - Applicable only for US/CA cases when TradeUpIndicator="true" for Risk packets.
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 D-U-N-S Number and product code are submitted on the same calendar day (which is based on Eastern Standard Time [GMT-5]).
Retrieving Archived Copies
An option exists to retain the results from all successful requests for this product in a Product Request Archive, which may be retrieved without incurring additional usage charges.
NOTE: The default value for ArchiveProductOptOutIndicator is 'true', indicating that the request will NOT be automatically archived.
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.
Name | Description |
---|---|
Bankruptcy Attorney Name | Text recording the name of the attorney involved in the bankruptcy event as it was filed. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Comment Date | The date on which the comment concerning the bankruptcy was reported to D&B. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ ContactEvent/ ContactDate |
Bankruptcy Comment Source Business Name | Text recording the name of the business which is the source of a comment about a bankruptcy. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ ContactEvent/ ContactOrganizationName |
Bankruptcy Comment Source Job Description | Text that provides the title of an individual from whom a bankruptcy comment was reported to Dun & Bradstreet. Applicable when the title provided is not included in D&B's list of principal positions. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ ContactEvent/ ContactJobTitle |
Bankruptcy Comment Source Job Title | Text recording the title of an individual from whom a bankruptcy comment was obtained. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ ContactEvent/ ContactPositionText |
Bankruptcy Comment Text | Text recording a bankruptcy comment. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ ContactEvent/ ContactEventText/ Text |
Bankruptcy Comment Type | Text recording a standardized explanation for a comment that was reported to D&B about this Bankruptcy. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ ContactEvent/ ContactEventText/ TextTypeDescription |
Bankruptcy Court Name | Text recording the name of the court where the bankruptcy proceeding was conducted. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Court Postal Code | An identifier used by the local country Postal Authority to identify the court in which the bankruptcy proceeding is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PostalCode |
Bankruptcy Court Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the bankruptcy court is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Bankruptcy Court Town Name | Text recording the name of a city, town, township, village, borough, etc. where the court which conducted the bankruptcy proceeding is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Bankruptcy Creditor Attorney Firm Country Code | Text recording the country where the bankruptcy creditor attorney firm is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Bankruptcy Creditor Attorney Firm Name | Text recording the name of the lay firm which is representing the creditor in a bankruptcy proceeding. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerEmployerName |
Bankruptcy Creditor Attorney Firm Postal Code | An identifier used by the local country Postal Authority to identify the location where the bankruptcy creditor attorney is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PostalCode |
Bankruptcy Creditor Attorney Firm Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where the bankruptcy creditor attorney firm is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Bankruptcy Creditor Attorney Firm Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the bankruptcy creditor attorney is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Bankruptcy Creditor Attorney Firm Town Name | Text recording the name of a city, town, township, village, borough, etc. where the bankruptcy creditor attorney firm is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Bankruptcy Creditor Attorney Name | Text recording the name of the bankruptcy creditor attorney. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Creditor Claim Other Description | Text that describes the debt which is claimed to be owed to a creditor by the bankruptcy subject. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerTextEntry/ RolePlayerDetailText |
Bankruptcy Creditor Country Code | Text recording the country where the bankruptcy creditor is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Bankruptcy Creditor Name | Text recording the name of the bankruptcy creditor. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Creditor Other Claim Amount | A monetary figure that is the dollar amount that is claimed to be owed to the creditor by the bankruptcy subject, other than those amount identified as being secured or unsecured. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ CreditorCategorizationDetail/ ClaimAmount |
Bankruptcy Creditor Postal Code | An identifier used by the local country Postal Authority to identify the location where the bankruptcy creditor is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PostalCode |
Bankruptcy Creditor Secured Claim Amount | A monetary figure that the dollar amount of secured claims that is claimed to be owed to a creditor by the bankruptcy subject. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ CreditorCategorizationDetail/ ClaimAmount |
Bankruptcy Creditor Secured Claim Amount | A monetary figure that the dollar amount of secured claims that is claimed to be owed to a creditor by the bankruptcy subject. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ CreditorCategorizationDetail/ ClaimAmount |
Bankruptcy Creditor Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where the bankruptcy creditor is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Bankruptcy Creditor Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the bankruptcy creditor is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Bankruptcy Creditor Town Name | Text recording the name of a city, town, township, village, borough, etc. where the bankruptcy creditor is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Bankruptcy Date Last Updated | Date of the most recent update for the bankruptcy filing PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ LastUpdateDate |
Bankruptcy Debtor Attorney Firm Country Code | Text recording the country where a law firm which is representing a subject of a bankruptcy is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Bankruptcy Debtor Attorney Firm Name | Text recording the name of the law firm which is representing the subject of a bankruptcy proceeding. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerEmployerName |
Bankruptcy Debtor Attorney Firm Postal Code | An identifier used by the local country Postal Authority to identify where the bankruptcy debtor attorney is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PostalCode |
Bankruptcy Debtor Attorney Firm Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where the bankruptcy debtor attorney is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Bankruptcy Debtor Attorney Firm Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the bankruptcy debtor attorney is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Bankruptcy Debtor Attorney Firm Town Name | Text recording the name of a city, town, township, village, borough, etc. where the bankruptcy debtor attorney is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Bankruptcy Debtor Attorney Name | Text recording the name of the bankruptcy debtor attorney. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Debtor Country Code | Text recording the country where a business which has been appointed as trustee for a bankruptcy subject is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Bankruptcy Debtor Postal Code | An identifier used by the local country Postal Authority to identify the location where the bankruptcy debtor is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PostalCode |
Bankruptcy Debtor Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where the bankruptcy debtor is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Bankruptcy Debtor Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the bankruptcy debtor is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Bankruptcy Debtor Town Name | Text recording the name of a city, town, township, village, borough, etc. where the bankruptcy debtor is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Bankruptcy Exempt Asset Amount | A monetary amount of assets which belong to a bankruptcy subject and which are exempt from the claims of the subject's creditors. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ BankruptcyFinancialStatement/ BalanceSheet/ Assets/ StatementItem/ ItemAmount |
Bankruptcy Filing Chapter Number | The number that identifies the Chapter of Bankruptcy Law under which the legal proceeding was filed for declaring the subject's inability to pay its creditors. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingChapterNumber |
Bankruptcy Filing Date | The date by which the bankruptcy was filed with this court. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingDate |
Bankruptcy Filing Detail Text | Text that describes the terms and conditions of the bankruptcy plan which detail how creditor claims will be satisfied. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingDetailTextEntry/ FilingDetailText |
Bankruptcy Filing History Date | The date on which the bankruptcy historical event or life cycle event took place. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingDate |
Bankruptcy Filing Received Date | The date on which the bankruptcy data was originally entered into D&B's database. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingDate |
Bankruptcy Filing Reference Number | A number that uniquely identifies a bankruptcy filing by the bankruptcy court. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingReferenceNumber |
Bankruptcy Filing Signer Business Name | Text recording the name of the business that a signer of a bankruptcy petition represents. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerEmployerName |
Bankruptcy Filing Signer Job Title | Text recording the title of an individual who has signed a bankruptcy filing. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerPosition/ PositionText |
Bankruptcy Filing Signer Name | Text recording the name of the bankruptcy subject in the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Filing Status | Text recording the most current situation regarding the bankruptcy (Open/Closed). PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingStatusText |
Bankruptcy Filing Status Date | The date on which the status of the bankruptcy became effective as per the presiding court. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingStatusDate |
Bankruptcy Filing Type | The type of Bankruptcy filing PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingTypeText |
Bankruptcy Financial Statement Date | The effective date by which the asset and liability totals was reported in the bankruptcy filing by the subject of the bankruptcy. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ BankruptcyFinancialStatement/ StatementHeaderDetails/ FinancialStatementToDate |
Bankruptcy Judge Name | Text recording the name of the judge involved in the bankruptcy. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Other Asset Amount | A monetary amount of other assets than those designated as exempt, which are identified in a bankruptcy filing within the subject's schedule of assets and liabilities. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ BankruptcyFinancialStatement/ BalanceSheet/ Assets/ StatementItem/ ItemAmount |
Bankruptcy Other Liabilities Amount | A monetary amount of liabilities, other than those designated as secured and/or unsecured, which belong to a subject of a bankruptcy and are identified within the subject's schedule of assets and liabilities. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ BankruptcyFinancialStatement/ BalanceSheet/ Assets/ StatementItem/ ItemAmount |
Bankruptcy Plan Author Name | Text recording the name of the author of the bankruptcy plan. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Plan Filing Date | The date on which the bankruptcy plan became effective as per the bankruptcy court. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingDate |
Bankruptcy Plan Filing Detail | Text that describes the terms and conditions of the bankruptcy plan which detail how creditor claims will be satisfied. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingDetailTextEntry/ FilingDetailText |
Bankruptcy Plan Filing Detail | Text providing details about the history or life cycle of a bankruptcy. Used when event code represents "other". PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingDetailTextEntry/ FilingDetailText |
Bankruptcy Plan Status | Text recording the current level of progress that has been made toward resolving a bankruptcy. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingStatusText |
Bankruptcy Plan Status Date | The date on which the status of the bankruptcy plan became effective as per the bankruptcy court. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ FilingStatusDate |
Bankruptcy Received Date | The date on which the bankruptcy data was received by D&B. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ ReceivedDate |
Bankruptcy Secured Liabilities Amount | A monetary amount of liabilities, reported in a bankruptcy filing within a bankruptcy subject's schedule of assets and liabilities, which are secured by the subject's creditors through some type of security agreement. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ BankruptcyFinancialStatement/ BalanceSheet/ Assets/ StatementItem/ ItemAmount |
Bankruptcy Subject Filing Name | The name of the subject of a bankruptcy proceeding PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Trustee Address Postal Code | An identifier used by the local country Postal Authority to identify the location of the person serving as trustee for the bankruptcy subject. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PostalCode |
Bankruptcy Trustee Business Name | Text recording the name of a business which is acting as a trustee for a bankruptcy subject. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerEmployerName |
Bankruptcy Trustee Country Code | Text recording the country where the person serving as trustee for the bankruptcy subject is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Bankruptcy Trustee Individual Name | Text recording the name of the person serving as trustee for the bankruptcy subject. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerName |
Bankruptcy Trustee Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. where a business which has been appointed as trustee for a bankruptcy subject is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Bankruptcy Trustee Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the person serving as trustee for the bankruptcy subject is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Bankruptcy Trustee Town Name | Text recording the name of the city, town, township, village, borough, etc. where the person appointed as trustee for the bankruptcy subject is located. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Bankruptcy Unsecured Liabilities Amount | A monetary amount of liabilities, as reported in bankruptcy filing within the subject's schedule of assets and liabilities which are not secured by subject's creditors through security agreement. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ BankruptcyFinancialStatement/ BalanceSheet/ Assets/ StatementItem/ ItemAmount |
Bankruptcy Verification Date | The date on which the reported content of the bankruptcy was verified by D&B. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ VerifiedDate |
Bankruptcy-Plan/Author-Title-Code | Text that describes the title of an individual who is identified as the author of a bankruptcy plan. PCM XPath: //Organization/ Events/ LegalEvents/ BankruptcyInformation/ Bankruptcy/ RolePlayer/ RolePlayerPosition/ PositionText |
Business Legal Structure | Text recording the legal form or structure of a business as registered with government authorities e.g. partnership corporation private limited company government department proprietorship. PCM XPath: //Organization/ RegisteredDetail/ LegalFormDetails/ LegalFormText |
Capital Owned Total | A monetary figure that is the total dollar amount of capital owned by a registered business according to its business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxFinancialItem/ ItemAmount |
Common Stock Capital Amount | The total dollar value of shares of Common stock that a business is authorized to sell - may be derived by multiplying quantity of shares by the share par value. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockAmount |
Common Stock Class | Text that describes the class of common stock authorized for sale by a business (e.g. "A", "B", "H"). PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockSubTypeText |
Common Stock Convertible Indicator | When 'true' indicates that the shares of Common stock can be switched to another stock type. When 'false' indicates that the shares of Common stock cannot be switched to another stock type. When NULL it indicates ability to convert stock type is not known. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ StockTypeConvertibleIndicator |
Common Stock Par Value | A monetary figure that is the per share dollar value of common stock. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockParValueAmount |
Common Stock Par Value Indicator | Indicates whether or not the common stock has a par value. NOTE: If value of this attribute is "N", then "No par value for share" is indicated. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockParValueIndicator |
Common Stock Quantity Authorized | The total number of common stock shares that a business is authorized to sell. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockQuantity |
Common Stock Quantity Issued | The total number of common shares of stock that a business has issued. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockQuantity |
Common Stock Voting Rights Indicator | Indicates whether or not the common stock gives the stockholder the right to vote in the affairs of the business which issued the stock. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ VotingRightsIndicator |
Financing Statement Business AGN | An automatically generated number (AGN) used by D&B to identify the financing statement organization. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerSubjectID |
Financing Statement Collateral Class | A further clarification of the scope of the collateral associated with a secured business transaction performed under the rules of the Uniform Commercial Code. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ CollateralDetail/ CollateralClassText |
Financing Statement Collateral Supplement Item | A further clarification of the scope of the collateral associated with a secured business transaction performed under the rules of the Uniform Commercial Code. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ CollateralDetail/ CollateralSupplementalItemTypeText |
Financing Statement Collateral Type Description | Text that describes a type of collateral item in a financing statement. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ CollateralDetail/ CollateralTypeDescription |
Financing Statement Comment Business Name | Text recording the name of a business which is the source of a comment about a financing statement. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ ContactEvent/ ContactOrganizationName |
Financing Statement Comment Date | The date by which the comment concerning the financing statement was made. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ ContactEvent/ ContactDate |
Financing Statement Comment Individual Name | Text recording the name of the individual from whom a financing statement comment was obtained. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ ContactEvent/ ContactName/ FullName |
Financing Statement Comment Job Title | Text recording the title of an individual who has made a comment to D&B. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ ContactEvent/ ContactPositionText |
Financing Statement Comment Text | The text of the financing statement comment, which may be verbatim or summarized by Dun & Bradstreet. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ ContactEvent/ ContactEventText/ Text |
Financing Statement Comment Type | Text that describes the financing statement comment, which may be verbatim or summarized by Dun & Bradstreet. Can repeat up to two times. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ ContactEvent/ ContactEventText/ Text |
Financing Statement Contract Type | Text recording the type of contractual agreement which has been made between the secured party and debtor in a financing statement (e.g. Lease, rental, sale, refinance). PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ ContractTypeText |
Financing Statement Date | The date when the financing statement was filed with the recording office or court. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ FilingDate |
Financing Statement Debtor Country Code | A country where a financing statement debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Financing Statement Debtor Name | Text recording the name of a debtor within the financing statement, as identified on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerName |
Financing Statement Debtor Postal Code | An identifier used by the local country Postal Authority to identify the postal code of the location of the filing debtor as stated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ PostalCode |
Financing Statement Debtor Territory (Outside US) Name | Text recording the state, county or province outside of the US where the financing statement debtor is located, as indicated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Financing Statement Debtor Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the financing statement debtor is physically located. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Financing Statement Debtor Town Name | Text recording the name of a city, town, township, village, borough, etc. where the financing statement debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Financing Statement Expiration Date | The date by which the effective period of a financing statement expires. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ FilingExpirationDate |
Financing Statement Filing Office Postal Code | An identifier used by the local country Postal Authority to identify the location of the court or filing office in which the financing statement was filed. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ PostalCode |
Financing Statement Filing Office Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the financing statement registration filing office is physically located. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Financing Statement Filing Office Territory Name | Text recording the name of the locally governed area which forms part of a centrally governed nation to identify where the financing statement was filed, is located. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Financing Statement Filing Office Town Name | Text recording the name of a city, town, township, village, borough, etc. where the filing office or court which recorded the financing statement is located. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Financing Statement Office AGN | An automatically generated number (AGN) used by D&B to identify the filing office that recorded the financing statement. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ FilingOfficeSubjectID |
Financing Statement Office Name | Text recording the name of the filing office or court which recorded the financing statement. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerName |
Financing Statement Page Quantity | The number of pages that make up the financing statement filed with the filing office. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ FilingPageQuantity |
Financing Statement Received Date | The date by which the financing statement was received by D&B. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ ReceivedDate |
Financing Statement Reference Number | The identifying number assigned by the recording office or court to the financing statement. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ FilingReferenceNumber |
Financing Statement Secured Party Abbreviated Territory Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the financing statement secured party is physically located. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Financing Statement Secured Party Country Code | A country where a secured party is located, as stated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Financing Statement Secured Party Name | Text recording the name of a secured party within a financing statement, as stated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerName |
Financing Statement Secured Party Postal Code | An identifier used by the local country Postal Authority to identify the postal code of the location of the secured party as stated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ PostalCode |
Financing Statement Secured Party Territory (Outside US) Name | Text recording the state, county or province outside of the US where the secured party is located, as stated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Financing Statement Secured Party Town Name | Text recording the name of a city, town, township, village, borough, etc. where the financing statement secured party is located, as stated on the filing document. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Financing Statement Signer Name | Text recording the name of the individual signing a financing statement on behalf of a debtor business PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ RolePlayer/ RolePlayerName |
Financing Statement Time | The time of day at which this financing agreement was filed under the US Uniform Commercial Code Act expressed in hours and minutes. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ FilingTime |
Financing Statement Type | The type of financing statement (e.g., original, release). PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ FilingTypeText |
Financing Statement Verification Date | The date on which the reported content of the financing statement was verified by Dun & Bradstreet personnel. PCM XPath: //Organization/ Events/ FinancingEvents/ FinancingStatementFilingInformation/ FinancialStatementFiling/ VerifiedDate |
Franchise Tax Balance | A monetary figure that is the amount of franchise tax owed to the registration state government by the registered business, according to the business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxFinancialItem/ ItemAmount |
Franchise Tax Paid Amount | A monetary figure that is the dollar amount of franchise tax paid by the registered business to the registration state, according to the business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxFinancialItem/ ItemAmount |
Franchise Tax Paid Date | The date on which the subject met its financial obligation to cover the taxes imposed by the jurisdiction. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxPaidDate |
Franchise Tax Payment Assessment Text | Text that describes the overall evaluation of the subject's compliance in meeting the tax obligation for taxes identified by Tax Type Text; e.g. Delinquent. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxPaymentAssessment/ PaymentAssessmentText |
Franchise Tax Status Date | The date on which the status of a registered business franchise tax obligations became effective according to the business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxPaymentAssessment/ AssessmentDate |
Judgment Award Amount | A monetary figure that is the total dollar amount awarded to all favored parties in the judgment. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ JudgmentAwardAmount |
Judgment Comment Date | The date by which the comment concerning the judgment was made. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ ContactEvent/ ContactDate |
Judgment Comment Source Business Name | Text recording the name of a business which is the source of a comment about a judgment. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ ContactEvent/ ContactOrganizationName |
Judgment Comment Source Individual Name | Text recording the name of the individual from whom a judgment comment was obtained. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ ContactEvent/ ContactName/ FullName |
Judgment Comment Source Job Title | Text recording the title of an individual who has made a comment to D&B. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ ContactEvent/ ContactPositionText |
Judgment Comment Type | Text recording a standardized explanation for a comment that was reported to D&B about this Judgment. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ ContactEvent/ ContactEventText/ TextTypeDescription |
Judgment Creditor Business AGN | An automatically generated number (AGN) used by D&B to identify the judgment creditor organization. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerSubjectID |
Judgment Creditor Country Code | A country where a judgment creditor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Judgment Creditor D-U-N-S Number | The D-U-N-S Number of the creditor in a judgment. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerDUNSNumber |
Judgment Creditor Filing Name | Text recording the name of the judgment creditor, as stated in the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerName |
Judgment Creditor Headquarter D-U-N-S Number | D-U-N-S Number of the headquarter location of the judgment creditor. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLinkage/ HeadquartersOrganization/ DUNSNumber |
Judgment Creditor Postal Code | An identifier used by the local country Postal Authority to identify where the judgment creditor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ PostalCode |
Judgment Creditor Street Address | Text recording the address number, or post office box number, and street name of the judgment creditor, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ StreetAddressLine/ LineText |
Judgment Creditor Territory (Outside US) Name | Text recording the state, county or province outside of the U.S. where a judgment creditor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Judgment Creditor Territory Abbreviated Name | Text recording the U.S. state abbreviated name where the judgment creditor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Judgment Creditor Town Name | Text recording the name of a city, town, township, village, borough, etc. where the judgment creditor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Judgment Date Last Updated | The date on which data was last updated for the judgment or any of its dependent data. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ LastUpdateDate |
Judgment Debtor Business AGN | An automatically generated number (AGN) used by D&B to identify the judgment debtor organization. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerSubjectID |
Judgment Debtor Country Code | A country where a judgment debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Judgment Debtor D-U-N-S Number | The D-U-N-S Number of the debtor in a judgment. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerDUNSNumber |
Judgment Debtor Filing Name | Text recording the name of the judgment debtor, as stated in the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerName |
Judgment Debtor Headquarter D-U-N-S Number | D-U-N-S Number of the headquarter location of the judgment debtor. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLinkage/ HeadquartersOrganization/ DUNSNumber |
Judgment Debtor Owed Amount | A monetary figure that is the total amount of all obligations owed by the debtor to the creditor(s) in a judgment. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ NonPaymentAmount |
Judgment Debtor Postal Code | An identifier used by the local country Postal Authority to identify where the judgment debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ PostalCode |
Judgment Debtor Street Address | Text recording the address number, or post office box number, and street name of the judgment debtor, as stated on the filing document PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ StreetAddressLine/ LineText |
Judgment Debtor Territory (Outside US) Name | Text recording the state, county or province outside of the U.S. where a judgment debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Judgment Debtor Territory Abbreviated Name | Text recording the U.S. state abbreviated name where the judgment debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Judgment Debtor Town Name | Text recording the name of a city, town, township, village, borough, etc. where the judgment debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Judgment Filing Date | The date by which a judgment was recorded by the filing office or court. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingDate |
Judgment Filing Number | The identifier assigned by the court to the judgment When the filing number represents the combination of two components, such as a book and page reference, the components are separated by a "@" in the filing number attribute. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ CourtAssignedNumber |
Judgment Filing Number Descriptor | Text that describes the type of recording medium from which the judgment was obtained (e.g., book, page, docket number). PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingMediumDescription |
Judgment Filing Office AGN | An automatically generated number (AGN) used by D&B to identify the office where the judgment was file. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingOfficeSubjectID |
Judgment Filing Office County Name | Text recording the name of the county in which the filing office or court, where the judgment was filed, is located. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingOfficeAddress/ CountyOfficialName |
Judgment Filing Office D-U-N-S Number | The D-U-N-S Number of the office where the judgment was filed PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingOfficeDUNSNumber |
Judgment Filing Office Name | Text recording the name of the filing office or court which recorded the judgment. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingOfficeName |
Judgment Filing Office Postal Code | An identifier used by the local country Postal Authority to identify the postal code of the location of the court or filing office in which the judgment was filed. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingOfficeAddress/ PostalCode |
Judgment Filing Office Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the court which recorded the judgment is physically located. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingOfficeAddress/ TerritoryAbbreviatedName |
Judgment Filing Office Town Name | Text recording the name of a city, town, township, village, borough, etc. where the filing office or court which recorded the judgment is located. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingOfficeAddress/ PrimaryTownName |
Judgment Filing Status Date | The effective date of the judgment status as reported by the filing office. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingStatusDate |
Judgment Filing Status Text | Text recording the most recent situation for the judgment, e.g., pending, unsatisfied. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingStatusText |
Judgment Filing Type | The type of judgment that has been filed. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ FilingTypeText |
Judgment Obligation Amount | A monetary figure that is the amount of a single monetary obligation for which all of the debtors in a judgment must make restitution. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RemedyFiled/ RemedyAmount |
Judgment Obligation Description | A text description for the reason why the judgment debtor must make restitution. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RemedyFiled/ RemedyDescription |
Judgment Received Date | The date by which the judgment data was received by D&B. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ ReceivedDate |
Judgment Suit Court D-U-N-S Number | The D-U-N-S Number assigned to the court where the original suit was filed, and for which the judgment was delivered. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ RolePlayer/ RolePlayerDUNSNumber |
Judgment Suit Filing Number | The identifier assigned by the court to the original suit for which the judgment was delivered. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ CourtAssignedNumber |
Judgment Verified Date | The date by which the comment concerning the judgment was made. PCM XPath: //Organization/ Events/ LegalEvents/ JudgmentInformation/ Judgment/ VerifiedDate |
Last Update Date | The date when the record was last updated in D&B's system. PCM XPath: //Organization/ SubjectHeader/ LastUpdateDate |
Lien Collateral Description | Describes a type of collateral item. Used when collateral code indicates "other" (i.e., the collateral codes does not appear on the Collateral Table). PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ CollateralDetail/ CollateralTypeDescription |
Lien Collateral Post-qualifier | A further clarification of the scope of the collateral associated with a lien (e.g., "and proceeds", "and products", "proceeds and products"). PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ CollateralDetail/ CollateralSupplementalItemTypeText |
Lien Collateral Pre-qualifier | Text that specifies the operator that may be used as the basis of data comparisons between two values relating to lien collateral e.g. greater than; less than; equal to. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ CollateralDetail/ CollateralClassText |
Lien Comment Date | The date on which the comment concerning the lien was made. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ ContactEvent/ ContactDate |
Lien Comment Source Business Name | Text recording the name of a business which is the source of a comment about a lien. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ ContactEvent/ ContactOrganizationName |
Lien Comment Source Individual Name | Text recording the name of the individual from whom a lien comment was obtained. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ ContactEvent/ ContactName/ FullName |
Lien Comment Source Job Title | Text recording the title of an individual who has made a comment to D&B. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ ContactEvent/ ContactPositionText |
Lien Comment Type | Text recording a standardized explanation for a comment that was reported to D&B about this Lien. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ ContactEvent/ ContactEventText/ TextTypeDescription |
Lien Court Assigned Number | An identifier assigned by the filing office to a lien when the filing number represents the combination of two components, such as a book and page reference, the components are separated by a "@" in the filing number attribute. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ CourtAssignedNumber |
Lien Date Last Updated | The date on which data was last updated for the lien or any of its dependent data. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ LastUpdateDate |
Lien Debtor Business AGN | An automatically generated number (AGN) used by D&B to identify the lien debtor organization. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerSubjectID |
Lien Debtor Business Name | Text recording the name of the lien debtor, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerName |
Lien Debtor Country Code | A country where a lien debtor is located, as stated on the filing document PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Lien Debtor D-U-N-S Number | The D-U-N-S Number of the lien debtor. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerDUNSNumber |
Lien Debtor Filing FEIN | The unique number assigned to a lien debtor by the U.S. federal government for identification and tax collection purposes. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ FilingEmployerIdentificationNumberDetail/ OrganizationIdentificationNumber |
Lien Debtor Headquarter D-U-N-S Number | The D-U-N-S Number of the headquarter location of the debtor. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLinkage/ HeadquartersOrganization/ DUNSNumber |
Lien Debtor Postal Code | An identifier used by the local country Postal Authority to identify the location of the lien debtor, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ PostalCode |
Lien Debtor Territory (Outside US) Name | Text recording the state, county or province outside of the U.S. where a lien debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Lien Debtor Territory Abbreviated Name | Text recording the U.S. state abbreviated name where a lien debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Lien Debtor Town Name | Text recording the name of a city, town, township, village, borough, etc. where a lien debtor is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Lien Filing Amount | A monetary figure that is the amount of the lien filed. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingAmount |
Lien Filing Date | The date by which the lien was filed with the recording office. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingDate |
Lien Filing Description Text | Text that describes the type of lien filed. Used when LIEN TYPE represents "other". PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingDescriptionText |
Lien Filing Number Descriptor | Text that describes the type of recording medium from which the lien was obtained (e.g., book, page, docket number). PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingMediumDescription |
Lien Filing Office AGN | An automatically generated number (AGN) used by D&B to identify the filing office that recorded the lien. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingOfficeSubjectID |
Lien Filing Office Business Name | Text recording the name of the filing office or court which recorded the lien. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingOfficeName |
Lien Filing Office County Name | Text recording the name of the county in which the filing office or court, where the lien was filed, is located. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingOfficeAddress/ CountyOfficialName |
Lien Filing Office D-U-N-S Number | The D-U-N-S Number of the filing office which recorded the lien. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingOfficeDUNSNumber |
Lien Filing Office Postal Code | An identifier used by the local country Postal Authority to identify the location of the lien filing office. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingOfficeAddress/ PostalCode |
Lien Filing Office Street Address | Text recording the address number, or post office box number, and street name where the filing office or court which recorded the lien is located. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingOfficeAddress/ StreetAddressLine/ LineText |
Lien Filing Office Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the recording office or court with which the lien was filed. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingOfficeAddress/ TerritoryAbbreviatedName |
Lien Filing Office Town Name | Text recording the name of the city where the filing office or court which recorded the lien is located. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingOfficeAddress/ PrimaryTownName |
Lien Filing Status Date | The date on which the status of the lien became effective as per the filing office. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingStatusDate |
Lien Filing Status Text | Text recording the level of progress on the lien. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ FilingStatusText |
Lien Received Date | The date by which lien data was received by D&B. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ ReceivedDate |
Lien Verified Date | The date by which the comment concerning the lien was made. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ VerifiedDate |
Lienholder Business AGN | An automatically generated number (AGN) used by D&B to identify the lienholder organization. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerSubjectID |
Lienholder Business Name | Text recording the name of the lienholder, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerName |
Lienholder Country Code | A country where a lienholder is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ CountryISOAlpha2Code |
Lienholder D-U-N-S Number | The D-U-N-S Number of the lienholder. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerDUNSNumber |
Lienholder Headquarter D-U-N-S Number | The D-U-N-S Number of the headquarter location of the lienholder. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLinkage/ HeadquartersOrganization/ DUNSNumber |
Lienholder Postal Code | An identifier used by the local country Postal Authority to identify the location where the lienholder is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ PostalCode |
Lienholder Territory (Outside US) Name | Text recording the state, county or province outside of the U.S. where a lienholder is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Lienholder Territory Abbreviated Name | Text recording the U.S. state abbreviated name where the lienholder is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Lienholder Town Name | Text recording the name of a city, town, township, village, borough, etc. where the lienholder is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Paid In Capital | A monetary figure that is the dollar amount of capital paid in to a business - has a corresponding "as of" date. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalAmount |
Paid In Capital Date | The date by which the amount of paid in capital was stated by the registered business. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ StartDate |
Perpetual Registration Indicator | When 'true' indicates that the business is allowed by its registration to conduct operations indefinitely. When 'false' indicates that the business is not allowed by its registration to conduct operations indefinitely. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ PerpetualBusinessOperationIndicator |
Preferred Stock Capital Amount | The total dollar value of shares of Preferred stock that a business is authorized to sell - may be derived by multiplying quantity of shares by the share par value. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockAmount |
Preferred Stock Class | Text that describes the class of preferred stock authorized for sale by a business. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockSubTypeText |
Preferred Stock Convertible Indicator | When 'true' indicates that the Preferred Stock shares can be switched to another stock type. When 'false' indicates that the Preferred Stock shares cannot be switched to another stock type. When NULL it indicates ability to convert stock type is not known. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ StockTypeConvertibleIndicator |
Preferred Stock Par Value | A monetary figure that is the per share dollar value of preferred stock. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockParValueAmount |
Preferred Stock Par Value Indicator | Indicates whether or not the preferred stock has a par value. NOTE: If value of this attribute is "N", then "No par value for share" is indicated. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ CapitalStockParValueIndicator |
Preferred Stock Voting Rights Indicator | Indicates whether or not the preferred stock gives the stockholder the right to vote in the affairs of the business which issued the stock. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ ShareCapitalDetails/ CapitalStockDetails/ VotingRightsIndicator |
Public Filing Disclaimer Text | Text that records static statement regarding the Public Filing information D&B is providing in a product. PCM XPath: //Organization/ Events/ PublicFilingHeader/ DisclaimerText |
Registration Agent Appointed Date | The date by which the agent for the registered business was appointed as agent, according to the business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingRolePlayerDetails/ RolePlayerStartDate |
Registration Agent Business Name | Text recording the name of the business or individual acting as agent for a business, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingRolePlayerDetails/ RolePlayerName |
Registration Agent Postal Code | An identifier used by the local country Postal Authority to identify the postal code of where an agent of a business is physically located, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingRolePlayerDetails/ RolePlayerLocation/ PrimaryAddress/ PostalCode |
Registration Agent Status Indicator | When 'true' indicates that the agent is actively engaged in activities regarding the filing as recorded in the document filed with the registry or similar body. When 'false' indicates that the agent is no longer engaged in activities regarding the filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingRolePlayerDetails/ RolePlayerActiveIndicator |
Registration Agent Street Address | Text recording the mailing street address components as it would be presented on an address label where the agent of a business is physically located, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingRolePlayerDetails/ RolePlayerLocation/ PrimaryAddress/ StreetAddressLine/ LineText |
Registration Agent Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the agent of a business is physically located, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingRolePlayerDetails/ RolePlayerLocation/ PrimaryAddress/ TerritoryAbbreviatedName |
Registration Agent Town Name | Text recording the name of a city, town, township, village, borough, etc. where the agent of a business is physically located, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingRolePlayerDetails/ RolePlayerLocation/ PrimaryAddress/ PrimaryTownName |
Registration Amendment Date | The date on which the amendment to the registration became effective. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ DocumentDate |
Registration Amendment Detail | Text recording additional information on the amendment that was made to the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingDetailText |
Registration Amendment Filing Reason | Text recording the reason for which an amendment was made to the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingReasonText |
Registration Corporation Type | The type of corporation which a business has registered as, as stated in the business registration (e.g. "profit", "state chartered"). PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ CharterTypeText |
Registration Country | Text recording the name of the country where a business, or one of its officers, is located, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ PrimaryAddress/ CountryOfficialName |
Registration Date Last Updated | The date on which data was last updated for the Registration or any of its dependent data. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ LastUpdateDate |
Registration Date Received | The date by which the registration data was received by D&B. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingReportedDate |
Registration Expiration Date | The date on which the business must re-register with the registration office to continue its operations as a business. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingExpirationDetails/ ExpirationDate |
Registration Filing Date | The date on which the business registration was filed. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ DocumentDate |
Registration Filing Office AGN | An automatically generated number (AGN) used by D&B to identify the registration filing office. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOfficeDetails/ FilingOfficeSubjectID |
Registration Filing Office County Name | Text recording the name of the county where the filing office which recorded the business registration is located. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOfficeDetails/ FilingOfficeAddress/ CountyAbbreviatedName |
Registration Filing Office D-U-N-S Number | 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). This DUNS Number represents the Registration Filing Office. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOfficeDetails/ FilingOfficeDUNSNumber |
Registration Filing Office Name | Text recording the name of the filing office which recorded the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOfficeDetails/ FilingOfficeName |
Registration Filing Office Postal Code | An identifier used by the local country Postal Authority to identify where the filing office which recorded the business registration is located. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOfficeDetails/ FilingOfficeAddress/ PostalCode |
Registration Filing Office Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the filing office which recorded the business registration is located. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOfficeDetails/ FilingOfficeAddress/ TerritoryAbbreviatedName |
Registration Filing Office Town Name | Text recording the name of the city where the filing office which recorded the business registration is located. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOfficeDetails/ FilingOfficeAddress/ PrimaryTownName |
Registration Fiscal Period End Date | The financial year end date for the subject as specified in the filed document. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FiscalPeriodEndDate |
Registration Identification Number | The identification number assigned to the registered business by the registration authority according to the business registration filing PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationIdentificationNumberDetails/ OrganizationIdentificationNumber |
Registration Incorporated Country | Text recording the name of the country where a business is incorporated, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ IncorporatedCountryName |
Registration Incorporated Date | The date by which the registered business was incorporated, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ IncorporatedDate |
Registration Incorporated Territory (Outside US) Name | Text recording the state, county, province, or other political subdivision, outside of the United States, where a business is incorporated, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ IncorporatedTerritoryName |
Registration Incorporated Territory Name | Text recording the name of the locally governed area which forms part of a centrally governed nation to identify where the business has incorporated, as stated in a business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ IncorporatedTerritoryName |
Registration Mailing Address Country Name | The country in which a business or one of its officers is located according to its business registration for mailing purposes. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ MailingAddress/ CountryOfficialName |
Registration Mailing Address Postal Code | The postal code assigned to the zone where a business, or one of its officers, is located, as stated in its business registration for mailing purposes. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ MailingAddress/ PostalCode |
Registration Mailing Address Street | The address number, or post office box number, and street name where a business, or one of its officers, is located, as stated in its business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ MailingAddress/ StreetAddressLine/ LineText |
Registration Mailing Address Territory (Outside US) Name | Text recording the state, county or province outside of the US where a business, or one of its officers, is located, as stated in its business registration for mailing purposes. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ MailingAddress/ TerritoryName |
Registration Mailing Address Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where a business, or one of its officers, is located, as stated in the business registration for mailing purposes. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ MailingAddress/ TerritoryAbbreviatedName |
Registration Miscellaneous Details | Text recording the miscellaneous details regarding a registered business which are collected from the place of registration (e.g. Microfilm roll and frame numbers for financial statements, parent company names and percentages of ownership, subsidiary name). PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingDetailText |
Registration Officers Filing Number | DocumentFilingDetails.FilingPrincipalDetails.FilingReferenceNumber PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingPrincipalDetails/ FilingReferenceNumber |
Registration Other Organization | Other name of a business as stated on a business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationName/ OrganizationNameUnknownTypeName/ OrganizationName |
Registration Postal Code | An identifier used by the local country Postal Authority to identify the location of a business, or one of its officers, is located, as stated in its business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ PrimaryAddress/ PostalCode |
Registration Primary Name | Text recording primary name of a business as stated on a business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationName/ OrganizationPrimaryName/ OrganizationName |
Registration Principal Country Name | Text recording the country in which a principal in a business is located, as stated in its business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingPrincipalDetails/ PrincipalLocation/ PrimaryAddress/ CountryOfficialName |
Registration Principal Job Title | Text recording the title of an individual who is named as a principal of a business, as stated on a business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingPrincipalDetails/ Position/ PositionText |
Registration Principal Postal Code | An identifier used by the local country Postal Authority to identify the location where a principal of a business is located, as stated in its business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingPrincipalDetails/ PrincipalLocation/ PrimaryAddress/ PostalCode |
Registration Principal Territory (Outside US) Name | Text recording the state, county or province outside of the US where a principal of a business is located, as stated in its business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingPrincipalDetails/ PrincipalLocation/ PrimaryAddress/ TerritoryName |
Registration Principal Territory Abbreviated Name | Text recording the name of the locally governed area which forms part of a centrally governed nation to identify where the principal of a business is located, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingPrincipalDetails/ PrincipalLocation/ PrimaryAddress/ TerritoryAbbreviatedName |
Registration Principal Town Name | Text recording the name of a city, town, township, village, borough, etc. where a principal of a business is located, as stated in its business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingPrincipalDetails/ PrincipalLocation/ PrimaryAddress/ PrimaryTownName |
Registration Renewal Date | The date on which a primary name used by a business was renewed for use by a business. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationName/ OrganizationPrimaryName/ RenewalDate |
Registration Report Delinquent Date | The date on which a notice was issued by the registration authority to the registered business to advise that business that they were delinquent in filing their annual report. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingDelinquencyNotificationDate |
Registration SIC Code | The U.S. Standard Industry Classification code which represents the primary business activity of the registered business, as stated in the filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ IndustryCode/ IndustryCode |
Registration Status | The current status of a business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingStatusDetail/ FilingStatusText |
Registration Status Date | The date by which the current registration status became effective according to the Secretary of State. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingStatusDetail/ FilingStatusDate |
Registration Stop Distribution Indicator | When 'true' indicates that D&B should not fabricate or supply Filing Details in products and services. When 'false' indicates that D&B can fabricate or supply Filing Details in products and services. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ StopDistributionIndicator |
Registration Street Address | Text recording the address number, or post office box number, and street name where a business, or one of its officers, is located, as stated in its business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ PrimaryAddress/ StreetAddressLine/ LineText |
Registration Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where a business, or one of its officers, is located, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ PrimaryAddress/ TerritoryName |
Registration Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where a business, or one of its officers, is located, as stated in the business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ PrimaryAddress/ TerritoryAbbreviatedName |
Registration Town Name | Text recording the name of a city, town, township, village, borough, etc. where a business, or one of its officers, is located, as stated in its business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationLocation/ PrimaryAddress/ PrimaryTownName |
Registration Trade Style Name | Text recording the trade name of a business as stated on a business registration. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationName/ TradeStyleName/ OrganizationName |
Registration Trade Style Name Renewal Date | The date on which a trade name used by a business was renewed for use by a business. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingOrganizationName/ TradeStyleName/ RenewalDate |
Registration Verified Date | The date on which the reported content of the registration was verified by D&B. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ FilingVerifiedDate |
Suit Amount | The total dollar amount of relief sought by all of the plaintiff(s) in the suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingAmount |
Suit Amount Pre-qualifier | Text that specifies the operator that may be used as the basis of data comparisons between two values relating to a suit amount e.g. greater than; less than; equal to. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ NonPaymentAmountComparisonOperatorText |
Suit Amount Requested | A monetary figure that is the total amount of relief sought by a specific plaintiff from all of the defendants in a suit. Can repeat up to two times. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ NonPaymentAmount |
Suit Cause of Action Description | Text that describes the type of wrongdoing charged against a defendant in a civil suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ LegalEventReason/ LegalEventReasonDescription |
Suit Comment Date | The date on which the comment concerning the suit was made PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ ContactEvent/ ContactDate |
Suit Comment Source Business Name | Text recording the name of a business which is the source of a comment about a suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ ContactEvent/ ContactOrganizationName |
Suit Comment Source Job Title | Text recording the title of an individual who has made a comment to D&B. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ ContactEvent/ ContactPositionText |
Suit Comment Type | Text recording a standardized explanation for a comment that was reported to D&B about this Suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ ContactEvent/ ContactEventText/ TextTypeDescription |
Suit Date Last Updated | The date on which data was last updated for the suit or any of its dependent data. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ LastUpdateDate |
Suit Defendant Attorney Firm Country Name | Text recording the name of the country where a law firm which is representing a defendant in a civil suit is located PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ CountryOfficialName |
Suit Defendant Attorney Firm Name | Text recording the name of the law firm which is representing a defendant in a civil suit PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerEmployerName |
Suit Defendant Attorney Firm Postal code | An identifier used by the local country Postal Authority to identify where a law firm which is representing a defendant in a civil suit is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PostalCode |
Suit Defendant Attorney Firm Street Address | The address number, or post office box number, and street name where the law firm representing a defendant in a civil suit is located PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ StreetAddressLine/ LineText |
Suit Defendant Attorney Firm Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where a law firm which is representing a defendant in a civil suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Suit Defendant Attorney Firm Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the where a law firm which is representing a defendant in a civil suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Suit Defendant Attorney Firm Town Name | Text recording the name of a city, town, township, village, borough, etc. where the law firm representing a defendant in a civil suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Suit Defendant Attorney Name | Text recording the name of the individual attorney who is lead counsel for the defendant in a civil suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerName |
Suit Defendant Country Name | Text recording the name of the country where a suit defendant is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ CountryOfficialName |
Suit Defendant Country Name | Text recording the name of the country where a suit defendant is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ CountryOfficialName |
Suit Defendant Cross Claim Amount | A monetary figure that is the amount of the cross claim filed by the defendant in response to the suit which named the party as a defendant. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerEventResult/ SubsequentEventNonPaymentAmount |
Suit Defendant Cross Claim Filed Yes or No | Indicates whether the defendant filed a cross claim (i.e. countersuit) in a response to the suit which named the party as a defendant PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerEventResult/ EventResultText |
Suit Defendant Filing Name | Text recording the name of the civil suit defendant in the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerName |
Suit Defendant Headquarter D-U-N-S Number | The D-U-N-S Number of the headquarter entity of the defendant in a suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLinkage/ HeadquartersOrganization/ DUNSNumber |
Suit Defendant Postal Code | An identifier used by the local country Postal Authority to identify the location where the suit defendant is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PostalCode |
Suit Defendant Street Address | The address number, or post office box number and street name of the suit defendant as stated on the filing document PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ StreetAddressLine/ LineText |
Suit Defendant Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where a suit defendant is located, as stated on the filing document PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Suit Defendant Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where a suit defendant is located, as stated on the filing document PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Suit Defendant Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the where the suit defendant is located PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Suit Defendant Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the where the suit defendant is located PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Suit Defendant Town Name | Text recording the name of a city, town, township, village, borough, etc. where the defendant in a suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Suit Defendant Town Name | Text recording the name of a city, town, township, village, borough, etc. where the defendant in a suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Suit Filing Date | The date by which the suit was filed in the filing court. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingDate |
Suit Filing Number | The identifier assigned by the court to the suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ CourtAssignedNumber |
Suit Filing Number Descriptor | Text that describes the type of recording medium from which the suit was obtained (e.g., book, page, docket number). PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingMediumDescription |
Suit Filing Office AGN | An automatically generated number (AGN) used by D&B to identify the filing office that recorded the suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingOfficeSubjectID |
Suit Filing Office County Name | Text recording the name of the county in which the filing office or court, where the suit was filed is located PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingOfficeAddress/ CountyAbbreviatedName |
Suit Filing Office D-U-N-S Number | The D-U-N-S Number of the filing office which recorded the suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingOfficeDUNSNumber |
Suit Filing Office Name | Text recording the name of the government agency in which the suit filing was recorded. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingOfficeName |
Suit Filing Office Postal Code | An identifier used by the local country Postal Authority to identify the location of the suit filing office. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingOfficeAddress/ PostalCode |
Suit Filing Office Territory Abbreviated Name | Text recording the abbreviated name of the locally governed area which forms part of a centrally governed nation to identify where the filing office or court which recorded the suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingOfficeAddress/ TerritoryAbbreviatedName |
Suit Filing Office Town Name | Text recording the name of a city, town, township, village, borough, etc. where the filing office or court which recorded the suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingOfficeAddress/ PrimaryTownName |
Suit Judge Name | Text recording the name of the judge who will hear the suit during the trial proceeding. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerName |
Suit Plaintiff Amount Pre-qualifier | Text that specifies the operator that may be used as the basis of data comparisons between two values relating to a suit plaintiff amount e.g. greater than; less than; equal to. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ NonPaymentAmountComparisonOperatorText |
Suit Plaintiff Amount Requested | The total amount of monetary relief sought by a specific plaintiff from all of the defendants in a suit PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ NonPaymentAmount |
Suit Plaintiff Attorney Firm Country Name | Text recording the name of the country where a law firm which is representing the plaintiff in a civil suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ CountryOfficialName |
Suit Plaintiff Attorney Firm Name | Text recording the name of the law firm which is representing a plaintiff in a civil suit PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerEmployerName |
Suit Plaintiff Attorney Firm Postal Code | An identifier used by the local country Postal Authority to identify where the suit plaintiff attorney is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PostalCode |
Suit Plaintiff Attorney Firm Street Address | The address number, or post office box number, and street name where the law firm representing a plaintiff in a civil suit is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ StreetAddressLine/ LineText |
Suit Plaintiff Attorney Firm Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where the plaintiff attorney firm is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Suit Plaintiff Attorney Firm Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where the where a law firm which is representing the plaintiff in a civil suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Suit Plaintiff Attorney Firm Town Name | Text recording the name of a city, town, township, village, borough, etc. where the law firm representing a plaintiff in a civil suit is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Suit Plaintiff Attorney Name | Text recording the name of the individual attorney who is lead counsel for the plaintiff in a civil suit. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerName |
Suit Plaintiff Country Name | Text recording the name of the country where a suit plaintiff is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ CountryOfficialName |
Suit Plaintiff Filing Name | Text recording the name of the civil suit plaintiff in the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerName |
Suit Plaintiff Headquarter D-U-N-S Number | D-U-N-S Number of the headquarter location of the suit plaintiff. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLinkage/ HeadquartersOrganization/ DUNSNumber |
Suit Plaintiff Postal Code | An identifier used by the local country Postal Authority to identify where the suit plaintiff is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PostalCode |
Suit Plaintiff Remedy Amount | A monetary figure that is the dollar amount of a single remedy sought by a specific plaintiff in suit from the defendants. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RemedyFiled/ RemedyAmount |
Suit Plaintiff Remedy Amount Pre-qualifier | Text that specifies the operator that may be used as the basis of data comparisons between two values relating to a suit plaintiff remedy amount e.g. greater than; less than; equal to. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RemedyFiled/ ComparisonOperatorText |
Suit Plaintiff Remedy Description | A description of a remedy sought by a specific plaintiff in a suit from the suit defendant(s). Used when code represents "OTHER" PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RemedyFiled/ RemedyDescription |
Suit Plaintiff Remedy Type | A code which indicates a remedy sought by a specific plaintiff in a suit from the suit defendant(s) PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RemedyFiled/ RemedyTypeText |
Suit Plaintiff Street Address | The address number, or post office box number, and street name of the suit plaintiff, as stated on the filing document PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ StreetAddressLine/ LineText |
Suit Plaintiff Territory (Outside US) Name | Text recording the state, county, or province outside of the U.S. to identify where the suit plaintiff is located, as stated on the filing document. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryName |
Suit Plaintiff Territory Abbreviated Name | Text recording the shortened name of the locally governed area which forms part of a centrally governed nation to identify where suit plaintiff is located. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ TerritoryAbbreviatedName |
Suit Plaintiff Town Name | Text recording the name of a city, town, township, village, borough, etc. where the suit plaintiff is located, as stated on the filing document PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RolePlayerLocation/ PrimaryTownName |
Suit Received Date | The date on which the suit data was received. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ ReceivedDate |
Suit Remedy Amount | A monetary figure that is the dollar amount of a single remedy sought by a specific plaintiff in suit from the defendants. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RemedyFiled/ RemedyAmount |
Suit Remedy Amount Pre-qualifier | Text that specifies the operator that may be used as the basis of data comparisons between two values relating to a suit remedy amount e.g. greater than; less than; equal to. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RemedyFiled/ ComparisonOperatorText |
Suit Remedy Description | A description of a remedy sought by a specific plaintiff in a suit from the suit defendant(s). Used when code represents "OTHER" PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RemedyFiled/ RemedyDescription |
Suit Remedy Type | A code which indicates a remedy sought by a specific plaintiff in a suit from the suit defendant(s) PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ RolePlayer/ RemedyFiled/ RemedyTypeText |
Suit Status | The level of progress achieved on a suit as provided in the Value Table "Suit Status Table" PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingStatusText |
Suit Status Date | The date on which the status of the suit became effective as per the filing office PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ FilingStatusDate |
Suit Trial Set Date | The date for which the trial proceeding to hear the suit was set to begin by the court PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ LegalHearingDate |
Suit Trial Started Date | The date by which the trial proceeding to hear the suit actually commenced. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ ActualLegalHearingDate |
Suit Verification Date | The date on which the reported content of the suit was verified by D&B. PCM XPath: //Organization/ Events/ LegalEvents/ SuitInformation/ Suit/ VerifiedDate |
Tax Balance | A monetary figure that the dollar amount of franchise tax still owing by the registered business to the registration state, according to the business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxFinancialItem/ ItemAmount |
Tax Capital | A monetary figure that is the dollar amount of franchise tax capital of the registered business according to the business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxFinancialItem/ ItemAmount |
Tax Factor | The rate by which the tax identified by the tax type code is calculated. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxPercentage |
Tax Lien Lienholder Government Level | A code assigned by Dun & Bradstreet to classify the level of government of the lienholder (e.g., state, federal). PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLegalJurisdictionText |
Tax Lien Lienholder Government Level Description | Text that describes the level of government at which a tax lienholder operates. Used when LIENHOLDER GOVERNMENT LEVEL CODE represents "other". PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerLegalJurisdictionDescription |
Tax Lien Lienholder Serial Number | The identifying number for a tax lien filing assigned by the lienholder (e.g., assigned by the Internal Revenue Service or by a state tax authority). PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ RolePlayer/ RolePlayerAssignedReferenceText |
Tax Lien Reason Amount | A monetary figure that is the dollar amount of a portion of a tax lien which corresponds to a specific reason why the lien was filed. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ LegalEventReason/ NonPaymentAmount |
Tax Lien Reason Description | Text that describes the reason why a tax lien was filed. PCM XPath: //Organization/ Events/ LegalEvents/ LienInformation/ Lien/ LegalEventReason/ LegalEventReasonDescription |
Tax Paid | A monetary figure that is the amount of franchise tax paid by the registered business to the registration state, according to the business registration filing. PCM XPath: //Organization/ RegisteredDetail/ DocumentFilingDetails/ TaxDetail/ TaxFinancialItem/ ItemAmount |
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.
Product Notes
The information included in this product is consistent with the D&B Public Records Business Name Report.
The Public Record Filing Name Search feature may be used to obtain counts of available filings for an organization prior to requesting this product.