TypesObjects
CompanyInformationChange
Change in company information for a monitored entity and its related entities.
type CompanyInformationChange implements ChangeLike {
companyInformationChange: CompanyInformationEntityChange
companyInformationRelatedChanges: [CompanyInformationEntityChange!]!
kind: DatasetKind!
}Fields
companyInformationChange CompanyInformationEntityChange object
CompanyInformationEntityChange
Changes in company information fields for the monitored entity itself (e.g. name, legal form, address).
companyInformationRelatedChanges [CompanyInformationEntityChange!]! non-null object
[CompanyInformationEntityChange!]!
Changes in company information fields for entities related to the monitored entity (e.g. owners, shareholders).
kind DatasetKind! non-null enum
DatasetKind!
Change kind, determines the data structure of the change.
Interfaces
ChangeLike interface
ChangeLike
An interface type of monitoring change kinds.