TypesObjects
PrivatePersonPepChangeItem
A single PEP change in a PrivatePersonPepChange.
Today the wrapping list always contains exactly one item, representing the
monitored private person itself (isMonitoredEntity = true). The shape
mirrors PepChange so future additions of related-entity changes are non-breaking.
type PrivatePersonPepChangeItem {
isMonitoredEntity: Boolean!
toValue: PepInfo!
fromValue: PepInfo
}Fields
isMonitoredEntity Boolean! non-null scalar
Boolean!
Whether this change describes the monitored private person itself (rather than a related entity).
toValue PepInfo! non-null object
PepInfo!
The current PEP screening result.
fromValue PepInfo object
PepInfo
The previous PEP screening result.
Member Of
PrivatePersonPepChange object