| 1 Definition | 2 Functional Requirements | 3 Syntax |
| 4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
Descriptors produced by Primary Discontinuity Description AIM using Primary Risk Statements, Financial Descriptors, and Governance Descriptors.
2 Functional Requirements
Primary Discontinuity Descriptors includes the following data:
- The Company Discontinuity Probability within the Prediction Horizon.
- A 3D tensor including the following elements:
- The Descriptor category (Financial, Governance, and currently, Climate and Cyber)
- For each Descriptor category, the name of the Descriptors and a value between 0 and 1 representing their impact on the Company Discontinuity. The sum of the impacts of the Descriptors might be not equal to 1 due to rounding errors.
- A 4D tensor having the following dimensions:
- Name of Primary Risk.
- The assessment of the Primary Risk between 0 and 1.
- For each Primary Risk, a 2D matrix including, for each row,
- The name of the Primary Risk Descriptor.
- A value between 0 and 1 representing the Descriptor impact on the Risk caused to the Company Default. The sum of the impacts of the Descriptors might be not equal to 1 due to rounding errors.
3 Syntax
https://schemas.mpai.community/CUI1/V2.0/data/PrimaryDiscontinuityDescriptors.json
4 Semantics
| Label | Description |
| Header | Space-Time Header |
| – Standard-Object | The characters “CUI-PSD-V” |
| – Version | Major version – 1 or 2 characters |
| – Dot-separator | The character “.” |
| – Subversion | Minor version – 1 or 2 characters |
| MInstance | Identifier of Virtual Space. |
| PrimaryDiscontinuityDescriptorsID | ID of Primary Discontinuity Descriptors. |
| PrimaryDiscontinuityDescriptors | Data in Primary Discontinuity Descriptors. |
| – FinancialDescriptorsImpacts[] | Name of Financial Descriptors. |
| – FinancialDescriptorID | ID of Financial Descriptor. |
| – FinancialDescriptorImpact | Impact of Financial Descriptor expressed as a real number between 0 and 1. |
| – GovernanceDescriptorsImpacts[] | Impacts of Governance Descriptors. |
| –GovernanceDescriptorID | ID of Governance Descriptor. |
| –GovernanceDescriptorImpact | Impacts of Governance Descriptor expressed as a real number between 0 and 1. |
| –CyberRiskImpact | Impact of Cyber Risk. |
| –CyberRiskDescriptorsImpacts[] | Name of Financial Descriptors |
| –CyberRiskDescriptorID | ID of Cyber Risk Descriptor. |
| –CyberRiskDescriptorImpact | Impact of Cyber Risk Descriptor expressed as a real number between 0 and 1. |
| –ClimateRiskImpact | Impact of Climate Risk. |
| –ClimateRiskDescriptorsImpacts[] | Name of Financial Descriptors. |
| –ClimateRiskDescriptorID | ID of Climate Risk Descriptor. |
| –ClimateRiskDescriptorImpact | Impact of Climate Risk Descriptor expressed as a real number between 0 and 1. |
| DescrMetadata | Descriptive Metadata. |
5 Conformance Testing
A Data instance Conforms with Primary Discontinuity Descriptors (CUI-PD1) V2.0 if:
- Its JSON Object validates against its JSON Schema.
- Any included JSON Object validates against its JSON Schema.
- All Data in the JSON Object have the specified Data Types.