Strise Connect API Docs
TypesObjects

MonitoredEntityScreening

A monitored portfolio entity a screened entity surfaces under, and how the screened entity links back to it.

type MonitoredEntityScreening {
  monitoredEntity: MonitoredEntityLike
  relationsToMonitoredEntity: [RelationKind!]
}

Fields

monitoredEntity MonitoredEntityLike interface

MonitoredEntityLike The monitored portfolio entity (a company or private person) the hits surface under. Equals the node's entity when the hit is on the monitored entity itself.

relationsToMonitoredEntity [RelationKind!] enum

[RelationKind!] How the screened entity is linked to the monitored entity. Null when the hit is on the monitored entity itself.

Member Of

DispositionScreeningMatch object

On this page