User Profile
Reference
Field | Description |
---|---|
account_number | Account number |
classification | Class of account. One of: individual_cash, entity_cash, entity_margin, individual_margin, joint_margin_survivor, joint_cash_survivor, traditional_ira, roth_ira, rollover_ira, sep_ira, custodial_cash, traditional_sep_ira, joint_margin_tenant |
date_created | Date account was created |
day_trader | Marked as day trader |
option_level | Account option level (1-6) |
status | Current status of the account: One of: active, closed |
type | Type of the account. One of: cash, margin |
last_update_date | Date account was last updated |
Response
{
"profile": {
"account": [
{
"account_number": "VA000001",
"classification": "individual",
"date_created": "2016-08-01T21:08:55.000Z",
"day_trader": false,
"option_level": 6,
"status": "active",
"type": "margin",
"last_update_date": "2016-08-01T21:08:55.000Z"
},
{
"account_number": "VA000002",
"classification": "traditional_ira",
"date_created": "2016-08-05T17:24:34.000Z",
"day_trader": false,
"option_level": 3,
"status": "active",
"type": "margin",
"last_update_date": "2016-08-05T17:24:34.000Z"
},
{
"account_number": "VA000003",
"classification": "rollover_ira",
"date_created": "2016-08-01T21:08:56.000Z",
"day_trader": false,
"option_level": 2,
"status": "active",
"type": "cash",
"last_update_date": "2016-08-01T21:08:56.000Z"
}
],
"id": "id-gcostanza",
"name": "George Costanza"
}
}
Updated 12 days ago