Atoka API User Reference

Companies package "Covid 19"

API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!

Available fields
Description
Data
Used by filters
Facet
Match
Stats
attentionLevel.hard

(harder scenario) identifies the level of attention anybody dealing with such company should need to keep. Letters range A (low attention) - F (high attention)

"string" -
attentionLevel.soft

(softer scenario) identifies the level of attention anybody dealing with such company should need to keep. Letters range A (low attention) - F (high attention)

"string" -
banks.cgs.code float covid19BanksCgs
banks.cgs.description "string" -
banks.cgsHard.code float covid19BanksCgsHard
banks.cgsHard.description "string" -
banks.cgsSoft.code float covid19BanksCgsSoft
banks.cgsSoft.description "string" -
corporate.cgs.code float covid19CorporateCgs
corporate.cgs.description "string" -
corporate.cgsHard.code float covid19CorporateCgsHard
corporate.cgsHard.description "string" -
corporate.cgsSoft.code float covid19CorporateCgsSoft
corporate.cgsSoft.description "string" -
economics.balanceSheetMonths

if not 12, it means that the revenues have been normalized.

int -
economics.normRevenues

refers to the latest revenues normalized on a 12-months financial year. This means that those companies that had a shorter or longer financial year have their revenues adjusted in order to have a prediction on a 12-months year.

int -
riskTrend.hard

(harder scenario) a Letter ) Label string that indicates the level of risk that the company is exposed to. Letters range: A (low risk) - E (high risk).

"string" -
riskTrend.soft

(softer scenario) a Letter ) Label string that indicates the level of risk that the company is exposed to. Letters range: A (low risk) - E (high risk).

"string" -
sectorTrend.hard

(harder scenario) This information is based on the companies sector it belongs to.

"string" covid19SectorTrendHard
sectorTrend.soft

(softer scenario) This information is based on the companies sector it belongs to.

"string" covid19SectorTrendSoft
updateTime

last update time for covid-19 data

date -
Example JSON fragment for package
{
"attentionLevel": {
"hard": "foo",
"soft": "foo"
},
"riskTrend": {
"hard": "foo",
"soft": "foo"
},
"banks": {
"cgs": {
"code": 0.42,
"description": "foo"
},
"cgsHard": {
"code": 0.42,
"description": "foo"
},
"cgsSoft": {
"code": 0.42,
"description": "foo"
}
},
"corporate": {
"cgs": {
"code": 0.42,
"description": "foo"
},
"cgsHard": {
"code": 0.42,
"description": "foo"
},
"cgsSoft": {
"code": 0.42,
"description": "foo"
}
},
"sectorTrend": {
"hard": "foo",
"soft": "foo"
},
"economics": {
"normRevenues": 42,
"balanceSheetMonths": 42
},
"updateTime": "2015-12-24"
}