DowJonesScreeningResult
Represents a screening result from Dow Jones. Can be from multiple lists, see dowJonesListCodes for these.
type DowJonesScreeningResult implements ScreeningResult {
source: String
screenedEntity: PersonOrCompany
names: [String]
title: String
matchScore: String
birthDates: [String]
citizenship: Country
residency: Country
dowJonesListCodes: [String]
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
Fields
DowJonesScreeningResult.source ● String scalar
DowJonesScreeningResult.screenedEntity ● PersonOrCompany union
The screenedEntity (Person or Company) that this ScreeningResult belongs to.
DowJonesScreeningResult.names ● [String] list scalar
DowJonesScreeningResult.title ● String scalar
DowJonesScreeningResult.matchScore ● String scalar
DowJonesScreeningResult.birthDates ● [String] list scalar
DowJonesScreeningResult.citizenship ● Country object
DowJonesScreeningResult.residency ● Country object
DowJonesScreeningResult.dowJonesListCodes ● [String] list scalar
DowJonesScreeningResult.timeCreated ● Timestamp! non-null scalar
DowJonesScreeningResult.timeLastEdited ● Timestamp! non-null scalar
Interfaces
ScreeningResult interface
ScreeningResult is an interface that wraps the available screening types in Penneo KYC.