The Extra Fields section covers additional information from Data Vendors that can be passed to Parcha’s agents for a more comprehensive review.

Adverse Media & PEP

Field Descriptions

Vendor Data

vendor_case_id
string

Unique identifier for the case. Used for customer convenience to tie cases back to Vendor Data case management systems.

search_term
string

The search term used when screening for Adverse Media or PEPs.

vendor_adverse_media_profiles
list

The list of adverse media profiles returned by the vendor.

potential_pep_hits
list

The list of PEP profiles returned by the vendor.

Adverse Media Profile

Field Descriptions

Adverse Media Profile

full_name
string
required

The full name of the individual associated with the adverse media profile.

aliases
array

A list of alternative names or aliases associated with the adverse media profile.

date_of_birth
string

The date of birth of the individual in “YYYY-MM-DD” format.

associated_countries
array

A list of countries associated with the adverse media profile.

sources
array
required

A list of sources containing information about the adverse media events.

sources.url
string
required

The URL of the source for the adverse media event.

sources.date
string

The date of the source in “YYYY-MM-DD” format.

sources.summary
string

The text from the Adverse Media Article if available.

PEP Profile

Field Descriptions

PEPProfile

full_name
string
required

Full name of the politically exposed person.

aliases
array

List of alternative names or aliases for the person.

date_of_birth
string

Date of birth in “YYYY-MM-DD” format.

associated_countries
array

List of countries associated with the person.

is_deceased
boolean

Indicates whether the person is deceased.

pep_title
string

The person’s political or influential title.

pep_type
string

The type of politically exposed person (e.g., “Politician”).

pep_status
string

Current status of the person’s political exposure.

roles
array

List of roles held by the person, each containing:

  • name: Role name
  • country: Country where the role is held
  • start_date: Start date of the role
  • end_date: End date of the role
biography_info
string

Biographical information about the person.

identification_info
string

Identification information about the person.

relationships
array

List of relationships to other politically exposed persons, each containing:

  • relationship_type: Type of relationship
  • pep_profile: PEPProfile of the related person
weblinks
array

List of relevant web links, each containing:

  • url: URL of the web link
  • date: Date of the web link
  • summary: Summary of the web link content

Validation Process

When submitting data for the Individual Schema, the system performs several validation checks:

  1. Required fields are checked for presence.
  2. Field formats are validated (e.g., date formats).
  3. Field values are checked for validity (e.g., ownership percentage range).

If any validation errors occur, the system will return a SchemaValidationError with details about the specific fields that failed validation.

Usage in API

When using this schema in API calls:

  1. Ensure all required fields are provided.
  2. Follow the specified formats for dates, email addresses, and other structured data.
  3. Be prepared to handle validation errors and adjust your data accordingly.

API Documentation

Dive into our comprehensive API documentation to understand all available endpoints and features.