Go to CUI-CPP V2.0 Data Types

1     Definition 2     Functional Requirements 3     Syntax
4     Semantics 5    Conformance Testing 6     Performance Assessment

1      Definition

 

2      Functional Requirements

Primary Default Descriptors includes the following data:

  1. The Company Default Probability within the Prediction Horizon.
  2. A table including, for each row, the name of the Financial Descriptors and the importance of the Financial Descriptors it caused to the Company Default expressed as the percentage of the Company Default Probability.
  3. A 3D tensor having the following dimensions:
    1. Name of Risk for which an AI is available.
    2. Risk value between 0 and 1.
    3. For each Risk for which an AI is available, a table including, for each row, the name of the Primary Risk Statement and a value between 0 and 1 representing the importance of the Statement on the Risk caused to the Company Default expressed as the percentage of the Risk value.

3      Syntax

https://schemas.mpai.community/CUI1/V2.0/data/.json

4      Semantics

Label Description
Header Space-Time Header
– Standard-Object The characters “CUI-XYZ-V”
– Version Major version – 1 or 2 characters
– Dot-separator The character “.”
– Subversion Minor version – 1 or 2 characters
MInstance Identifier of Virtual Space.
PrimaryDefaultDescriptorsID
PrimaryDescriptors
– Impact on PrimaryDefault Real number between 0 and 1.
– PrimDefDescrImpact[] Matrix of 2, one for IDs and and one for Impacts.
  – PrimDefDescrID ID
  – PrimDefDescrImpact Impact of a Primary Default Descriptor on the Primary Default – Real number 1 ≥ 0.
– PrimDefRiskTens[] 3D Tensor containing for all Risks:  the Risk ID, the Risk Effect and the Explanation of the Risk Effect caused by the Risk Descriptors.
  – PrimRiskID Primary Risk ID.
  – PrimRiskEffect Effect of Primary Risk on Discontinuity – Real number 1 ≥ 0.
  – PrimRiskDescrImpact[] Matrix of 2, one for IDs and and one for Impacts.
    – PrimRiskDescrID Primary Risk Descriptor ID.
    – PrimRiskDescrRiskImpact Impact of a Primary Risk Descriptor on the Primary Risk Effect – Real number 1 ≥ 0.
DiscrMetaadata Descriptive Metadata

5     Conformance Testing

A Data instance Conforms with Aaaaaa (CUI-XYZ) V2.0 if:

  1. The Data validates against the Aaaaaa’s JSON Schema.
  2. All Data in the  Aaaaaa’s JSON Schema
    1. Have the specified type.
    2. Validate against their JSON Schemas.
    3. Conform with their Data Qualifiers if present.

6     Performance Assessment