Cookies Settings

Loading

dnb-logo
Direct 2.0
Collapse

Full Catalog

This feature returns a list of entitled products, and, if requested, the fields within each that may be included in the Data Layer/Field Monitoring process. There is no usage fee for this D&B Direct feature, and all customers are entitled to utilize it.

Update History

  • July 15, 2016 (v2.3 SOAP & REST): New multi-condition values, ValueBecomesNULL and ValueBecomesNOTNULL have been added.

Feature Request

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

Overview

When implementing this D&B Direct feature,

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 particular feature does not require entitlement for production and trial usage for D&B Direct 2.0 customers.

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

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

Specification

Sample Request
https://direct.dnb.com/V2.3/productcatalog?ApplicationTransactionID=Test123&DNBProductID-9=VIAB_RAT&DNBProductID-7=PPR_CCS_V9&ReturnMonitorableElementsIndicator=true&DNBProductID-8=SER&DNBProductID-5=DCP_ALT_STD&DNBProductID-6=DCP_ENH&CountryISOAlpha2Code-1=US&DNBProductID-3=TLP&DNBProductID-4=PIAP_ENH&DNBProductID-11=FIN_ST_PLUS&DNBProductID-1=PBPR_STD&ReturnOnlyMonitorableProductsIndicator=false&DNBProductID-10=PBPR_ENH&DNBProductID-2=PIAP_STD
Authorization: <MyToken>

Input parameters that include a "-n" designation may be repeated on the request, using a sequence number. For example, for the parameter "example-n", create a request like https://{endpoint}?{other parameters}&example-1={value}&example-2={value} and so on. If a single instance of the parameter is used, it still requires a "-1" suffix.

Name Characteristics
{version} Element
ApplicationTransactionID string up to 64 chars., Optional

A number assigned by the calling application to uniquely identify this request.

TransactionTimestamp dateTime, Optional

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

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.

DNBProductID-n string up to 64 chars., Optional

An alphanumeric string that uniquely identifies this product provided by the customer.

CountryISOAlpha2Code-n 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 of the inquired subject.

ReturnMonitorableElementsIndicator boolean, Optional

When true (set to 1), it indicates that the response contains the monitorable elements along with the product. When false (set to 0), it indicates that the response will not contain monitorable elements.

ReturnOnlyMonitorableProductsIndicator boolean, Optional

When true (set to 1), it indicates that the response contains only monitorable products. When false (set to 0), it indicates that the response will contain both monitorable and non monitorable products.

CustomerReferenceText-n 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.

Endpoint

Use the following endpoint for requesting this feature. The {version} is dependent on the underlying service delivering the response.

Endpoint (ProductCatalog)
GET https://direct.dnb.com/V{version}/productcatalog

[SANDBOX]

Feature Response

NOTE: The D&B Direct REST implementation uses the BadgerFish approach for JSON with some minor variations.

Specification

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

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

Sample Response
{
    "GetProductCatalogResponse": {
        "@ServiceVersionNumber": "2.3",
        "TransactionDetail": {
            "ApplicationTransactionID": "Test123",
            "ServiceTransactionID": "Id-83048d571ec20a00738842004b4b7119-1",
            "TransactionTimestamp": "2016-07-18T12:32:05.302-04:00"
        },
        "TransactionResult": {
            "SeverityText": "Information",
            "ResultID": "CM000",
            "ResultText": "Success"
        },
        "GetProductCatalogResponseDetail": {
            "ProductCatalog": [
                {
                    "DNBProductID": "PBPR_STD",
                    "DNBProductName": "Predictive Bankruptcy & Payment Risk - Standard",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "AssessmentSummaryText",
                                "PCMElementXPATHText": "//Organization/Assessment/AssessmentSummaryText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ClassScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "NationalPercentile",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/NationalPercentile",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidenceMaximumRangeRawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidenceMaximumRangeRawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidenceMinimumRangeRawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidenceMinimumRangeRawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidencePercentage",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidencePercentage",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommentaryText",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ScoreCommentary/CommentaryText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreDate",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ScoreDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreOverrideReasonText",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ScoreOverrideReason/ScoreOverrideReasonText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommercialCreditScoreNorms",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScoreNorms",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScore",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/ClassScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "NationalPercentile",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/NationalPercentile",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/RawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidencePercentage",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/RiskIncidencePercentage",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommentaryText",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/ScoreCommentary/CommentaryText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreDate",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/ScoreDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreOverrideReasonText",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/ScoreOverrideReason/ScoreOverrideReasonText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskScore",
                                "PCMElementXPATHText": "//Organization/Assessment/SupplierEvaluationRiskScore/RiskScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TotalFilingCount",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/DebarmentsInformation/DebarmentsSummary/TotalFilingCount",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "PIAP_STD",
                    "DNBProductName": "Payment Information & Paydex (Rating) - Detail - Standard",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "DNBStandardRating",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBStandardRating/DNBStandardRating",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "HistoryRatingText",
                                "PCMElementXPATHText": "//Organization/Assessment/HistoryRatingText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaydexScoreNorms",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/PaydexScoreNorms",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaydexScore",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/Purchaser/PaydexScoreHistory/ThreeMonthsPaydex/PaydexScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PurchaserDerivedData",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/Purchaser/PurchaserDerivedData",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialOrLegalOrSpecialEventsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/FinancialOrLegalOrSpecialEventsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SecuredFilingsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/FinancingEvents/SecuredFilingsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClaimsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/ClaimsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OtherSpecialEventsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/OtherSpecialEventsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DisasterSpecialEventsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/SignificantEvents/DisasterSpecialEventsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OperatingStatusText",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OperatingStatusText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "TLP",
                    "DNBProductName": "D&B Total Loss Predictor",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "PIAP_ENH",
                    "DNBProductName": "Payment Information & Paydex (Rating) - Detail - Enhanced",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "DNBStandardRating",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBStandardRating/DNBStandardRating",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "HistoryRatingText",
                                "PCMElementXPATHText": "//Organization/Assessment/HistoryRatingText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaydexScoreNorms",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/PaydexScoreNorms",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaydexScore",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/Purchaser/PaydexScoreHistory/ThreeMonthsPaydex/PaydexScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PurchaserDerivedData",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/Purchaser/PurchaserDerivedData",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialOrLegalOrSpecialEventsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/FinancialOrLegalOrSpecialEventsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SecuredFilingsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/FinancingEvents/SecuredFilingsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClaimsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/ClaimsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CriminalProceedingsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/CriminalProceedingsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialEmbarrassmentIndicator",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/FinancialEmbarrassmentIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OperationalSpecialEventsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/OperationalSpecialEventsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OtherSpecialEventsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/OtherSpecialEventsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DisasterSpecialEventsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/SignificantEvents/DisasterSpecialEventsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OperatingStatusText",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OperatingStatusText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RegisteredOrganizationStatusText",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/RegisteredOrganizationStatusText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "DCP_ALT_STD",
                    "DNBProductName": "Alternative Detailed Company Profile - Standard",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "ExportIndicator",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/ExportDetails/ExportIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ImportIndicator",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/ImportDetails/ImportIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "LineOfBusinessDetails",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/LineOfBusinessDetails",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AgentIndicator",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/SubjectIsAgentDetails/AgentIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "EmployeeBasisText",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/ConsolidatedEmployeeDetails/EmployeeCategoryDetails/EmployeeBasisText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ReliabilityText",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/ConsolidatedEmployeeDetails/ReliabilityText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TotalEmployeeQuantity",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/ConsolidatedEmployeeDetails/TotalEmployeeQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "EmployeeQuantityGrowthRate",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/EmployeeQuantityGrowthRate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ReliabilityText",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/IndividualEntityEmployeeDetails/ReliabilityText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TotalEmployeeQuantity",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/IndividualEntityEmployeeDetails/TotalEmployeeQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialStatement",
                                "PCMElementXPATHText": "//Organization/Financial/FinancialStatement",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SalesRevenueAmount",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/SalesRevenueAmount@UnitOfSize",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssetArticleQuantity",
                                "PCMElementXPATHText": "//Organization/FinancialAssetArticle/AssetArticleSummary/AssetArticleQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssetTypeText",
                                "PCMElementXPATHText": "//Organization/FinancialAssetArticle/AssetArticleSummary/AssetTypeText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "IndustryCode",
                                "PCMElementXPATHText": "//Organization/IndustryCode/IndustryCode@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/Linkage/HeadquartersOrganization/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ControlOwnershipDate",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/ControlOwnershipDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ControlOwnershipTypeText",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/ControlOwnershipTypeText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OperatingStatusText",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OperatingStatusText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationStartYear",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OrganizationStartYear",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/FormerOrganizationPrimaryName@RegisteredNameIndicator/OrganizationName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CurrentPrincipal",
                                "PCMElementXPATHText": "//Organization/PrincipalsAndManagement/CurrentPrincipal",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MostSeniorPrincipal",
                                "PCMElementXPATHText": "//Organization/PrincipalsAndManagement/MostSeniorPrincipal",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "IncorporationYear",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/IncorporationYear",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssignmentMethodText",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/AssignmentMethodText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FilingOrganizationName",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/FilingOrganizationName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationIdentificationNumber",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/OrganizationIdentificationNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RegistrationIssuerDUNSNumber",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/RegistrationIssuerDUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RegistrationIssuerName",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/RegistrationIssuerName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/RegistrationLocation/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StartDate",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/StartDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StockExchangeDetails",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/StockExchangeDetails",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "EightACertifiedBusinessIndicator",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/EightACertifiedBusinessIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "LaborSurplusAreaIndicator",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/LaborSurplusAreaIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MinorityOwnedIndicator",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/MinorityOwnedIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OwnershipEthnicity",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/OwnershipEthnicity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SmallBusinessIndicator",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/SmallBusinessIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "LastUpdateDate",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/LastUpdateDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MarketabilityIndicator",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/MarketabilityIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "NonMarketableReasonText",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/NonMarketableReasonText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationSummaryText",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/OrganizationSummaryText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TransferDUNSNumberRegistration",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/TransferDUNSNumberRegistration",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ThirdPartyAssessment",
                                "PCMElementXPATHText": "//Organization/ThirdPartyAssessment/ThirdPartyAssessment",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "DCP_ENH",
                    "DNBProductName": "Detailed Company Profile - Enhanced",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "ExportIndicator",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/ExportDetails/ExportIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ImportIndicator",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/ImportDetails/ImportIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "LineOfBusinessDetails",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/LineOfBusinessDetails",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OperationsText",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/OperationsText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AgentIndicator",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/SubjectIsAgentDetails/AgentIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MarketingRiskClassText",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/MarketingRiskClassText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "EmployeeBasisText",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/ConsolidatedEmployeeDetails/EmployeeCategoryDetails/EmployeeBasisText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ReliabilityText",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/ConsolidatedEmployeeDetails/ReliabilityText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TotalEmployeeQuantity",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/ConsolidatedEmployeeDetails/TotalEmployeeQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "EmployeeQuantityGrowthRate",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/EmployeeQuantityGrowthRate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ReliabilityText",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/IndividualEntityEmployeeDetails/ReliabilityText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TotalEmployeeQuantity",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/IndividualEntityEmployeeDetails/TotalEmployeeQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialStatement",
                                "PCMElementXPATHText": "//Organization/Financial/FinancialStatement",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "EmployeeQuantityGrowthRate",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/EmployeeQuantityGrowthRate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SalesRevenueAmount",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/SalesRevenueAmount@UnitOfSize",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialStatementToDate",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/StatementHeaderDetails/FinancialStatementToDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssetArticleQuantity",
                                "PCMElementXPATHText": "//Organization/FinancialAssetArticle/AssetArticleSummary/AssetArticleQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssetTypeText",
                                "PCMElementXPATHText": "//Organization/FinancialAssetArticle/AssetArticleSummary/AssetTypeText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "IndustryCode",
                                "PCMElementXPATHText": "//Organization/IndustryCode/IndustryCode@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/Linkage/DomesticUltimateOrganization/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/Linkage/GlobalUltimateOrganization/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/Linkage/HeadquartersOrganization/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "BoneyardOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/BoneyardOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ControlOwnershipDate",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/ControlOwnershipDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ControlOwnershipTypeText",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/ControlOwnershipTypeText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FranchiseOperationTypeText",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FranchiseOperationTypeText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OperatingStatusFreeFormComment",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OperatingStatusComment/OperatingStatusFreeFormComment",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OperatingStatusText",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OperatingStatusText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationStartYear",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OrganizationStartYear",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/FormerOrganizationPrimaryName@RegisteredNameIndicator/OrganizationName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName/OrganizationName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CurrentPrincipal",
                                "PCMElementXPATHText": "//Organization/PrincipalsAndManagement/CurrentPrincipal",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MostSeniorPrincipal",
                                "PCMElementXPATHText": "//Organization/PrincipalsAndManagement/MostSeniorPrincipal",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "IncorporationYear",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/IncorporationYear",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "LegalFormText",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/LegalFormDetails/LegalFormText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssignmentMethodText",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/AssignmentMethodText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FilingOrganizationName",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/FilingOrganizationName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationIdentificationNumber",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/OrganizationIdentificationNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationIdentificationNumber",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/OrganizationIdentificationNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PreferredOrganizationIdentificationNumberIndicator",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/PreferredOrganizationIdentificationNumberIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RegistrationIssuerDUNSNumber",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/RegistrationIssuerDUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RegistrationIssuerName",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/RegistrationIssuerName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/RegistrationLocation/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StartDate",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/OrganizationIdentificationNumberDetail@DNBCodeValue/StartDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StockExchangeDetails",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/StockExchangeDetails",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "LaborSurplusAreaIndicator",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/LaborSurplusAreaIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MinorityOwnedIndicator",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/MinorityOwnedIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OwnershipEthnicity",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/OwnershipEthnicity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SmallBusinessIndicator",
                                "PCMElementXPATHText": "//Organization/SocioEconomicIdentification/SmallBusinessIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "LastUpdateDate",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/LastUpdateDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MarketabilityIndicator",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/MarketabilityIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "NonMarketableReasonText",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/NonMarketableReasonText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationSummaryText",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/OrganizationSummaryText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TransferDUNSNumberRegistration",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/TransferDUNSNumberRegistration",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ThirdPartyAssessment",
                                "PCMElementXPATHText": "//Organization/ThirdPartyAssessment/ThirdPartyAssessment",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "PPR_CCS_V9",
                    "DNBProductName": "Predictive Payment Risk - D&B Commercial Credit Score (CCS) V9",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "LineOfBusinessDetails",
                                "PCMElementXPATHText": "//Organization/ActivitiesAndOperations/LineOfBusinessDetails",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ClassScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScoreDescription",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ClassScoreDescription",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "NationalPercentile",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/NationalPercentile",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidenceMaximumRangeRawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidenceMaximumRangeRawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidenceMinimumRangeRawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidenceMinimumRangeRawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidencePercentage",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidencePercentage",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreDate",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ScoreDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommercialCreditScoreNorms",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScoreNorms",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DisclaimerText",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/DisclaimerText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaydexScoreNorms",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/PaydexScoreNorms",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaydexScore",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/Purchaser/CurrentPaydexScore/TwelveMonthsPaydex/PaydexScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaymentBehaviorDaysQuantity",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/Purchaser/CurrentPaydexScore/TwelveMonthsPaydex/PaymentBehaviorDaysQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaymentBehaviorText",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/Purchaser/CurrentPaydexScore/TwelveMonthsPaydex/PaymentBehaviorText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PurchaserDerivedData",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/Purchaser/PurchaserDerivedData",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeDataUnavailabilityIndicator",
                                "PCMElementXPATHText": "//Organization/BusinessTrading/TradeDataUnavailabilityIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TotalEmployeeQuantity",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/ConsolidatedEmployeeDetails/TotalEmployeeQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TotalEmployeeQuantity",
                                "PCMElementXPATHText": "//Organization/EmployeeFigures/HeadquartersLocationEmployeeDetails/TotalEmployeeQuantity",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "BankruptcyIndicator",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/BankruptcyIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "JudgmentIndicator",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/JudgmentIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "LiensIndicator",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/LiensIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SuitsIndicator",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/SuitsIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DisclaimerText",
                                "PCMElementXPATHText": "//Organization/Events/PublicFilingHeader/DisclaimerText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SpecialEvent",
                                "PCMElementXPATHText": "//Organization/Events/SignificantEvents/SpecialEvent",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialStatement",
                                "PCMElementXPATHText": "//Organization/Financial/FinancialStatement",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CurrencyISOAlpha3Code",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/StatementHeaderDetails/CurrencyISOAlpha3Code",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "UnitOfSizeText",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/StatementHeaderDetails/UnitOfSizeText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/Linkage/ParentOrganization/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "BankruptcyIndicator",
                                "PCMElementXPATHText": "//Organization/Linkage/ParentOrganization/Events/LegalEvents/BankruptcyIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Bankruptcy",
                                "PCMElementXPATHText": "//Organization/Linkage/ParentOrganization/Events/LegalEvents/BankruptcyInformation/Bankruptcy",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ControlOwnershipDate",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/ControlOwnershipDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OperatingStatusText",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OperatingStatusText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationStartYear",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/OrganizationStartYear",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DoNotConfuseOrganizationName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/DoNotConfuseOrganizationName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MostSeniorPrincipal",
                                "PCMElementXPATHText": "//Organization/PrincipalsAndManagement/MostSeniorPrincipal",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "SER",
                    "DNBProductName": "D&B Supplier Evaluation Risk Rating",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "MarketingSegmentationClusterValue",
                                "PCMElementXPATHText": "//Organization/Assessment/MarketingSegmentationClusterValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskScore",
                                "PCMElementXPATHText": "//Organization/Assessment/SupplierEvaluationRiskScore/RiskScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommentaryText",
                                "PCMElementXPATHText": "//Organization/Assessment/SupplierEvaluationRiskScore/ScoreCommentary/CommentaryText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "VIAB_RAT",
                    "DNBProductName": "D&B Viability Rating",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "DNBViabilityRating",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/DNBViabilityRating",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssessmentText",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/DataDepthDetail/AssessmentText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DataDepthIndicator",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/DataDepthDetail/DataDepthIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialDataAvailableIndicator",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/OrganizationProfileDetail/FinancialDataAvailableIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationProfileRating",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/OrganizationProfileDetail/OrganizationProfileRating",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssessmentText",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/OrganizationProfileDetail/OrganizationSizeDetail/AssessmentText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationSizeCategoryText",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/OrganizationProfileDetail/OrganizationSizeDetail/OrganizationSizeCategoryText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssessmentText",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/OrganizationProfileDetail/TradeDataAvailabilityDetail/AssessmentText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeDataAvailableIndicator",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/OrganizationProfileDetail/TradeDataAvailabilityDetail/TradeDataAvailableIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AssessmentText",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/OrganizationProfileDetail/YearsInBusinessDetail/AssessmentText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "YearsInBusinessCategoryText",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/OrganizationProfileDetail/YearsInBusinessDetail/YearsInBusinessCategoryText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "BadRate",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/PortfolioComparisonScore/BadRate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScore",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/PortfolioComparisonScore/ClassScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScoreIncidencePercentage",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/PortfolioComparisonScore/ClassScoreIncidencePercentage",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ModelSegmentDescription",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/PortfolioComparisonScore/ModelSegmentDescription@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskLevelDescription",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/PortfolioComparisonScore/RiskLevelDescription@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SegmentBadRate",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/PortfolioComparisonScore/SegmentBadRate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "BadRate",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/ViabilityScore/BadRate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScore",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/ViabilityScore/ClassScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScoreIncidencePercentage",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/ViabilityScore/ClassScoreIncidencePercentage",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OverallBadRate",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/ViabilityScore/OverallBadRate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskLevelDescription",
                                "PCMElementXPATHText": "//Organization/Assessment/DNBViabilityRating/ViabilityScore/RiskLevelDescription@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "PBPR_ENH",
                    "DNBProductName": "Predictive Bankruptcy & Payment Risk - Enhanced",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "AssessmentSummaryText",
                                "PCMElementXPATHText": "//Organization/Assessment/AssessmentSummaryText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ClassScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "NationalPercentile",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/NationalPercentile",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidenceMaximumRangeRawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidenceMaximumRangeRawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidenceMinimumRangeRawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidenceMinimumRangeRawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidencePercentage",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/RiskIncidencePercentage",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommentaryText",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ScoreCommentary/CommentaryText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreDate",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ScoreDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreOverrideReasonText",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScore/ScoreOverrideReason/ScoreOverrideReasonText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommercialCreditScoreNorms",
                                "PCMElementXPATHText": "//Organization/Assessment/CommercialCreditScoreNorms",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScore",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/ClassScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "NationalPercentile",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/NationalPercentile",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RawScore",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/RawScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskIncidencePercentage",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/RiskIncidencePercentage",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommentaryText",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/ScoreCommentary/CommentaryText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreDate",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/ScoreDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreOverrideReasonText",
                                "PCMElementXPATHText": "//Organization/Assessment/FinancialStressScore/ScoreOverrideReason/ScoreOverrideReasonText",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "RiskScore",
                                "PCMElementXPATHText": "//Organization/Assessment/SupplierEvaluationRiskScore/RiskScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OverallPerformanceScore",
                                "PCMElementXPATHText": "//Organization/Assessment/SupplierPerformanceScore/OverallPerformanceScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ClassScore",
                                "PCMElementXPATHText": "//Organization/Assessment/SupplierStabilityIndexScore/ClassScore",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CommentaryText",
                                "PCMElementXPATHText": "//Organization/Assessment/SupplierStabilityIndexScore/ScoreCommentary/CommentaryText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "ScoreOverrideReasonText",
                                "PCMElementXPATHText": "//Organization/Assessment/SupplierStabilityIndexScore/ScoreOverrideReason/ScoreOverrideReasonText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TotalFilingCount",
                                "PCMElementXPATHText": "//Organization/Events/LegalEvents/DebarmentsInformation/DebarmentsSummary/TotalFilingCount",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                },
                {
                    "DNBProductID": "FIN_ST_PLUS",
                    "DNBProductName": "Financial Statements",
                    "MonitorableElementDetail": {
                        "MonitorableElement": [
                            {
                                "ElementName": "FinancialStatement",
                                "PCMElementXPATHText": "//Organization/Financial/FinancialStatement",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "SalesRevenueAmount",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/SalesRevenueAmount@UnitOfSize",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "CurrencyISOAlpha3Code",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/StatementHeaderDetails/CurrencyISOAlpha3Code",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FinancialStatementToDate",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/StatementHeaderDetails/FinancialStatementToDate",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "DateChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "DateEquals"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "UnitOfSizeText",
                                "PCMElementXPATHText": "//Organization/Financial/KeyFinancialFiguresOverview/StatementHeaderDetails/UnitOfSizeText@DNBCodeValue",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "MailingAddress",
                                "PCMElementXPATHText": "//Organization/Location/MailingAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PrimaryAddress",
                                "PCMElementXPATHText": "//Organization/Location/PrimaryAddress",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "FamilyTreeMemberRole",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/FamilyTreeMemberRole",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "StandaloneOrganizationIndicator",
                                "PCMElementXPATHText": "//Organization/OrganizationDetail/StandaloneOrganizationIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "OrganizationPrimaryName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/OrganizationPrimaryName@RegisteredNameIndicator",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "TradeStyleName",
                                "PCMElementXPATHText": "//Organization/OrganizationName/TradeStyleName",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "AuthorisedShareCapitalAmount",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/AuthorisedShareCapitalAmount",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "IssuedShareCapitalAmount",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/IssuedShareCapitalAmount",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "PaidUpShareCapitalAmount",
                                "PCMElementXPATHText": "//Organization/RegisteredDetail/PaidUpShareCapitalAmount",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueChangeBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBeyond"
                                    },
                                    {
                                        "ChangeCondition": "ValueGoesBelow"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseBy"
                                    },
                                    {
                                        "ChangeCondition": "ValueChangeByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueDecreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "ValueIncreaseByPercentage"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    }
                                ]
                            },
                            {
                                "ElementName": "DUNSNumber",
                                "PCMElementXPATHText": "//Organization/SubjectHeader/DUNSNumber",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            },
                            {
                                "ElementName": "Telecommunication",
                                "PCMElementXPATHText": "//Organization/Telecommunication",
                                "MonitorableChange": [
                                    {
                                        "ChangeCondition": "ValueBecomesNOTNULL"
                                    },
                                    {
                                        "ChangeCondition": "MultiCondition"
                                    },
                                    {
                                        "ChangeCondition": "ValueBecomesNULL"
                                    },
                                    {
                                        "ChangeCondition": "AnyChange"
                                    },
                                    {
                                        "ChangeCondition": "ValueEquals"
                                    }
                                ]
                            }
                        ]
                    },
                    "CountryAvailability": [
                        {
                            "LanguageAvailability": [
                                {
                                    "LanguageCode": 39
                                }
                            ],
                            "ProductFormatAvailability": [
                                {
                                    "ProductFormatText": {
                                        "@DNBCodeValue": 0,
                                        "@DNBCodeTableNumber": 0,
                                        "$": "XML"
                                    }
                                }
                            ],
                            "MonitoringAvailabilityIndicator": true
                        }
                    ]
                }
            ]
        }
    }
}
Name Characteristics
GetProductCatalogResponse Aggregate
GetProductCatalogResponse @ServiceVersionNumber Attribute
GetProductCatalogResponse { TransactionDetail Aggregate, Required

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

GetProductCatalogResponse { TransactionDetail { ApplicationTransactionID string up to 64 chars., Optional

A number assigned by the calling application to uniquely identify this request.

GetProductCatalogResponse { TransactionDetail { ServiceTransactionID string up to 64 chars., Required

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

GetProductCatalogResponse { TransactionDetail { TransactionTimestamp dateTime, Required

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

End: GetProductCatalogResponse } TransactionDetail /Aggregate
GetProductCatalogResponse { TransactionResult Aggregate, Required

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

GetProductCatalogResponse { TransactionResult { SeverityText string up to 16 chars., Required

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

GetProductCatalogResponse { TransactionResult { ResultID string up to 32 chars., Required

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

GetProductCatalogResponse { TransactionResult { ResultText string up to 512 chars., Optional

Text that explains the outcome of the transaction.

GetProductCatalogResponse { TransactionResult { ResultMessage Aggregate, Optional (Array)

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

GetProductCatalogResponse { TransactionResult { ResultMessage { ResultDescription string up to 512 chars., Required

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

End: GetProductCatalogResponse } TransactionResult } ResultMessage /Aggregate
End: GetProductCatalogResponse } TransactionResult /Aggregate
GetProductCatalogResponse { GetProductCatalogResponseDetail Aggregate, Optional

Records the Product Catalog data being returned to the customer for a given product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog Aggregate, Required (Array)

Records data being returned to the customer as a result of products availability request for a given product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { DNBProductID string up to 64 chars., Required

An alphanumeric string that uniquely identifies this product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { DNBProductName string up to 256 chars., Required

Text that specifies the name of the product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { MonitorableElementDetail Aggregate, Optional
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { MonitorableElementDetail { MonitorableElement Aggregate, Required (Array)
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { MonitorableElementDetail { MonitorableElement { ElementName string up to 64 chars., Required
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { MonitorableElementDetail { MonitorableElement { PCMElementXPATHText string up to 3000 chars., Required
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { MonitorableElementDetail { MonitorableElement { MonitorableChange Aggregate, Required (Array)
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { MonitorableElementDetail { MonitorableElement { MonitorableChange { ChangeCondition ChangeConditionEnum, Required

Possible values: AnyChange; ValueIncreaseByPercentage; ValueDecreaseByPercentage; ValueChangeByPercentage; ValueIncreaseBy; ValueDecreaseBy; ValueChangeBy; ValueGoesBeyond; ValueGoesBelow; ValueEquals; DateChangeBy; DateEquals, MultiCondition, ValueBecomesNULL, ValueBecomesNOTNULL

End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog } MonitorableElementDetail } MonitorableElement } MonitorableChange /Aggregate
End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog } MonitorableElementDetail } MonitorableElement /Aggregate
End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog } MonitorableElementDetail /Aggregate
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability Aggregate, Optional (Array)
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { 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 of the inquired subject.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { LanguageAvailability Aggregate, Required (Array)

An entry loop which can repeat multiple times to allow the recording of one or more languages in which this product is available.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { LanguageAvailability { LanguageCode integer up to 7 digits., Required

A D&B code value that defines a language in which the specified product is available.

End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog } CountryAvailability } LanguageAvailability /Aggregate
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { ProductFormatAvailability Aggregate, Required (Array)

An entry loop which can repeat multiple times to allow the recording of one or more formats which are available for the specified product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { ProductFormatAvailability { ProductFormatText Aggregate, Required

Text that defines a format in which the specified product is available.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { ProductFormatAvailability { ProductFormatText @DNBCodeValue Attribute
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { ProductFormatAvailability { ProductFormatText @DNBCodeTableNumber Attribute
End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog } CountryAvailability } ProductFormatAvailability /Aggregate
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { ProductModuleAvailability Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of different module combinations which are available for the specified product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { ProductModuleAvailability { DNBProductModuleID string up to 64 chars., Required

An alphanumeric string that uniquely identifies a section (i.e., module) of data within the requested product as defined by DNBProductID.

End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog } CountryAvailability } ProductModuleAvailability /Aggregate
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { ProductAvailableOnBranchIndicator Aggregate, Optional

When true (set to 1), it indicates that this product is available for organizations that are classified as a branch. When false (set to 0), it indicates that this product is not available for organizations that are classified as a branch.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { InvestigationAvailabilityIndicator Aggregate, Optional

When true (set to 1) this indicates that it is possible to request that research is undertaken to update or fulfill the requirements of the specified product. When false (set to 0) this indicates that it is not possible to request that research is undertaken to update or fulfill the requirements of the specified product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { InvestigationPriorityAvailability Aggregate, Optional (Array)

An entry loop which can repeat multiple times to allow the recording of one or more levels of priority which are available if a request for research is placed in order to fulfill the specified product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { InvestigationPriorityAvailability { InvestigationPriorityText string up to 256 chars., Required

Text that describes a level of priority which is available if a request for research is placed in order to fulfill the specified product.

GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { InvestigationPriorityAvailability { InvestigationPriorityText @DNBCodeValue Attribute
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { InvestigationPriorityAvailability { InvestigationPriorityText @DNBCodeTableNumber Attribute
End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog } CountryAvailability } InvestigationPriorityAvailability /Aggregate
GetProductCatalogResponse { GetProductCatalogResponseDetail { ProductCatalog { CountryAvailability { MonitoringAvailabilityIndicator boolean, Optional

When true (set to 1), it indicates that this product is available for monitoring. When false (set to 0), it indicates that this product is not available for monitoring.

End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog } CountryAvailability /Aggregate
End: GetProductCatalogResponse } GetProductCatalogResponseDetail } ProductCatalog /Aggregate
GetProductCatalogResponse { GetProductCatalogResponseDetail { InquiryReferenceText Aggregate, Optional

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

GetProductCatalogResponse { GetProductCatalogResponseDetail { InquiryReferenceText { 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.

End: GetProductCatalogResponse } GetProductCatalogResponseDetail } InquiryReferenceText /Aggregate
End: GetProductCatalogResponse } GetProductCatalogResponseDetail /Aggregate
End: GetProductCatalogResponse /Aggregate

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: CM002, CM003, CM004, CM014, CM012 and SC001-SC008.

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.

While this operation is provided on a metered basis, usage is tracked; however, no billing for successful calls is recorded.

Feature Notes

There are no notes for this data layer.