DanishPEPListScreeningResult
Represents a screening result from the Danish PEP lists. Use the isCurrentlyPEP-field to ensure the person is still a PEP
type DanishPEPListScreeningResult implements ScreeningResult {
source: String
screenedEntity: PersonOrCompany
names: [String]
matchScore: String
isCurrentlyPEP: Boolean
birthDates: [String]
position: String
positionCategory: String
dateAddedToList: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
Fields
DanishPEPListScreeningResult.source ● String scalar
DanishPEPListScreeningResult.screenedEntity ● PersonOrCompany union
The screenedEntity (Person or Company) that this ScreeningResult belongs to.
DanishPEPListScreeningResult.names ● [String] list scalar
DanishPEPListScreeningResult.matchScore ● String scalar
DanishPEPListScreeningResult.isCurrentlyPEP ● Boolean scalar
DanishPEPListScreeningResult.birthDates ● [String] list scalar
DanishPEPListScreeningResult.position ● String scalar
DanishPEPListScreeningResult.positionCategory ● String scalar
DanishPEPListScreeningResult.dateAddedToList ● String scalar
DanishPEPListScreeningResult.timeCreated ● Timestamp! non-null scalar
DanishPEPListScreeningResult.timeLastEdited ● Timestamp! non-null scalar
Interfaces
ScreeningResult interface
ScreeningResult is an interface that wraps the available screening types in Penneo KYC.