Objects
OrganizationalFinancialInformation
employeeCountinteger[int32]
The number of employees at end of period.
netIncomeMonetaryAmount
The net income during the time period.
shareCapitalMonetaryAmount
The total share capital at end of period.
timePeriodTimePeriod
The time period the information was fetched for
turnoverMonetaryAmount
The turnover during the period.
{
"employeeCount": "-- Missing example --",
"netIncome": {
"currencyCode": "EUR",
"minorUnitAmount": 24999
},
"shareCapital": {
"currencyCode": "EUR",
"minorUnitAmount": 24999
},
"timePeriod": {
"endDate": "2020-12-31",
"startDate": "2020-01-01"
},
"turnover": {
"currencyCode": "EUR",
"minorUnitAmount": 24999
}
}