TypesObjects
PrivatePersonSanctionChange
Change in sanction screening of a private person.
type PrivatePersonSanctionChange implements ChangeLike {
sanctionChanges: [PrivatePersonSanctionChangeItem!]!
kind: DatasetKind!
}Fields
sanctionChanges [PrivatePersonSanctionChangeItem!]! non-null object
[PrivatePersonSanctionChangeItem!]!
Sanction screening changes. Today this list always contains exactly one item with isMonitoredEntity = true, representing the monitored private person. Future additions of related-entity changes will appear as additional items.
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.