We are using RDP news API to get news stories in json format. The audience field sometimes has _qcode or _literal e.g.
"audience": [
{
"_qcode": "NP:CLN"
},
{
"_literal": "CMF"
},
{
"_qcode": "NP:CMN"
},
{
"_qcode": "NP:DNP"
}
],
In "NEWS SERVICE REFINITIV DATA PLATFORM " user guide 2.0 (June 2020) I did not find info about "_literal" attribute. Is there some document describing the _literal?
Can other fields like subject also contain entries with _literal ?