Strise Connect API Docs
TypesObjects

SanctionChange

Change in sanction screening.

type SanctionChange {
  entity: EntityLike!
  relationsToMonitoredEntity: [RelationKind!]!
  toValue: SanctionInfo!
  fromValue: SanctionInfo
}

Fields

entity EntityLike! non-null interface

EntityLike! The entity for which the screening has changed.

relationsToMonitoredEntity [RelationKind!]! non-null enum

[RelationKind!]! How the entity is related to the monitored entity.

toValue SanctionInfo! non-null object

SanctionInfo! The changed screening result.

fromValue SanctionInfo object

SanctionInfo The previous screening result.

Member Of

CompanySanctionChange object

On this page