TypesObjects
CompanySanctionChange
Change in sanction screening of a company (i.e. for the company itself and companies and persons related to the company).
type CompanySanctionChange implements ChangeLike {
sanctionChanges: [SanctionChange!]!
kind: DatasetKind!
}Fields
sanctionChanges [SanctionChange!]! non-null object
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.