PepHit
PEP and RCA records.
type PepHit {
name: String
aliases: [String!]!
dateOfBirth: PartialDate!
countries: [Country!]!
pep: Boolean!
roles: [PepRole!]!
rca: Boolean!
relations: [PepRelation!]!
custom: Boolean!
externalUrls: [String!]!
confirmedMatch: Boolean
}Fields
name String scalar
String
The name of the pep hit
aliases [String!]! non-null scalar
dateOfBirth PartialDate! non-null object
PartialDate!
The date of birth of the pep hit
countries [Country!]! non-null object
[Country!]!
The countries of the pep hit
pep Boolean! non-null scalar
Boolean!
Whether this person is a PEP (Politically Exposed Person).
roles [PepRole!]! non-null object
[PepRole!]!
Roles that make this person a PEP.
rca Boolean! non-null scalar
Boolean!
Whether this person is an RCA (Relatives and Close Associates).
relations [PepRelation!]! non-null object
[PepRelation!]!
Relations this person has to PEPs (making this person an RCA).
custom Boolean! non-null scalar
Boolean!
If this hit is a user-supplied PEP hit. If true, the information in this PEP hit represents user-provided data about a PEP or RCA that is not known to Strise. This field will always return false for users who do not have access to the PEP/RCA verification feature.
externalUrls [String!]! non-null scalar
[String!]!
External source urls
confirmedMatch Boolean scalar
Boolean
The user’s verification status of this PEP/RCA match. If the match has not yet been verified by a user, this field will return null. This field will only return data for users who have access to the PEP/RCA verification feature.
Member Of
PepInfo object