# List of Privacy Data

{% hint style="info" %}
Companies must be approved by Quadrata to request privacy data from individuals and businesses. \
\
Any information shared is subject to consent. \
\
Companies must contact <compliance@quadrata.com> to request access to the types of information below.&#x20;
{% endhint %}

## Individual / User Privacy Data

<table><thead><tr><th width="450.3333333333333">Privacy Permission</th><th width="169">Parameter Name</th><th>Payload</th></tr></thead><tbody><tr><td><code>Address</code></td><td><code>ADR</code></td><td><code>string</code></td></tr><tr><td><code>Date Of Birth</code></td><td><code>DOB</code></td><td><code>string</code></td></tr><tr><td><code>Email</code></td><td><code>EM</code></td><td><code>string</code></td></tr><tr><td><code>First Name</code></td><td><code>FN</code></td><td><code>string</code></td></tr><tr><td><code>Government ID Number</code></td><td><code>G</code></td><td><code>string</code></td></tr><tr><td><code>Government ID Class</code></td><td><code>GC</code></td><td><code>string</code></td></tr><tr><td><code>Government ID Expiration Date</code></td><td><code>GE</code></td><td><code>string</code></td></tr><tr><td><code>Government ID Issue Date</code></td><td><code>GI</code></td><td><code>string</code></td></tr><tr><td><code>Government ID Issuing Authority</code></td><td><code>GIS</code></td><td><code>string</code></td></tr><tr><td><code>Government ID Photo</code></td><td><code>GP</code></td><td><code>object</code></td></tr><tr><td><code>Last Name</code></td><td><code>LN</code></td><td><code>string</code></td></tr><tr><td><code>Middle Name</code></td><td><code>MN</code></td><td><code>string</code></td></tr></tbody></table>

## Business Privacy Data

<table><thead><tr><th width="450.3333333333333">Privacy Permission</th><th width="169">Parameter Name</th><th>Payload</th></tr></thead><tbody><tr><td><code>Business Address</code></td><td><code>KYB_ADR</code></td><td><code>object</code></td></tr><tr><td><code>Business Description</code></td><td><code>KYB_DESC</code></td><td><code>object</code></td></tr><tr><td><code>Business Name</code></td><td><code>KYB_NAME</code></td><td><code>object</code></td></tr><tr><td><code>Places of Activity</code></td><td><code>KYB_PLACE</code></td><td><code>object</code></td></tr><tr><td><code>Purpose of Passport</code></td><td><code>KYB_PURP</code></td><td><code>object</code></td></tr><tr><td><code>Business Type</code></td><td><code>KYB_TYPE</code></td><td><code>object</code></td></tr><tr><td><code>Formation Date</code></td><td><code>KYB_DATE</code></td><td><code>object</code></td></tr><tr><td><code>Formation Jurisdiction</code></td><td><code>KYB_JUR</code></td><td><code>object</code></td></tr><tr><td><code>Business Website</code></td><td><code>KYB_URL</code></td><td><code>object</code></td></tr><tr><td><code>Business Wallet Addresses</code></td><td><code>KYB_WALLET</code></td><td><code>object</code></td></tr><tr><td><code>Business Files</code></td><td><code>KYB_FILES</code></td><td><code>object</code></td></tr><tr><td><code>Business Owners</code> (UBO / Controlling Persons)</td><td><code>KYB_OWNERS</code></td><td><code>object</code></td></tr><tr><td><code>TIN / Registration Number</code></td><td><code>KYB_TIN</code></td><td><code>object</code></td></tr><tr><td><code>Full Business Information</code> (Alias for all scopes)</td><td><code>KYB_FULL</code></td><td>--</td></tr></tbody></table>

### Business Owners

Business owners will include all UBO / Control Person(s) liveness and / or document verifications, which includes all Individual / User Privacy Data as well as selfie verification photos.

### Business Files

Business files will include all required documents, including:

* KYB Questionnaire Answers
* Formation Document(s)
* Bylaws / Articles of Association (as applicable)
* Authorized Signatory List (as applicable)
* Shareholder Register Document (as applicable)
* Bank Verification Document (as applicable)
* KYC / AML Program (as applicable)
* Entity Structure Chart (as applicable)
* All Data Collected / Inserted by Applicant (FORM\_FIELDS)&#x20;

{% hint style="info" %}
If any document is not provided, an explanation of why that document is not provided will be included in the data collected.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.quadrata.com/integration/how-to-integrate/request-privacy-data/list-of-privacy-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
