# Trading Account
# Alpaca Brokerage Account (Live Trading)
After creating an Alpaca Paper Only Account, you can enable live trading by becoming an Alpaca Brokerage Account holder. This requires you to go through an account on-boarding process with Alpaca Securities LLC, a FINRA member and SEC registered broker-dealer. We now support brokerage accounts for individuals and business entities from around the world.
With a brokerage account, you will be able to fully utilize Alpaca for your automated trading and investing needs. Using the Alpaca API, you’ll be able to buy and sell stocks in your brokerage account, and you’ll receive real-time consolidated market data. In addition, you will continue to be able to test your strategies and simulate your trades in our paper trading environment. And with the Alpaca web dashboard, it’s easy to monitor both your paper trading and your real money brokerage account. All accounts are opened as margin accounts. Accounts with $2,000 or more equity will have access to margin trading and short selling.
## Individuals
Alpaca Securities LLC supports individual taxable brokerage accounts. At this time, we do not support retirement accounts.
## Businesses/Incorporated Entities
You can open a business trading account to use Alpaca for trading purposes, but not for building apps/services.
| Attribute | Type | Description |
|---|---|---|
| `id` |
string` |
Account ID. |
| `account_number` | string | Account number. |
| `status` |
string\ |
See detailed account statuses below |
| `crypto_status` |
string\ |
The current status of the crypto enablement. See detailed crypto statuses below. |
| `currency` | string | "USD" |
| `cash` |
string` |
Cash balance |
| `portfolio_value` |
string` |
* *lpaca Broker*\* Total value of cash + holding positions (Equivalent to the equity field) |
| `non_marginable_buying_power` |
string` |
Current available non-margin dollar buying power |
| `accrued_fees` |
string` |
The fees collected. |
| `pending_transfer_in` |
string` |
Cash pending transfer in. |
| `pending_transfer_out` |
string` |
Cash pending transfer out |
| `pattern_day_trader` | boolean | Whether or not the account has been flagged as a pattern day trader |
| `trade_suspended_by_user` | boolean | User setting. If `true`, the account is not allowed to place orders. |
| `trading_blocked` | boolean | If `true`, the account is not allowed to place orders. |
| `transfers_blocked` | boolean | If `true`, the account is not allowed to request money transfers. |
| `account_blocked` | boolean | If `true`, the account activity by user is prohibited. |
| `created_at` |
string` |
Timestamp this account was created at |
| `shorting_enabled` | boolean | Flag to denote whether or not the account is permitted to short |
| `long_market_value` |
string` |
Real-time MtM value of all long positions held in the account |
| `short_market_value` |
string` |
Real-time MtM value of all short positions held in the account |
| `equity` |
string` |
`cash` + `long_market_value` + `short_market_value` |
| `last_equity` |
string` |
Equity as of previous trading day at 16:00:00 ET |
| `multiplier` |
string` |
Buying power (BP) multiplier that represents account margin classification Valid values: * **1** (standard limited margin account with 1x BP), * **2** (reg T margin account with 2x intraday and overnight BP; this is the default for all non-PDT accounts with $2,000 or more equity), * **4** (PDT account with 4x intraday BP and 2x reg T overnight BP) |
| `buying_power` |
string` |
Current available $ buying power; If multiplier = 4, this is your daytrade buying power which is calculated as (last\_equity - (last) maintenance\_margin) *4; If multiplier = 2, buying*power = max(equity – initial\_margin,0) *2; If multiplier = 1, buying*power = cash |
| `initial_margin` |
string` |
Reg T initial margin requirement (continuously updated value) |
| `maintenance_margin` |
string` |
Maintenance margin requirement (continuously updated value) |
| `sma` |
string` |
Value of special memorandum account (will be used at a later date to provide additional buying\_power) |
| `daytrade_count` | int | The current number of daytrades that have been made in the last 5 trading days (inclusive of today) |
| `last_maintenance_margin` |
string` |
Your maintenance margin requirement on the previous trading day |
| `daytrading_buying_power` |
string` |
Your buying power for day trades (continuously updated value) |
| `regt_buying_power` |
string` |
Your buying power under Regulation T (your excess equity - equity minus margin value - times your margin multiplier) |