2015-11-21 16:10:27 +01:00
{
"namespace" : "admiralty-scale" ,
2018-09-30 15:42:36 +02:00
"description" : "The Admiralty Scale or Ranking (also called the NATO System) is used to rank the reliability of a source and the credibility of an information. Reference based on FM 2-22.3 (FM 34-52) HUMAN INTELLIGENCE COLLECTOR OPERATIONS and NATO documents." ,
2019-11-05 10:28:02 +01:00
"version" : 5 ,
2015-11-21 16:21:42 +01:00
"predicates" : [
2015-11-21 16:10:27 +01:00
{
"value" : "source-reliability" ,
2019-11-05 10:28:02 +01:00
"expanded" : "Source Reliability" ,
"exclusive" : true
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "information-credibility" ,
2019-11-05 10:28:02 +01:00
"expanded" : "Information Credibility" ,
"exclusive" : true
2015-11-21 16:10:27 +01:00
}
] ,
"values" : [
{
"predicate" : "source-reliability" ,
"entry" : [
{
"value" : "a" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Completely reliable" ,
2018-09-30 15:42:36 +02:00
"description" : "No doubt of authenticity, trustworthiness, or competency; has a history of complete reliability" ,
2017-11-22 15:04:41 +01:00
"numerical_value" : 100
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "b" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Usually reliable" ,
2018-09-30 15:42:36 +02:00
"description" : "Minor doubt about authenticity, trustworthiness, or competency; has a history of valid information most of the time" ,
2017-11-22 15:04:41 +01:00
"numerical_value" : 75
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "c" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Fairly reliable" ,
2018-09-30 15:42:36 +02:00
"description" : "Doubt of authenticity, trustworthiness, or competency but has provided valid information in the past" ,
2017-11-22 15:04:41 +01:00
"numerical_value" : 50
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "d" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Not usually reliable" ,
2018-09-30 15:42:36 +02:00
"description" : "Significant doubt about authenticity, trustworthiness, or co mpetency but has provided valid information in the past" ,
2017-11-22 15:04:41 +01:00
"numerical_value" : 25
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "e" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Unreliable" ,
2018-09-30 15:42:36 +02:00
"description" : "Lacking in authenticity, trustworthiness, and competency; history of invalid information" ,
2017-11-22 15:04:41 +01:00
"numerical_value" : 0
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "f" ,
2018-09-29 19:23:46 +02:00
"expanded" : "Reliability cannot be judged" ,
2018-09-30 15:42:36 +02:00
"description" : "No basis exists for evaluating the reliability of the source" ,
2018-09-29 19:23:46 +02:00
"numerical_value" : 50
2018-09-29 19:28:36 +02:00
} ,
{
"value" : "g" ,
"expanded" : "Deliberatly deceptive" ,
"numerical_value" : 0
2015-11-21 16:10:27 +01:00
}
]
} ,
{
"predicate" : "information-credibility" ,
"entry" : [
{
"value" : "1" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Confirmed by other sources" ,
2018-09-30 15:42:36 +02:00
"description" : "Confirmed by other independent sources; logical in itself; Consistent with other information on the subject" ,
2017-11-22 15:11:59 +01:00
"numerical_value" : 100
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "2" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Probably true" ,
2018-09-30 15:42:36 +02:00
"description" : "Not confirmed; logical in itself; consistent with other information on the subject" ,
2017-11-22 15:11:59 +01:00
"numerical_value" : 75
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "3" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Possibly true" ,
2018-09-30 15:42:36 +02:00
"description" : "Not confirmed; reasonably logical in itself; agrees with some other information on the subject" ,
2017-11-22 15:11:59 +01:00
"numerical_value" : 50
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "4" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Doubtful" ,
2018-09-30 15:42:36 +02:00
"description" : "Not confirmed; possible but not logical ; no other information on the subject" ,
2017-11-22 15:11:59 +01:00
"numerical_value" : 25
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "5" ,
2017-11-22 15:04:41 +01:00
"expanded" : "Improbable" ,
2018-09-30 15:42:36 +02:00
"description" : "Not confirmed; not logical in itself; contradicted by other information on the subject" ,
2017-11-22 15:11:59 +01:00
"numerical_value" : 0
2015-11-21 16:10:27 +01:00
} ,
{
"value" : "6" ,
2018-09-29 19:23:46 +02:00
"expanded" : "Truth cannot be judged" ,
2018-09-30 15:42:36 +02:00
"description" : "No basis exists for evaluating the validity of the information" ,
2018-09-29 19:23:46 +02:00
"numerical_value" : 50
2015-11-21 16:10:27 +01:00
}
]
}
]
}