Atoka API User Reference

Companies package "Public Funding"

See the glossary for information about the source and the license of the data.

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
availableCovid This field is deprecated

amount of Gross Grant Equivalent (in Italian, Equivalente Sovvenzione Lorda) still available in terms of COVID-related public funding for that company. Always referring to the last 3 financial years.

float publicFundingAvailableCovid publicFundingAvailableCovidMin publicFundingAvailableCovidMax
availableDeMinimis This field is deprecated

amount of Gross Grant Equivalent (Equivalente Sovvenzione Lorda in Italian) still available in terms of De Minimis public funding for that company. Always referring to the last 3 financial years.

float publicFundingAvailableDeMinimis publicFundingAvailableDeMinimisMin publicFundingAvailableDeMinimisMax
countsLast5Years[]

Information regarding how much public funding the company has received in the past 5 years.

- -
countsLast5Years[].count

Total public funding instances the company has received in the given year.

float -
countsLast5Years[].year

Year this information refers to.

float -
descriptionsContent[]

pieces of relevant text content for results with respect to full-text search on public funding free-text fields (with optional highlight of the match).

"string" publicFundingDescriptionsContent publicFundingDescriptionsContentTag tagStart tagEnd
grantedFrameworks[]

List of frameworks ("Tipo Procedura" in Italian) related to the public funding instances a company applied for.

- publicFundingGrantedFramework
grantedFrameworks[].id

framework identifier

"string" -
grantedFrameworks[].name

short framework description

"string" -
grossGrantEquivalent

total gross grant equivalent ("equivalente sovvenzione lorda" or ESL in Italian) summed across all instances of public funding granted to the company.

float publicFundingGrossGrantEquivalentMin publicFundingGrossGrantEquivalentMax
grossGrantEquivalentAllTimeByFramework.* Total gross grant equivalent ("Equivalente Sovvenzione Lorda" or ESL in Italian) received by the company overall, split by framework. Keys of this object can contain any valid framework, and can vary when new frameworks appear; currently they are: covid, deMinimisSieg, exemption, notification, sieg, ukraine, other. - -
grossGrantEquivalentAllTimeByFramework.*.amount

Total of gross grant equivalent received for the given framework

float -
grossGrantEquivalentAllTimeByFramework.*.count

Number of instances of public funding received for the given framework

float -
grossGrantEquivalentDeMinimisLast3Years.amount

Total gross grant equivalent ("equivalente sovvenzione lorda" or ESL in Italian) received by the company in the last 3 years for the "De Minimis" framework.

float publicFundingGrossGrantEquivalentDeMinimisLast3YearsMin publicFundingGrossGrantEquivalentDeMinimisLast3YearsMax publicFundingGrossGrantEquivalentDeMinimisLast3YearsUnknown
grossGrantEquivalentDeMinimisLast3Years.count

Number of instances of public funding received in the last 3 years for "De Minimis" framework.

float -
grossGrantEquivalentForFramework

total gross grant equivalent ("equivalente sovvenzione lorda" or ESL in Italian) summed across all instances of public funding granted to the company for the given framework.

This field is present only when filtering by publicFundingGrantedFramework.

float publicFundingGrossGrantEquivalentMinForFramework publicFundingGrossGrantEquivalentMaxForFramework publicFundingGrantedFramework
guaranteeFundsLast5Years[]

Nominal amount ("import nominale") of funding covered by the public guarantee of fondidigaranzia.it in the last 5 years, split by year.

- -
guaranteeFundsLast5Years[].amount

Total nominal amount covered in the given year.

float -
guaranteeFundsLast5Years[].year

Year this information refers to.

float -
nominalAmountAllTimeByTheme.*

Total nominal amount ("importo nominale", in Italian) received by the company overall, split by theme.

Keys of this object can contain any valid theme, and can vary when new themes appear; currently they are: PA, attractions, competitiveness, digitalAgenda, education, energy, environment, inclusion, occupation, renovation, researchInnovation, transportation, unknown, total.

float -
received

do we have any information that the company received any public funding?

true | false publicFunding
receivedCovidRelated

do we have any information that the company received any public funding due to Covid 19?

true | false publicFundingCovidRelated
receivedNominalAmount

total nominal amount (Importo Nominale in Italian) summed across all instances of public funding granted to the company.

When using the publicFundingReceivedTheme this value represents only the total nominal amount for the public fundings related to that theme.

WARN: this behaviour is now deprecated; please use receivedNominalAmountForTheme and their filters; in the future, this field will not change its value when filtering, and will always return the total nominal amount received by the company.

float publicFundingReceivedNominalMin publicFundingReceivedNominalMax
receivedNominalAmountForTheme

total nominal amount (Importo Nominale in Italian) summed across all instances of public funding granted to the company for the given theme.

This field is present only when filtering by publicFundingReceivedTheme.

float publicFundingReceivedNominalMinForTheme publicFundingReceivedNominalMaxForTheme publicFundingReceivedTheme
receivedThemes[]

list of themes as provided by OpenCoesione related to the public funding instances a company applied for. When the information is originally missing at the public funding level, we might infer it via our Machine Learning model.

- publicFundingReceivedTheme
receivedThemes[].id

theme identifier

"string" -
receivedThemes[].name

short description of the theme

"string" -
receivedTypesLast3y[] This field is deprecated

list of procedure types related to the public funding instances a company applied for in the last 3 financial years.

- publicFundingTypesLast3y publicFundingTypesLast3yExclude
Example JSON fragment for package
{
"received": false,
"receivedCovidRelated": false,
"receivedTypesLast3y": [
"TF COVID-19",
...
],
"availableCovid": 0.42,
"availableDeMinimis": 0.42,
"receivedNominalAmount": 0.42,
"receivedNominalAmountForTheme": 0.42,
"receivedThemes": [
{
"id": "occupation",
"name": "Employment"
},
...
],
"grantedFrameworks": [
{
"id": "covid",
"name": "TF COVID-19"
},
...
],
"descriptionsContent": [
"foo",
...
],
"grossGrantEquivalent": 0.42,
"grossGrantEquivalentForFramework": 0.42,
"grossGrantEquivalentAllTimeByFramework": {
"foo": {
"amount": 1000000,
"count": 4
},
"bar": {
"amount": 1000000,
"count": 4
},
"baz": {
"amount": 1000000,
"count": 4
}
},
"grossGrantEquivalentDeMinimisLast3Years": {
"amount": 1000000,
"count": 4
},
"nominalAmountAllTimeByTheme": {
"foo": 0.42,
"bar": 0.42,
"baz": 0.42
},
"guaranteeFundsLast5Years": [
{
"year": 2020,
"amount": 3000000
},
...
],
"countsLast5Years": [
{
"year": 2020,
"count": 3
},
...
]
}