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

Data containing the most relevant elements of the Governance Statements affecting the Primary Default Descriptors and Primary Discontinuity Descriptors.

2      Functional Requirements

Organisation Descriptors provide

  1. The impact of the set of Governance Descriptors on the  Primary Default within the Prediction Horizon.
  2. A table including, for each row, the ID of the Governance Descriptor and a value between 0 and 1 representing its impact on the Primary Default. The sum of the impacts of Governance Descriptors might be not equal to 1 due to rounding errors.

3      Syntax

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

4      Semantics

Label Description
Header Organisation Descriptors Header
– Standard-OrganisationDescriptors The characters “CUI-ORD-V”
– Version Major version – 1 or 2 characters
– Dot-separator The character “.”
– Subversion Minor version – 1 or 2 characters
MInstance Identifier of Virtual Space.
OrganisationDescriptorsID ID of Organisation Descriptors.
OrganisationDescriptors Data in Organisation Descriptors
– ImpactOnDefault Real number between 0 and 1.
– GovernanceDescriptorImpacts[] Matrix of 2: one column for IDs and one for Impacts.
  – GovernaceDescriptorID ID for Governance Descriptors.
  – GovernanceDescriptorImpact Real number between 0 and 1.
DescrMetadata Descriptive Metadata.

5     Conformance Testing

A Data instance Conforms with Organisation Descriptors (CUI-ORD) V2.0 if:

  1.  Its JSON Object validates against its JSON Schema.
  2. Any included  JSON Object validates against its JSON Schema.
  3. All Data in the JSON Object have the specified Data Types.

6     Performance Assessment