> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peopledatalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Person Data Overview

<HTMLBlock>
  {`
  <style>
    .content-toc {
      align-self: start;
    }
  </style>
  `}
</HTMLBlock>

The following table contains an overview of each person-related field in our dataset. Click the field name to go to the corresponding section in our [Person Schema](https://docs.peopledatalabs.com/docs/fields) to see additional details about each field.

> 📘 Field Availability
>
> Please note: Not all fields are available in all packages.
>
> For more details about the fields we offer, including fill rates and which fields are included in the base vs premium packages, check out our [Person Data Field Bundles](https://docs.peopledatalabs.com/docs/person-data-field-bundles).

<br />

<Table align={["left","left","left","center","center","left"]}>
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        Field
      </th>

      <th style={{ textAlign: "left" }}>
        Type
      </th>

      <th style={{ textAlign: "left" }}>
        Short Description
      </th>

      <th style={{ textAlign: "center" }}>
        Requires add-on
      </th>

      <th style={{ textAlign: "center" }}>
        Searchable
      </th>

      <th style={{ textAlign: "left" }}>
        Bundle
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        [`birth_date`](https://docs.peopledatalabs.com/docs/fields#birth_date)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The day the person was born
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`birth_year`](https://docs.peopledatalabs.com/docs/fields#birth_year)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer`
      </td>

      <td style={{ textAlign: "left" }}>
        The year the person was born
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`certifications`](https://docs.peopledatalabs.com/docs/fields#certifications)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Any certifications the person has
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`certifications.end_date`](https://docs.peopledatalabs.com/docs/fields#certifications)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The expiration date of the certification
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`certifications.name`](https://docs.peopledatalabs.com/docs/fields#certifications)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Certification name
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`certifications.organization`](https://docs.peopledatalabs.com/docs/fields#certifications)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The organization awarding the certification
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`certifications.start_date`](https://docs.peopledatalabs.com/docs/fields#certifications)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date the certification was awarded
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`countries`](https://docs.peopledatalabs.com/docs/fields#countries)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Array [Enum (String)]`](https://docs.peopledatalabs.com/docs/location-countries)
      </td>

      <td style={{ textAlign: "left" }}>
        All countries associated with the person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`dataset_version`](https://docs.peopledatalabs.com/docs/fields#dataset_version)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The major or minor release number.
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's education information
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.degrees`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Array [Enum (String)]`](https://docs.peopledatalabs.com/docs/education-degrees)
      </td>

      <td style={{ textAlign: "left" }}>
        The degrees the person earned at the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.end_date`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date the person left the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.gpa`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        `Float`
      </td>

      <td style={{ textAlign: "left" }}>
        The GPA the person earned at the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.majors`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Array [Enum (String)]`](https://docs.peopledatalabs.com/docs/education-majors)
      </td>

      <td style={{ textAlign: "left" }}>
        All majors the person earned at the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.minors`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Array [Enum (String)]`](https://docs.peopledatalabs.com/docs/education-majors)
      </td>

      <td style={{ textAlign: "left" }}>
        All minors the person earned at the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.raw`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Raw education data
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Raw Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#raw-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `Object`
      </td>

      <td style={{ textAlign: "left" }}>
        The school the person attended
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.domain`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The primary website domain associated with the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.facebook_url`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The school's Facebook URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.id`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The non-persistent ID for the school in our records
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.linkedin_id`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The school's LinkedIn ID
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.location`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `Object`
      </td>

      <td style={{ textAlign: "left" }}>
        The location of the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.location.continent`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-continents)
      </td>

      <td style={{ textAlign: "left" }}>
        The continent the school is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.location.country`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-countries)
      </td>

      <td style={{ textAlign: "left" }}>
        The country the school is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.location.locality`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The locality the school is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.location.name`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Our cleaned values for the school location in the format "locality, region, country"
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.location.region`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The region the school is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.name`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The name of the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.raw`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Raw school name
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Raw Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#raw-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.twitter_url`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The school's Twitter URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.type`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/education-school-types)
      </td>

      <td style={{ textAlign: "left" }}>
        The school type
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.school.website`](https://docs.peopledatalabs.com/docs/fields#educationschool)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The website URL associated with the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.start_date`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date the person started at the school
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`education.summary`](https://docs.peopledatalabs.com/docs/fields#education-1)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        User-inputted summary of their education
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`emails`](https://docs.peopledatalabs.com/docs/fields#emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Email addresses associated with the person

        :warning: **Note** This array contains historical email addresses and should **not** directly be used for email outreach.  [Recommended Alternatives](https://docs.peopledatalabs.com/docs/email-data-for-outreach)
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`emails.address`](https://docs.peopledatalabs.com/docs/fields#emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The fully parsed email address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`emails.first_seen`](https://docs.peopledatalabs.com/docs/fields#emails)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was first associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`emails.last_seen`](https://docs.peopledatalabs.com/docs/fields#emails)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was last associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`emails.md5_hash`](https://docs.peopledatalabs.com/docs/fields#emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        A 128-bit hash of an email in md5 format.
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Email Hashes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#email_hash)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`emails.num_sources`](https://docs.peopledatalabs.com/docs/fields#emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this entity with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`emails.sha_256_hash`](https://docs.peopledatalabs.com/docs/fields#emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        A 256-bit hash of an email in sha256 format.
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Email Hashes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#email_hash)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`emails.type`](https://docs.peopledatalabs.com/docs/fields#emails)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/email-types)
      </td>

      <td style={{ textAlign: "left" }}>
        The type of email
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's work experience
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `Object`
      </td>

      <td style={{ textAlign: "left" }}>
        The company where the person worked
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.facebook_url`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company's Facebook URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.founded`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The founding year of the company
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.id`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company's PDL ID
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.industry`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/industries)
      </td>

      <td style={{ textAlign: "left" }}>
        The self-identified industry of the company
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.industry_v2`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/industries-v2)
      </td>

      <td style={{ textAlign: "left" }}>
        The self-identified V2 industry of the company
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.linkedin_id`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company's LinkedIn ID
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.linkedin_url`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company's LinkedIn URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `Object`
      </td>

      <td style={{ textAlign: "left" }}>
        The location of the company's headquarters
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.address_line_2`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The street address line 2 of the company HQ address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.continent`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-continents)
      </td>

      <td style={{ textAlign: "left" }}>
        The continent the company HQ is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.country`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-countries)
      </td>

      <td style={{ textAlign: "left" }}>
        The country the company HQ is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.geo`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        City-center geo code of the company HQ, in the format "latitude, longitude"
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.locality`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The locality the company HQ is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.metro`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-metros)
      </td>

      <td style={{ textAlign: "left" }}>
        The metro area the company HQ is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.name`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Our cleaned values for the company HQ location in the format "locality, region, country"
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.postal_code`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The postal code of the company HQ address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.region`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The region the company HQ is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.location.street_address`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The street address of the company HQ
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.name`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company name, cleaned and standardized
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.raw`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Raw company name
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Raw Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#raw-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.size`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/company-sizes)
      </td>

      <td style={{ textAlign: "left" }}>
        The self-reported company size range
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.ticker`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company ticker
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Ticker Information](https://docs.peopledatalabs.com/docs/person-data-field-bundles#ticker-information)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.twitter_url`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company's Twitter URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.type`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/company-types)
      </td>

      <td style={{ textAlign: "left" }}>
        The company type
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Ticker Information](https://docs.peopledatalabs.com/docs/person-data-field-bundles#ticker-information)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.company.website`](https://docs.peopledatalabs.com/docs/fields#experiencecompany)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company's primary website, cleaned and standardized
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.end_date`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date the person left the company
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.first_seen`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was first associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.is_primary`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        `Boolean`
      </td>

      <td style={{ textAlign: "left" }}>
        Whether this is the person's current job or not
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.last_seen`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was last associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.location_names`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [String]`
      </td>

      <td style={{ textAlign: "left" }}>
        Locations where the person has worked while with this company
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.num_sources`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this entity with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.start_date`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date the person started at the company
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.summary`](https://docs.peopledatalabs.com/docs/fields#experience)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        User-inputted summary of their work experience
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.title`](https://docs.peopledatalabs.com/docs/fields#experiencetitle)
      </td>

      <td style={{ textAlign: "left" }}>
        `Object`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's job title while at the company
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.title.levels`](https://docs.peopledatalabs.com/docs/fields#experiencetitle)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Array [Enum (String)]`](https://docs.peopledatalabs.com/docs/job-title-levels)
      </td>

      <td style={{ textAlign: "left" }}>
        The level(s) of the job title
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.title.name`](https://docs.peopledatalabs.com/docs/fields#experiencetitle)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The cleaned job title
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.title.raw`](https://docs.peopledatalabs.com/docs/fields#experiencetitle)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Raw job title input
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Raw Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#raw-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.title.role`](https://docs.peopledatalabs.com/docs/fields#experiencetitle)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/job-title-roles)
      </td>

      <td style={{ textAlign: "left" }}>
        One of the Canonical Job Roles
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.title.sub_role`](https://docs.peopledatalabs.com/docs/fields#experiencetitle)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/job-title-subroles)
      </td>

      <td style={{ textAlign: "left" }}>
        One of the Canonical Job Sub Roles
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`experience.title.class`](https://docs.peopledatalabs.com/docs/fields#experiencetitle)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/job-title-class)
      </td>

      <td style={{ textAlign: "left" }}>
        The expense line item category this employee would fall into
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`facebook_friends`](https://docs.peopledatalabs.com/docs/fields#facebook_friends)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (>= 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of Facebook friends the person has
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`facebook_id`](https://docs.peopledatalabs.com/docs/fields#facebook_id)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's Facebook profile ID based on source agreement
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`facebook_url`](https://docs.peopledatalabs.com/docs/fields#facebook_url)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's Facebook profile URL based on source agreement
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`facebook_username`](https://docs.peopledatalabs.com/docs/fields#facebook_username)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's Facebook profile username based on source agreement
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`first_name`](https://docs.peopledatalabs.com/docs/fields#first_name)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's first name
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`first_seen`](https://docs.peopledatalabs.com/docs/fields#first_seen)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date when this record was first created in our data
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`full_name`](https://docs.peopledatalabs.com/docs/fields#full_name)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's full name
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`sex`](https://docs.peopledatalabs.com/docs/fields#sex)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/genders)
      </td>

      <td style={{ textAlign: "left" }}>
        The person's sex
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`github_url`](https://docs.peopledatalabs.com/docs/fields#github_url)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's GitHub profile URL based on source agreement
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`github_username`](https://docs.peopledatalabs.com/docs/fields#github_username)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's GitHub profile username based on source agreement
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`headline`](https://docs.peopledatalabs.com/docs/fields#headline)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The brief headline associated with a person profile.
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`id`](https://docs.peopledatalabs.com/docs/fields#id)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        A unique persistent identifier for the person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`industry`](https://docs.peopledatalabs.com/docs/fields#industry)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/industries)
      </td>

      <td style={{ textAlign: "left" }}>
        The most relevant industry for this person based on their work history
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`inferred_salary`](https://docs.peopledatalabs.com/docs/fields#inferred_salary)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/inferred-salaries)
      </td>

      <td style={{ textAlign: "left" }}>
        The inferred salary range (USD) for the person's current job
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Inferred Salary](https://docs.peopledatalabs.com/docs/person-data-field-bundles#inferred-salary)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`inferred_years_experience`](https://docs.peopledatalabs.com/docs/fields#inferred_years_experience)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (0 - 100)`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's inferred years of total work experience
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        Inferred Years Experience
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`interests`](https://docs.peopledatalabs.com/docs/fields#interests)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [String]`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's self-reported interests
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_12mo_employee_growth_rate`](https://docs.peopledatalabs.com/docs/fields#job_company_12mo_employee_growth_rate)
      </td>

      <td style={{ textAlign: "left" }}>
        `Float`
      </td>

      <td style={{ textAlign: "left" }}>
        The person’s current company’s percentage increase in total headcount over the past twelve months.
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Company Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-company-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_employee_count`](https://docs.peopledatalabs.com/docs/fields#job_company_employee_count)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (>= 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The total number of PDL profiles associated with the person’s current company.
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Company Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-company-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_facebook_url`](https://docs.peopledatalabs.com/docs/fields#job_company_facebook_url)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's Facebook URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_founded`](https://docs.peopledatalabs.com/docs/fields#job_company_founded)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's founding year
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_id`](https://docs.peopledatalabs.com/docs/fields#job_company_id)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's PDL ID
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_industry`](https://docs.peopledatalabs.com/docs/fields#job_company_industry)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/industries)
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's industry
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_industry_v2`](https://docs.peopledatalabs.com/docs/fields#job_company_industry_v2)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/industries-v2)
      </td>

      <td style={{ textAlign: "left" }}>
        The v2 industry for the person’s current company.
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_inferred_revenue`](https://docs.peopledatalabs.com/docs/fields#job_company_inferred_revenue)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/inferred-revenue-ranges)
      </td>

      <td style={{ textAlign: "left" }}>
        The estimated annual revenue range in USD of the person’s current company.
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Company Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-company-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_linkedin_id`](https://docs.peopledatalabs.com/docs/fields#job_company_linkedin_id)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's LinkedIn ID
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_linkedin_url`](https://docs.peopledatalabs.com/docs/fields#job_company_linkedin_url)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's LinkedIn URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_address_line_2`](https://docs.peopledatalabs.com/docs/fields#job_company_location_address_line_2)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' street address line 2
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_continent`](https://docs.peopledatalabs.com/docs/fields#job_company_location_continent)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-continents)
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' continent
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_country`](https://docs.peopledatalabs.com/docs/fields#job_company_location_country)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-countries)
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' country
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_geo`](https://docs.peopledatalabs.com/docs/fields#job_company_location_geo)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' city-center geographic coordinates
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_locality`](https://docs.peopledatalabs.com/docs/fields#job_company_location_locality)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' locality
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_metro`](https://docs.peopledatalabs.com/docs/fields#job_company_location_metro)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-metros)
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' metro area
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_name`](https://docs.peopledatalabs.com/docs/fields#job_company_location_name)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' location name
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_postal_code`](https://docs.peopledatalabs.com/docs/fields#job_company_location_postal_code)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' postal code
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_region`](https://docs.peopledatalabs.com/docs/fields#job_company_location_region)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' region
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_location_street_address`](https://docs.peopledatalabs.com/docs/fields#job_company_location_street_address)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's headquarters' street address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_name`](https://docs.peopledatalabs.com/docs/fields#job_company_name)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's name
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_size`](https://docs.peopledatalabs.com/docs/fields#job_company_size)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/company-sizes)
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's size range
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_ticker`](https://docs.peopledatalabs.com/docs/fields#job_company_ticker)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The company ticker for the person's current job
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Ticker Information](https://docs.peopledatalabs.com/docs/person-data-field-bundles#ticker-information)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_total_funding_raised`](https://docs.peopledatalabs.com/docs/fields#job_company_total_funding_raised)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The cumulative amount of money raised in USD by the person’s current company during all publicly disclosed funding rounds.
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Company Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-company-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_twitter_url`](https://docs.peopledatalabs.com/docs/fields#job_company_twitter_url)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's Twitter URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_type`](https://docs.peopledatalabs.com/docs/fields#job_company_type)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/company-types)
      </td>

      <td style={{ textAlign: "left" }}>
        The company type for the person's current job
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Ticker Information](https://docs.peopledatalabs.com/docs/person-data-field-bundles#ticker-information)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_company_website`](https://docs.peopledatalabs.com/docs/fields#job_company_website)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current company's website
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_history`](https://docs.peopledatalabs.com/docs/fields#job_history)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Additional professional positions that may have been removed or changed on resumes
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_history.company_id`](https://docs.peopledatalabs.com/docs/fields#job_history)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        PDL Company ID
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_history.company_name`](https://docs.peopledatalabs.com/docs/fields#job_history)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Company name
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_history.first_seen`](https://docs.peopledatalabs.com/docs/fields#job_history)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this experience was first associated with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_history.last_seen`](https://docs.peopledatalabs.com/docs/fields#job_history)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this experience was last associated with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_history.num_sources`](https://docs.peopledatalabs.com/docs/fields#job_history)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this profile with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_history.title`](https://docs.peopledatalabs.com/docs/fields#job_history)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        Job Title
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_last_changed`](https://docs.peopledatalabs.com/docs/fields#job_last_changed)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The timestamp that reflects when the top-level job information changed.
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_last_verified`](https://docs.peopledatalabs.com/docs/fields#job_last_verified)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The timestamp that reflects when the top level job information was last validated by a data source.
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_onet_code`](https://docs.peopledatalabs.com/docs/fields#job_onet_code)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The 8-digit [O\*NET code](https://docs.peopledatalabs.com/docs/onet-field-overview#the-onet-code) for the person’s current job title
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [O\*Net Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#onet-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_onet_major_group`](https://docs.peopledatalabs.com/docs/fields#job_onet_major_group)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The [O\*NET Major Group](https://docs.peopledatalabs.com/docs/onet-field-overview#taxonomy-structure) associated with the person’s current job title
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [O\*Net Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#onet-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_onet_minor_group`](https://docs.peopledatalabs.com/docs/fields#job_onet_minor_group)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The [O\*NET Minor Group](https://docs.peopledatalabs.com/docs/onet-field-overview#taxonomy-structure) associated with the person’s current job title
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [O\*Net Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#onet-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_onet_broad_occupation`](https://docs.peopledatalabs.com/docs/fields#job_onet_broad_occupation)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The [O\*NET Broad Occupation](https://docs.peopledatalabs.com/docs/onet-field-overview#taxonomy-structure) associated with the person’s current job title
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [O\*Net Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#onet-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_onet_specific_occupation`](https://docs.peopledatalabs.com/docs/fields#job_onet_specific_occupation)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The [O\*NET Specific Occupation](https://docs.peopledatalabs.com/docs/onet-field-overview#taxonomy-structure) associated with the person’s current job title
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [O\*Net Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#onet-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_onet_specific_occupation_detail`](https://docs.peopledatalabs.com/docs/fields#job_onet_specific_occupation_detail)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The [O\*NET Specific Occupation Detail](https://docs.peopledatalabs.com/docs/onet-field-overview#taxonomy-structure) associated with the person’s current job title
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [O\*Net Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#onet-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_start_date`](https://docs.peopledatalabs.com/docs/fields#job_start_date)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date the person started their current job
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_summary`](https://docs.peopledatalabs.com/docs/fields#job_summary)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        User-inputted summary of their current job
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_title`](https://docs.peopledatalabs.com/docs/fields#job_title)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current job title
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_title_levels`](https://docs.peopledatalabs.com/docs/fields#job_title_levels)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Array [Enum (String)]`](https://docs.peopledatalabs.com/docs/job-title-levels)
      </td>

      <td style={{ textAlign: "left" }}>
        The derived level(s) of the person's current job title
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_title_role`](https://docs.peopledatalabs.com/docs/fields#job_title_role)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/job-title-roles)
      </td>

      <td style={{ textAlign: "left" }}>
        The derived role of the person's current job title
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_title_sub_role`](https://docs.peopledatalabs.com/docs/fields#job_title_sub_role)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/job-title-subroles)
      </td>

      <td style={{ textAlign: "left" }}>
        The derived subrole of the person's current job title
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`job_title_class`](https://docs.peopledatalabs.com/docs/fields#job_title_class)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/job-title-class)
      </td>

      <td style={{ textAlign: "left" }}>
        The expense line item category this employee would fall into
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`languages`](https://docs.peopledatalabs.com/docs/fields#languages)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Languages the person knows
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`languages.name`](https://docs.peopledatalabs.com/docs/fields#languages)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/language-names)
      </td>

      <td style={{ textAlign: "left" }}>
        The language
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`languages.proficiency`](https://docs.peopledatalabs.com/docs/fields#languages)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (1-5)`
      </td>

      <td style={{ textAlign: "left" }}>
        Self-ranked language proficiency from 1 (limited) to 5 (fluent)
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`last_initial`](https://docs.peopledatalabs.com/docs/fields#last_initial)
      </td>

      <td style={{ textAlign: "left" }}>
        `String (1 character)`
      </td>

      <td style={{ textAlign: "left" }}>
        The first letter of the person's last name
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`last_name`](https://docs.peopledatalabs.com/docs/fields#last_name)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's last name
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`linkedin_connections`](https://docs.peopledatalabs.com/docs/fields#linkedin_connections)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (>= 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of LinkedIn connections the person has
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Linkedin Connections](https://docs.peopledatalabs.com/docs/person-data-field-bundles#linkedin-connections)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`linkedin_id`](https://docs.peopledatalabs.com/docs/fields#linkedin_id)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's LinkedIn profile ID. This is null when no values in the "profiles" array are active
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`linkedin_url`](https://docs.peopledatalabs.com/docs/fields#linkedin_url)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current LinkedIn profile URL. This is null when no values in the "profiles" array are active
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`linkedin_username`](https://docs.peopledatalabs.com/docs/fields#linkedin_username)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's LinkedIn profile username. This is null when no values in the "profiles" array are active
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_address_line_2`](https://docs.peopledatalabs.com/docs/fields#location_address_line_2)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current street address line 2
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_continent`](https://docs.peopledatalabs.com/docs/fields#location_continent)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-continents)
      </td>

      <td style={{ textAlign: "left" }}>
        The continent of the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_country`](https://docs.peopledatalabs.com/docs/fields#location_country)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-countries)
      </td>

      <td style={{ textAlign: "left" }}>
        The country of the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_geo`](https://docs.peopledatalabs.com/docs/fields#location_geo)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The geo code of the city center of the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_last_updated`](https://docs.peopledatalabs.com/docs/fields#location_last_updated)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The timestamp that a new data source contributed to the record for the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_locality`](https://docs.peopledatalabs.com/docs/fields#location_locality)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The locality of the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_metro`](https://docs.peopledatalabs.com/docs/fields#location_metro)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-metros)
      </td>

      <td style={{ textAlign: "left" }}>
        The metro of the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_name`](https://docs.peopledatalabs.com/docs/fields#location_name)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The location of the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_names`](https://docs.peopledatalabs.com/docs/fields#location_names)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [String]`
      </td>

      <td style={{ textAlign: "left" }}>
        All location names associated with the person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_postal_code`](https://docs.peopledatalabs.com/docs/fields#location_postal_code)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The postal code of the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_region`](https://docs.peopledatalabs.com/docs/fields#location_region)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The region of the person's current address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`location_street_address`](https://docs.peopledatalabs.com/docs/fields#location_street_address)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current street address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`middle_initial`](https://docs.peopledatalabs.com/docs/fields#middle_initial)
      </td>

      <td style={{ textAlign: "left" }}>
        `String (1 character)`
      </td>

      <td style={{ textAlign: "left" }}>
        The first letter of the person's middle name
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`middle_name`](https://docs.peopledatalabs.com/docs/fields#middle_name)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's middle name
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`mobile_phone`](https://docs.peopledatalabs.com/docs/fields#mobile_phone)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Phone)`](https://docs.peopledatalabs.com/docs/data-types#phone-numbers)
      </td>

      <td style={{ textAlign: "left" }}>
        The personal mobile phone associated with this individual. Mobile phones can only be associated with 1 person in the PDL data.
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`name_aliases`](https://docs.peopledatalabs.com/docs/fields#name_aliases)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [String]`
      </td>

      <td style={{ textAlign: "left" }}>
        Any other names the person goes by
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`num_records`](https://docs.peopledatalabs.com/docs/fields#num_records)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of unique raw records contributing to this specific PDL profile
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`num_sources`](https://docs.peopledatalabs.com/docs/fields#num_sources)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of unique sources contributing to this specific PDL profile
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`operation_id`](https://docs.peopledatalabs.com/docs/fields#operation_id)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        An identifier for an operation in a Data License delivery, used for troubleshooting.
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`personal_emails`](https://docs.peopledatalabs.com/docs/fields#personal_emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [String]`
      </td>

      <td style={{ textAlign: "left" }}>
        All personal emails associated with the person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`phone_numbers`](https://docs.peopledatalabs.com/docs/fields#phone_numbers)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Array [String (Phone)]`](https://docs.peopledatalabs.com/docs/data-types#phone-numbers)
      </td>

      <td style={{ textAlign: "left" }}>
        All phone numbers associated with the person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`phones`](https://docs.peopledatalabs.com/docs/fields#phones)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        The list of phone numbers associated with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`phones.first_seen`](https://docs.peopledatalabs.com/docs/fields#phones)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this number was first associated with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`phones.last_seen`](https://docs.peopledatalabs.com/docs/fields#phones)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this number was last associated with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`phones.num_sources`](https://docs.peopledatalabs.com/docs/fields#phones)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this profile with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`phones.number`](https://docs.peopledatalabs.com/docs/fields#phones)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Phone)`](https://docs.peopledatalabs.com/docs/data-types#phone-numbers)
      </td>

      <td style={{ textAlign: "left" }}>
        The phone number
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_birth_dates`](https://docs.peopledatalabs.com/docs/fields#possible_birth_dates)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Array [String (Date)]`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        Birthdays associated with this person that have a lower level of confidence
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_emails`](https://docs.peopledatalabs.com/docs/fields#possible_emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Email addresses associated with this person that have a lower level of confidence
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_emails.address`](https://docs.peopledatalabs.com/docs/fields#possible_emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The fully parsed email address
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_emails.first_seen`](https://docs.peopledatalabs.com/docs/fields#possible_emails)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was first associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_emails.last_seen`](https://docs.peopledatalabs.com/docs/fields#possible_emails)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was last associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_emails.num_sources`](https://docs.peopledatalabs.com/docs/fields#possible_emails)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this entity with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_emails.type`](https://docs.peopledatalabs.com/docs/fields#possible_emails)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/email-types)
      </td>

      <td style={{ textAlign: "left" }}>
        The type of email
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_location_names`](https://docs.peopledatalabs.com/docs/fields#possible_location_names)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [String]`
      </td>

      <td style={{ textAlign: "left" }}>
        Locations associated with this person that have a lower level of confidence
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_phones`](https://docs.peopledatalabs.com/docs/fields#possible_phones)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Phone numbers associated with this person that have a lower level of confidence
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_phones.first_seen`](https://docs.peopledatalabs.com/docs/fields#possible_phones)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this number was first associated with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_phones.last_seen`](https://docs.peopledatalabs.com/docs/fields#possible_phones)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this number was last associated with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_phones.num_sources`](https://docs.peopledatalabs.com/docs/fields#possible_phones)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this profile with this record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_phones.number`](https://docs.peopledatalabs.com/docs/fields#possible_phones)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Phone)`](https://docs.peopledatalabs.com/docs/data-types#phone-numbers)
      </td>

      <td style={{ textAlign: "left" }}>
        The phone number
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_profiles`](https://docs.peopledatalabs.com/docs/fields#possible_profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Social profiles associated with this person that have a lower level of confidence
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_profiles.first_seen`](https://docs.peopledatalabs.com/docs/fields#possible_profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was first associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_profiles.id`](https://docs.peopledatalabs.com/docs/fields#possible_profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The profile ID
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_profiles.last_seen`](https://docs.peopledatalabs.com/docs/fields#possible_profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was last associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_profiles.network`](https://docs.peopledatalabs.com/docs/fields#possible_profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/profile-networks)
      </td>

      <td style={{ textAlign: "left" }}>
        The social network the profile is on
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_profiles.num_sources`](https://docs.peopledatalabs.com/docs/fields#possible_profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this entity with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_profiles.url`](https://docs.peopledatalabs.com/docs/fields#possible_profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The profile URL
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_profiles.username`](https://docs.peopledatalabs.com/docs/fields#possible_profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The profile username
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Addresses associated with this person that have a lower level of confidence
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.address_line_2`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The street address line 2
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.continent`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-continents)
      </td>

      <td style={{ textAlign: "left" }}>
        The continent the address is in
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.country`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-countries)
      </td>

      <td style={{ textAlign: "left" }}>
        The country the address is in
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.first_seen`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was first associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.geo`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The city-center geographic coordinates of the address
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.last_seen`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was last associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.locality`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The locality the address is in
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.metro`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-metros)
      </td>

      <td style={{ textAlign: "left" }}>
        The metro area the address is in
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.name`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The location of the address
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.num_sources`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this entity with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.postal_code`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The postal code of the address
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.region`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The region of the address
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`possible_street_addresses.street_address`](https://docs.peopledatalabs.com/docs/fields#possible_street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The street address
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`profiles`](https://docs.peopledatalabs.com/docs/fields#profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        Social profiles associated with the person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`profiles.first_seen`](https://docs.peopledatalabs.com/docs/fields#profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was first associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`profiles.id`](https://docs.peopledatalabs.com/docs/fields#profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The profile ID
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`profiles.last_seen`](https://docs.peopledatalabs.com/docs/fields#profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was last associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`profiles.network`](https://docs.peopledatalabs.com/docs/fields#profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/profile-networks)
      </td>

      <td style={{ textAlign: "left" }}>
        The social network the profile is on
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`profiles.num_sources`](https://docs.peopledatalabs.com/docs/fields#profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this entity with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`profiles.url`](https://docs.peopledatalabs.com/docs/fields#profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The profile URL
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`profiles.username`](https://docs.peopledatalabs.com/docs/fields#profiles)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The profile username
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`recommended_personal_email`](https://docs.peopledatalabs.com/docs/fields#recommended_personal_email)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The best available email to reach a person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`regions`](https://docs.peopledatalabs.com/docs/fields#regions)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [String]`
      </td>

      <td style={{ textAlign: "left" }}>
        All regions associated with the person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`skills`](https://docs.peopledatalabs.com/docs/fields#skills)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [String]`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's self-reported skills
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `Array [Object]`
      </td>

      <td style={{ textAlign: "left" }}>
        All street addresses associated with the person
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.address_line_2`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The street address line 2
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.continent`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-continents)
      </td>

      <td style={{ textAlign: "left" }}>
        The continent the address is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.country`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-countries)
      </td>

      <td style={{ textAlign: "left" }}>
        The country the address is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.first_seen`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was first associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.geo`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The city-center geographic coordinates of the address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.last_seen`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`String (Date)`](https://docs.peopledatalabs.com/docs/data-types#dates)
      </td>

      <td style={{ textAlign: "left" }}>
        The date that this entity was last associated with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.locality`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The locality the address is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.metro`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        [`Enum (String)`](https://docs.peopledatalabs.com/docs/location-metros)
      </td>

      <td style={{ textAlign: "left" }}>
        The metro area the address is in
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.name`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The location of the address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.num_sources`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `Integer (> 0)`
      </td>

      <td style={{ textAlign: "left" }}>
        The number of sources that have contributed to the association of this entity with the Person record
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Person Risk Attributes](https://docs.peopledatalabs.com/docs/person-data-field-bundles#person-risk-attributes)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.postal_code`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The postal code of the address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.region`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The region of the address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`street_addresses.street_address`](https://docs.peopledatalabs.com/docs/fields#street_addresses)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The street address
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`summary`](https://docs.peopledatalabs.com/docs/fields#summary)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        User-inputted personal summary
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Premium Resume Fields](https://docs.peopledatalabs.com/docs/person-data-field-bundles#premium-resume-fields)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`twitter_url`](https://docs.peopledatalabs.com/docs/fields#twitter_url)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's Twitter profile URL based on source agreement
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`twitter_username`](https://docs.peopledatalabs.com/docs/fields#twitter_username)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's Twitter profile username based on source agreement
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>

    <tr>
      <td style={{ textAlign: "left" }}>
        [`work_email`](https://docs.peopledatalabs.com/docs/fields#work_email)
      </td>

      <td style={{ textAlign: "left" }}>
        `String`
      </td>

      <td style={{ textAlign: "left" }}>
        The person's current work email
      </td>

      <td style={{ textAlign: "center" }} />

      <td style={{ textAlign: "center" }}>
        T
      </td>

      <td style={{ textAlign: "left" }}>
        [Base](https://docs.peopledatalabs.com/docs/person-data-field-bundles#base)
      </td>
    </tr>
  </tbody>
</Table>

***

<Image align="center" src="https://files.readme.io/891be0ed02ce4959796635e8174b6ed7798a85f2595404a0ac7609c814e3a71b-Recruiting_Banner_for_Docs.png" />

*Know someone who’d thrive building data products and helping us launch what’s next? We’d love to meet!*

*Check out our [open roles](https://www.peopledatalabs.com/company?utm_source=docs\&utm_medium=footer\&utm_campaign=cta#jobs) →*