Strise Connect API Docs
TypesObjects

PepRole

A role that makes a person a PEP, e.g. member of parliament.

type PepRole {
  description: String
  details: String
  startDate: Date
  endDate: Date
  since: Date @deprecated
}

Fields

description String scalar

String Description of the role that makes this person a PEP.

details String scalar

String Further details about the role.

startDate Date scalar

Date The date the person started the role. NB! changes to this field will not be notified.

endDate Date scalar

Date The date the person ended the role. NB! changes to this field will not be notified.

since Date deprecated scalar

Date

DEPRECATED

Use startDate instead

The date the person assumed the role. NB! changes to this field will not be notified.

Member Of

PepHit object PepInfo object PepRelation object

On this page