Skip to main content

Individual - US

A US Individual Account at StoneX is a brokerage account established by a single U.S. person (citizen or resident) for trading and investment purposes in their own name. The account is subject to StoneX onboarding, compliance, and U.S. regulatory requirements, including identity verification, tax reporting (IRS W-9), and disclosure of personal financial information.

Required Attributes

The below are all the required attributes needed to open an Individual US account.

AttributesData Type
entityNumberInteger
accountNumberString
mainMain
mailingAddressMailing Address
primaryOwnerPrimary Owner
electronicDeliveryElectronic Delivery

Main

AttributesData TypeLength
repCodeString4
proxyDisclosureProxy Disclosure
sweepIndicatorBoolean
catAccountIdentifierCAT Account Identifier

Mailing Address

AttributesData TypeMax Length
countryCountries1
streetString30
cityString15
stateProvinceUS States
CanadianProvinces
1
postalCodeStringU.S. - 9
U.S. - 10

Primary Owner

AttributesData TypeMax LengthDescription
firstnameString30INDIVIDUAL: First Name
ENTITY: Name 1, /, -, # these special characters can be used
middlenameString30INDIVIDUAL: Middle Name
ENTITY: Name 2, /, -, # these special characters can be used
lastnameString30INDIVIDUAL: Last Name
ENTITY: Name 2, /, -, # these special characters can be used
suffixString30INDIVIDUAL: Suffix
ENTITY: Name 2, /, -, # these special characters can be used
citizenshipCountryCountries
birthDateDate Format
legalAddressAddress
phoneRegionHomePhone Region Codes
phoneNumberHomeString15
phoneRegionCellPhone Region Codes
phoneNumberCellString15
phoneRegionBusinessPhone Region Codes
phoneNumberBusinessString15
occupationOccupation
taxIdTypeUS Tax ID Types9
taxIdNumberString9
sourceOfFundsSources of Funds
caisInformationValid C.A.I.S. Values
institutionalInvestorBooleanA bank, savings and loan association, insurance company, registered investment company, investment adviser, or any individual or entity with $50 million or more in assets.
trustedContactTrusted Contact
affiliationAffiliation
Requirements

Phone Number: At least one pair of phone information must be provided. Home, Business, or Cell phone. PhoneRegionCode and PhoneNumber.

Affiliation

Industry

AttributesData Type
associatedBoolean
firmClearingBoolean
companyNameString

Political

AttributesData Type
associatedBoolean
nameString
organizationString
relationshipString

Public Company

AttributesData Type
associatedBoolean
nameString
symbolString

StoneX

AttributesData Type
associatedBoolean
nameString
positionString
relationshipString
affiliatedEntityAffiliated Entity

Electronic Delivery

AttributesData Type
emailString
statementsBoolean
confirmsBoolean
stonexCommunicationsBoolean
investorCommunicationsBoolean
prospectusBoolean
taxDocumentsBoolean
Email Requirement

If all electronic delivery elections are false, the email is not required.

Example

{
"entityNumber": "301",
"registrationType": "Individual",
"main": {
"repCode": "JC01"
},
"electronicDelivery": {
"email": "[email protected]",
"statements": "false",
"confirms": "false",
"stonexCommunications": "true",
"investorCommunications": "true",
"prospectus": "true",
"taxDocuments": "false"
},
"mailingAddress": {
"country": "US",
"street": "1549 Scott Center Rd",
"city": "Sherman",
"stateProvince": "AL",
"postalCode": "14781"
},
"primaryOwner": {
"firstname": "John",
"middlename": "David",
"lastname": "Doe",
"suffix": "",
"citizenshipCountry": "US",
"birthDate": "1980-05-25",
"email": "[email protected]",
"legalAddress": {
"street": "62 Blue Spruce Ln",
"city": "Ballston Lake",
"stateProvince": "NY",
"postalCode": "12019",
"country": "US"
},
"occupation": "accountingOrAuditing",
"employerName": "ABC Accounting",
"employerPhoneNumber": "5205123987",
"employerAddress": {
"street": "2 Perimeter Park S",
"city": "Birmingham",
"stateProvince": "AL",
"country": "US",
"postalCode": "35243"
},
"taxIdType": "TaxId",
"taxIdNumber": "123456788",
"governmentIdentification": {
"governmentId1": {
"idType": "NationalId",
"idNumber": "AL12345",
"idIssueDate": "2020-01-01",
"idExpiration": "2026-01-01"
},
"governmentId2": {
"idType": "Passport",
"idNumber": "j123312345",
"idIssueDate": "2020-01-01",
"idExpiration": "2026-01-01"
}
},
"sourceOfFunds": [
"Employment",
"Other"
],
"othersourceoffund": "OtherTesting",
"JobTitle": "Software Developer",
"phoneNumberCell": "2059871212",
"phoneNumberHome": "9992986495",
"phoneNumberBusiness": "1234567890",
"caisInformation": {
"customerType": [
"Trust"
],
"AccountType": [
"Institution",
"Retirement"
],
"Role": "Auth"
},
"trustedContact": {
"name": "Jane Smith",
"relationship": "spouse",
"phoneNumber": "2056786578",
"email": "[email protected]",
"address": {
"country": "US",
"street": "459 South Segunbagicha",
"city": "Ramna",
"stateProvince": "NY",
"postalCode": "35243"
}
},
"maritalStatus": "single",
"dependents": "3"
}
}