Atoka API User Reference

Public Funding package "Base"

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
TFregulation[]

reference section of the TF Covid-19

"string" -
amount

gross grant equivalent (Equivalente Sovvenzione Lorda in Italian) allocated for this fund

float -
beneficiaries[]

companies being granted the fund resources

- -
beneficiaries[].id

unique Atoka ID of the beneficiary

"string" -
beneficiaries[].legalForms[].level int -
beneficiaries[].legalForms[].name

legal status of the company (e.g. "Società In Accomandita Semplice")

"string" -
beneficiaries[].legalName

legal name of the beneficiary

"string" -
beneficiaries[].nominalAmount

total nominal amount (Importo Nominale in Italian) allocated by this public funding instance to this company

float -
beneficiaries[].partialAmount

gross grant equivalent (Equivalente Sovvenzione Lorda in Italian) allocated by this public funding instance to this company

float -
beneficiaries[].taxId

tax ID of the beneficiary

"string" -
cor

"Codice Concessione RNA" unique identifier for a fund in the Registro Nazionale Aiuti

"string" -
covidRelated

is this funding related to Covid 19

true | false covidRelated
cup

"Codice Unico di Progetto" unique identifier of the fund

"string" -
description

description of the fund

"string" -
fullText[]

pieces of relevant text content for results with respect to full-text search on several fields with optional highlight of the match

"string" fullText fullTextTag
fund

regulatory framework

"string" -
fundType[]

grant tool type; it indicates the methods for providing the fund, such as guarantee funds, tax benefits, subsidies, etc.

"string" -
goal[]

public fundings goals

"string" goals goalsExclude
grantingAuthority.id

Unique Atoka ID of granting authority

"string" -
grantingAuthority.legalName

legal name of the authority

"string" -
grossGrantEquivalentReducingLimit

shows whether the aid element is reducing the overall plafond for the company

true | false -
measureTitle

title of the measure for which the funding was requested

"string" -
nominalAmount

total nominal amount (Importo Nominale in Italian) allocated for this fund

float -
nominalAmountReducingLimit

shows whether the nominal amount is reducing the overall plafond for the company

true | false -
procedureType

the procedure type (Tipo Procedimento in Italian) of the public funding instance.

"TF COVID-19", "TF Crisi Ucraina", "Notifica", "Notifica (no TF COVID-19)", "De Minimis", ... -
provenance

source of the data

"eu_project", "it_public_funding", "open_coesione" -
rcn

CORDIS record number (for EU Projects)

"string" -
startDate

start date of the funding

date -
theme

theme related to the public funding instance as provided by OpenCoesione. When missing, we might infer it via our Machine Learning model.

- themes themesExclude
theme.id

theme identifier

"string" -
theme.name

short description of the theme

"string" -
url

url pointing to the official resource

"string" -
Example JSON fragment for package
{
"cor": "foo",
"cup": "foo",
"rcn": "foo",
"fund": "Decreto del Ministro dello sviluppo economico 19 novembre 2015",
"description": "AIUTO SU INVESTIMENTI NUOVA COSTITUZIONE",
"fundType": [
"foo",
...
],
"startDate": "2015-12-24",
"url": "foo",
"grantingAuthority": {
"id": "foo",
"legalName": "foo"
},
"amount": 10000,
"nominalAmount": 10000,
"beneficiaries": [
{
"id": "1234567890abcdef",
"legalName": "ACME S.R.L.",
"taxId": "155826477",
"legalForms": [
{
"level": 42,
"name": "foo"
},
...
],
"partialAmount": 10000,
"nominalAmount": 10000
},
...
],
"covidRelated": true,
"theme": {
"id": "occupation",
"name": "Employment"
},
"procedureType": "TF COVID-19",
"TFregulation": [
"foo",
...
],
"goal": [
"foo",
...
],
"nominalAmountReducingLimit": false,
"grossGrantEquivalentReducingLimit": false,
"measureTitle": "foo",
"provenance": "eu_project",
"fullText": [
"foo",
...
]
}