diff --git a/MANIFEST.json b/MANIFEST.json index 80290ed..89fe94d 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -96,7 +96,7 @@ "description": "ENISA Threat Taxonomy - A tool for structuring threat information as published in https://www.enisa.europa.eu/topics/threat-risk-management/threats-and-trends/enisa-threat-landscape/etl2015/enisa-threat-taxonomy-a-tool-for-structuring-threat-information" }, { - "version": 1, + "version": 2, "name": "estimative-language", "description": "Estimative language - including likelihood or probability of event based on the Intelligence Community Directive 203 (ICD 203) (6.2.(a))." }, diff --git a/estimative-language/machinetag.json b/estimative-language/machinetag.json index 7693d6b..e499ef2 100644 --- a/estimative-language/machinetag.json +++ b/estimative-language/machinetag.json @@ -2,7 +2,7 @@ "namespace": "estimative-language", "expanded": "Estimative language ICD 203", "description": "Estimative language to describe quality and credibility of underlying sources, data, and methodologies based Intelligence Community Directive 203 (ICD 203)", - "version": 1, + "version": 2, "predicates": [ { "value": "likelihood-probability", @@ -16,31 +16,38 @@ "entry": [ { "value": "almost-no-chance", - "expanded": "Almost no chance - remote - 01-05%" + "expanded": "Almost no chance - remote - 01-05%", + "numerical_value": 0 }, { "value": "very-unlikely", - "expanded": "Very unlikely - highly improbable - 05-20%" + "expanded": "Very unlikely - highly improbable - 05-20%", + "numerical_value": 5 }, { "value": "unlikely", - "expanded": "Unlikely - improbable (improbably) - 20-45%" + "expanded": "Unlikely - improbable (improbably) - 20-45%", + "numerical_value": 20 }, { "value": "roughly-even-chance", - "expanded": "Roughly even change - roughly even odds - 45-55%" + "expanded": "Roughly even change - roughly even odds - 45-55%", + "numerical_value": 45 }, { "value": "likely", - "expanded": "Likely - probable (probably) - 55-80%" + "expanded": "Likely - probable (probably) - 55-80%", + "numerical_value": 55 }, { "value": "very-likely", - "expanded": "Very likely - highly probable - 80-95%" + "expanded": "Very likely - highly probable - 80-95%", + "numerical_value": 80 }, { "value": "almost-certain", - "expanded": "Almost certain(ly) - nearly certain - 95-99%" + "expanded": "Almost certain(ly) - nearly certain - 95-99%", + "numerical_value": 95 } ] }