Strise Connect API Docs
TypesObjects

PrivatePersonSanctionChangeItem

A single sanction change in a PrivatePersonSanctionChange. Today the wrapping list always contains exactly one item, representing the monitored private person itself (isMonitoredEntity = true). The shape mirrors SanctionChange so future additions of related-entity changes are non-breaking.

type PrivatePersonSanctionChangeItem {
  isMonitoredEntity: Boolean!
  toValue: SanctionInfo!
  fromValue: SanctionInfo
}

Fields

isMonitoredEntity Boolean! non-null scalar

Boolean! Whether this change describes the monitored private person itself (rather than a related entity).

toValue SanctionInfo! non-null object

SanctionInfo! The current sanction screening result.

fromValue SanctionInfo object

SanctionInfo The previous sanction screening result.

Member Of

PrivatePersonSanctionChange object

On this page