Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 11
Add KYB business-entity fields for Lead — NAICS, structured source of funds, counterparty countries (ENG-10687)#643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
a5046260fec6c57f5cc95fd059a8File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -75,3 +75,34 @@ properties: | ||
| description: List of countries where the business expects to send payments (ISO 3166-1 alpha-2) | ||
| example: | ||
| - US | ||
| naicsCode: | ||
| type: string | ||
| pattern: '^\d{2,6}$' | ||
| description: NAICS code describing the nature of the business (2-6 digits) | ||
| example: '541511' | ||
| sourceOfFundsCategories: | ||
| type: array | ||
| items: | ||
| $ref: ./SourceOfFundsCategory.yaml | ||
| description: Structured source-of-funds categories for the business | ||
| example: | ||
| - OPERATING_REVENUE | ||
| sourceOfFundsOtherDescription: | ||
| type: string | ||
| minLength: 1 | ||
| maxLength: 500 | ||
| description: Description of the source of funds when OTHER is selected | ||
| example: Proceeds from a legal settlement | ||
| purposeOfAccountOtherDescription: | ||
| type: string | ||
| minLength: 1 | ||
| maxLength: 500 | ||
| description: Description of the account purpose when OTHER is selected | ||
| example: Escrow for equipment leases | ||
ls-bolt[bot] marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| expectedCounterpartyCountries: | ||
| type: array | ||
| items: | ||
| type: string | ||
| description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) | ||
| example: | ||
| - US | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -70,3 +70,34 @@ properties: | ||
| description: List of countries where the business expects to send payments (ISO 3166-1 alpha-2) | ||
| example: | ||
| - US | ||
| naicsCode: | ||
| type: string | ||
| pattern: '^\d{2,6}$' | ||
| description: NAICS code describing the nature of the business (2-6 digits) | ||
| example: '541511' | ||
| sourceOfFundsCategories: | ||
| type: array | ||
| items: | ||
| $ref: ./SourceOfFundsCategory.yaml | ||
| description: Structured source-of-funds categories for the business | ||
| example: | ||
| - OPERATING_REVENUE | ||
| sourceOfFundsOtherDescription: | ||
| type: string | ||
| minLength: 1 | ||
| maxLength: 500 | ||
| description: Description of the source of funds when OTHER is selected | ||
| example: Proceeds from a legal settlement | ||
| purposeOfAccountOtherDescription: | ||
| type: string | ||
| minLength: 1 | ||
| maxLength: 500 | ||
| description: Description of the account purpose when OTHER is selected | ||
| example: Escrow for equipment leases | ||
ls-bolt[bot] marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| expectedCounterpartyCountries: | ||
| type: array | ||
| items: | ||
| type: string | ||
| description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) | ||
| example: | ||
| - US | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -7,5 +7,5 @@ enum: | ||
| - PERSONAL_SAVINGS | ||
ls-bolt[bot] marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - DONATIONS | ||
| - OTHER | ||
| description: The primary source of funds for the business | ||
| description: A structured source-of-funds category for the business | ||
akanter marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| example: OPERATING_REVENUE | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.