Attribute | Type | Description | Required |
---|---|---|---|
| string | Type of user document. Default to | ✅ |
| object | Document object that contains all data for the | ✅ |
| string | Institution's street address | ✅ |
| string | Institution's street address, continued | ❌ |
| string | Institution's city | ✅ |
| string | Institution's state or province | ✅ |
| string | Institution's postal code | ✅ |
| string | Country which institution resides. Follows the ISO 3166-1 alpha-3 standard. Use Countries API for listing of all countries | ✅ |
| string | Institution's organizational structure. Options:
| ✅ |
| boolean | Is institution registered outside U.S., but has a branch in the U.S. | ✅ |
| boolean | Is institution a foreign bank organized under foreign law and located outside the U.S.? | ✅ |
| boolean | Is institution maintained for a Foreign Financial Institution? | ✅ |
| number | Number of directors to be added to institutional account | ✅ |
{
"type": "INSTITUTIONAL_INFO",
"data": {
"physicalAddressLine1": "97 Main St",
"physicalAddressLine2": "Second Floor",
"physicalCity": "Chatham",
"physicalStateProvince": "NJ",
"physicalZipPostalCode": "07025",
"physicalCountryID": "USA",
"companyOrganizedAs": "CORP",
"usaBranch": true,
"foreignBank": false,
"foreignFinancialInstitution": false,
"directorCount": 2
}
}