added: numerical value (approximation) added to estimative language namespace

pull/75/head
Alexandre Dulaunoy 2017-10-08 08:18:44 +02:00
parent 13a3655bfc
commit d0e7e5e419
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 16 additions and 9 deletions

View File

@ -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" "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", "name": "estimative-language",
"description": "Estimative language - including likelihood or probability of event based on the Intelligence Community Directive 203 (ICD 203) (6.2.(a))." "description": "Estimative language - including likelihood or probability of event based on the Intelligence Community Directive 203 (ICD 203) (6.2.(a))."
}, },

View File

@ -2,7 +2,7 @@
"namespace": "estimative-language", "namespace": "estimative-language",
"expanded": "Estimative language ICD 203", "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)", "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": [ "predicates": [
{ {
"value": "likelihood-probability", "value": "likelihood-probability",
@ -16,31 +16,38 @@
"entry": [ "entry": [
{ {
"value": "almost-no-chance", "value": "almost-no-chance",
"expanded": "Almost no chance - remote - 01-05%" "expanded": "Almost no chance - remote - 01-05%",
"numerical_value": 0
}, },
{ {
"value": "very-unlikely", "value": "very-unlikely",
"expanded": "Very unlikely - highly improbable - 05-20%" "expanded": "Very unlikely - highly improbable - 05-20%",
"numerical_value": 5
}, },
{ {
"value": "unlikely", "value": "unlikely",
"expanded": "Unlikely - improbable (improbably) - 20-45%" "expanded": "Unlikely - improbable (improbably) - 20-45%",
"numerical_value": 20
}, },
{ {
"value": "roughly-even-chance", "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", "value": "likely",
"expanded": "Likely - probable (probably) - 55-80%" "expanded": "Likely - probable (probably) - 55-80%",
"numerical_value": 55
}, },
{ {
"value": "very-likely", "value": "very-likely",
"expanded": "Very likely - highly probable - 80-95%" "expanded": "Very likely - highly probable - 80-95%",
"numerical_value": 80
}, },
{ {
"value": "almost-certain", "value": "almost-certain",
"expanded": "Almost certain(ly) - nearly certain - 95-99%" "expanded": "Almost certain(ly) - nearly certain - 95-99%",
"numerical_value": 95
} }
] ]
} }