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

# Customer File Schema

> Field-level reference for the Customer file, including individual and business customer identification, tax IDs, addresses, and KYC requirements.

<Warning>
  Complete Customer Files are required to be sent for all customers on creation as well as on update. Partial updates are not supported. Please do not submit "no-op" changes to customers.
</Warning>

<Check>
  For optional fields where you do not plan to pass through data, please include the header and an empty value.
</Check>

| Field                                            | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Required                                                                                             | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| client\_customer\_id                             | The unique ID for this customer in your system. Limit of 64 characters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Required                                                                                             | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| customer\_type                                   | Type of customer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Required                                                                                             | enum: <br /><br />`individual`<br />`business`<br />`sole_prop`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| intended\_roles                                  | Intended role(s) of the customer. These can be used to synchronously validate eligibility of customers for specific roles. Refer to [Data Requirements for Intended Roles](/api-integrations/entity/roles) for more details.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Optional                                                                                             | array of enum:<br /><br />`authorized_user`<br />`authorized_signer`<br />`account_holder`  For customer\_type = individual, all of `authorized_user`, `authorized_signer`, `account_holder` allowed<br /><br />For customer\_type = sole\_prop, only `account_holder` is allowed.<br /><br />For customer\_type = business, only `account_holder` is allowed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| first\_name                                      | Legal first name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Required if `customer_type` = `individual`                                                           | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| preferred\_first\_name                           | Preferred first name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Optional                                                                                             | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| middle\_name                                     | Middle name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Optional                                                                                             | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| last\_name                                       | Legal last name. Must be at least 2 alphanumeric characters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Required if `customer_type` = `individual`                                                           | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| date\_of\_birth                                  | Date of birth.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Optional                                                                                             | date<br /><br />`YYYY-MM-DD`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| occupation                                       | Occupation or job.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Optional                                                                                             | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| business\_type                                   | Business types based on `customer_types`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Required if `customer_type` = `business`, `sole_prop`                                                | enum:<br />`corporation`<br />`partnership`<br />`sole_prop`<br />`llc`<br />`trust`<br />`cooperative`<br />`otherindividual` = N/A  `business` = `corporation`, `partnership`, `sole_prop`, `llc`, `trust`, `cooperative`, `other`<br /><br />`sole_prop` = `sole_prop`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| business\_name                                   | Legal name of the business. Must be at least 2 characters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Required if `customer_type` = `business`, `sole_prop`                                                | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| doing\_business\_as                              | Business name if the business operates under a different name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Optional                                                                                             | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| website                                          | The website of the business.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Optional                                                                                             | url:<br />`http:// `<br />`https://`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| business\_gross<br />\_annual\_revenue           | Business gross revenue for prior fiscal year.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Optional                                                                                             | decimal(M, 2)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| business\_gross<br />\_annual\_revenue\_currency | A three-letter currency code as defined in ISO 4217.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Optional                                                                                             | ISO 4217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| industry                                         | [NAICS codes](https://www.census.gov/naics/?58967?yearbck=2022) for the applicable industries. 2-6 digits of NAICS codes are accepted.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Required if `customer_type` = `business`, `sole_prop`                                                | array of enum<br />\[11, 111140]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| email                                            | Primary email address of the customer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | ONE of `email` or `phone_number` is required                                                         | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| phone\_number                                    | Primary phone number of the customer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | ONE of `email` or `phone_number` is required                                                         | [E.123](https://en.wikipedia.org/wiki/E.123) phone number format. <br /><br />Example for US:<br />`+1 123 456 7890`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| physical\_address<br />\_line\_1                 | Address line 1. Physical addresses must not be P.O. boxes, registered agent addresses or in prohibited countries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Required if any of the `physical_address` fields are present                                         | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| physical\_address<br />\_line\_2                 | Address line 2.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Optional                                                                                             | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| physical\_address<br />\_city                    | City.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Required if any of the `physical_address` fields are present                                         | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| physical\_address<br />\_postal\_code            | Postal Code, required for US addresses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Required if `physical_address_country` = `us`                                                        | string  Follow this format: <br />US: ^\d5(?:-\d4)?\$<br /><br />CN: ^\d6\$, GB: ^\[A-Z]2d\[A-Z0-9]? ?d\[A-Z]2\$<br /><br />JP: ^\d3-\d4\$                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| physical\_address<br />\_state                   | State.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Required if `physical_address_country` = `us`                                                        | string:<br />2-letter state code                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| physical\_address<br />\_country                 | ISO3166-1 Alpha-2 country code.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Required if any of the `physical_address` fields are present                                         | string:<br />ISO 3166-1-alpha-2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| mailing\_address<br />\_line\_1                  | Address line 1.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Required if any of the `mailing_address` fields are present                                          | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| mailing\_address<br />\_line\_2                  | Address line 2.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Optional.                                                                                            | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| mailing\_address<br />\_city                     | City.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Required if any of the `mailing_address` fields are present                                          | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| mailing\_address<br />\_postal\_code             | Postal Code, required for US addresses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Required if `mailing_address_country` = `us`                                                         | string<br /><br />Follow this format:<br />US: ^\d5(?:-\d4)?\$<br /><br />CN: ^\d6\$, GB: ^\[A-Z]2d\[A-Z0-9]? ?d\[A-Z]2\$<br /><br />JP: ^\d3-\d4\$                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| mailing\_address<br />\_state                    | State.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Required if `mailing_address_country` = `us`                                                         | string:<br />2-letter state code                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| mailing\_address<br />\_country                  | ISO3166-1 Alpha-2 country code.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Required if any of the `mailing_address` fields are present                                          | string:<br />ISO 3166-1-alpha-2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| other\_addresses                                 | Other addresses for the customer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Optional.                                                                                            | "line\_1": "string" (required)<br /><br />"line\_2": "string" (optional)<br /><br />"city": "string" (required)<br /><br />"postal\_code": "string" (required if country = us)<br /><br />"state": "string; 2 character code" <br />(required if country= us)<br /><br />"country": "string; ISO3166-1 Alpha-2 country code" (required)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| is\_us\_entity                                   | Customer is considered US entity if they have US tax identification.  <br /><br />**For US Entities:**<br />Full KYC (needed for Account Holder and Authorized Signer roles), US tax identification number as well as other available government-verified identification documents are required.  <br /><br />**For non-US Entities:**<br />Government-verified identification documents are required                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Required                                                                                             | boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| us\_tax\_id\_type                                | The entity's US tax identification type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Required if any of the `us_tax_id` fields are present                                                | enum:<br />`ssn`<br />`ein`<br />`itin`  If customer\_type = individual, `ssn` or `itin` is required.<br /><br />If customer\_type = business, `ein` is required.<br /><br />If customer\_type = sole\_prop, `ssn`, `ein` or `itin` is required.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| us\_tax\_id\_value                               | The customer's US tax identification number. Must be 9 digits (e.g. XXXXXXXXX). <br /><br />`ssn` must not start with a 9.<br /><br />`ein` must begin with a number between 00 and 99. <br /><br />`itin` must begin with a 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Required if any of the `us_tax_id` fields are present                                                | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| identification\_documents                        | **For US Entities**<br />Available government-verified identification documents are required. <br /><br />**For non-US Entities**<br />Government-verified identification documents are required.<br /><br />`client_document_id`: Client document ID for the identification document.  `type`: Customer's government-verified identification document type. This will apply for identification types other than US tax identification.  `description`: Description about the identification document. Required if identification document type is other.<br /><br />`identification_number`: Unique identification number on the identification document.<br />`expiration_date`: Expiration date of the identification document.  `issuing_state`: Issuing state of the identification document. Must be 2 character code (e.g. NY).  `issuing_country`: Issuing country of the identification document. ISO3166-1 Alpha-2 country code. | Optional                                                                                             | **identification\_documents:**<br /><br />"client\\\_document\\\_id": "string" (optional)<br /><br />"type": "enum" (required) <br /><br />"description": "string" (required if type = other) <br /><br />"identification\\\_number": "string" (required)<br /><br />"expiration\\\_date": "datetime" (optional)<br /><br />"issuing\\\_state": "string" (optional)<br /><br />"issuing\\\_country": "string" (required)<br /><br />Possible `type` for different customers are the following:  For `individual` customer, possible `type` are: <br />`drivers_license`<br />`state_or_provincial_id`<br />`passport`<br />`permanent_residency_id`<br />`military_id`<br />`national_id`<br />`matriculate_id`<br />`other`<br /><br />Note that `national_id` and `matriculate_id` are not applicable for us\_entity.  <br />For `business` customer, possible `type` are: <br />`tax_certificate`<br />`tax_returns`<br />`partnership_agreement`<br />`certificate_of_good_standing`<br />`formation_document`<br />`proof_of_place_on_stock_exchange`<br />`other`  For `sole_prop` customer, possible `type` are: <br />`tax_certificate`<br />`tax_returns`<br />`name_certificate`<br />`drivers_license`<br />`state_or_provincial_id`<br />`passport`<br />`permanent_residency_id`<br />`military_id`<br />`national_id`<br />`matriculate_id`<br />`other`<br /><br />Note that `national_id` and `matriculate_id` are not applicable for us\_entity.  **Suggested Document Naming Format:**<br />\<Date>*\<UniqueIdentifier>*\<DocumentType>\_\<Version>.\<FileExtension> |
| additional\_documents                            | Additional non-government documents being provided to verify customer.<br /><br />`client_document_id:` Client document ID for the identification document. This should be the full file name of the document delivered in the SFTP directory.<br /><br />`type`: Customer's type of additional documents (non identification document) for customer verification.<br /><br />`description`: Description about the identification document. Required if additional document type is other.                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Optional                                                                                             | **additional\_documents:**<br />"client\_document\_id": "string" (optional)<br /><br />"type": "enum" (required)<br /><br />"description": "string" (required if document\_type = other)  <br />Possible values for `type` are:<br />`bank_statement`<br />`utility_bills`<br />`proof_of_address`<br />`investigation_report`<br />`financial_statement`<br />`public_records`<br />`adverse_media`<br />`id_selfie`<br />`other`<br /><br />**Suggested Document Naming Format:**<br />\<Date>*\<UniqueIdentifier>*\<DocumentType>\_\<Version>.\<FileExtension>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| risk\_score                                      | The customer's risk score, mapped to Lead by the client. Client should have provided risk score mapping to Lead.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Optional                                                                                             | enum:<br />`low`<br />`medium`<br />`high`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| rfi\_result                                      | Result of request for information with the end customer. Leave blank if RFI has not been sent to the customer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Required if any of the RFI fields are present                                                        | enum:<br />`requested`<br />`completed`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| rfi\_requested\_at                               | Date time RFI is requested at.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Required if any of the RFI fields are present                                                        | datetime<br />ISO8601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ofac\_result                                     | OFAC result.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Required if any of the ofac fields are present                                                       | enum<br />`pending`<br />`passed`<br />`failed`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ofac\_screened\_at                               | Date time OFAC screen is screened at.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Required if any of the ofac fields are present                                                       | datetime<br />ISO8601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| kyc\_result                                      | KYC result.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Required if any of the kyc fields are present                                                        | enum<br />`pending`<br />`passed`<br />`failed`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| kyc\_screened\_at                                | Datetime KYC screen is performed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Required if any of the kyc fields are present                                                        | datetime<br />ISO8601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| credit\_pulled\_at                               | Date time credit is pulled at.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Required if any of the credit fields are present                                                     | datetime<br />ISO8601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| credit\_score                                    | Credit score given by the credit bureau. Cannot be above 850. Mutually exclusive with `credit_report_non_score_value`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Required if any of the credit fields are present and `credit_report_non_score_value` is not provided | number<br />integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| credit\_report\_non\_score\_value                | Indicates the state of a credit file when a numeric score is not available. Mutually exclusive with `credit_score`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Required if any of the credit fields are present and `credit_score` is not provided                  | enum<br />`unestablished`<br />`frozen`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| credit\_report\_source                           | The name of the credit bureau.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Required if any of the credit fields are present                                                     | enum<br />`equifax`<br />`experian`<br />`transunion`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| generated\_at                                    | The day this file is generated. This should always be the date the file is sent to Lead Bank.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Required                                                                                             | datetime<br />ISO8601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| effective\_at                                    | The timestamp of when the related object(s) were polled to collect the information for this record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Required                                                                                             | datetime<br />ISO8601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
