- account ID - A unique Integer based key. Each user is assigned an account ID at account creation time.
- account Created - The time and date the users account was first created.
- cash balance - The current cash balance in the users account. This does not include current stock holdings.
- company - The full company name for an individual stock.
- current gain/loss - The total gain or loss of this account, computed by substracting the current sum of cash/holdings minus the opening account balance.
- current price - The current trading price for a given stock symbol.
- gain/loss - The current gain or loss of an individual stock holding, computed as (current market value - holding basis).
- last login - The date and time this user last logged in to Trade.
- market value - The current total value of a stock holding, computed as (quantity * current price).
- number of holdings - The total number of stocks currently owned by this account.
- open price - The price of a given stock at the open of the trading session.
- opening balance - The initial cash balance in this account when it was opened.
- order id - A unique Integer based key. Each order is assigned an order ID at order creation time.
- order status - orders are opened, processed, closed and completed. Order status shows the current stat for this order.
- price range - The low and high prices for this stock during the current trading session
- purchase date - The date and time the a stock was purchased.
- purchase price - The price used when purchasing the stock.
- purchase basis - The total cost to purchase this holding. This is computed as (quantity * purchase price).
- quantity - The number of stock shares in the order or user holding.
- session created - An HTTP session is created for each user at during login. Session created shows the time and day when the session was created.
- sum of cash/holdings - The total current value of this account. This is the sum of the cash balance along with the value of current stock holdings.
- symbol - The symbol for a Trade stock.
- total logins - The total number of logins performed by this user since the last Trade Reset.
- total logouts - The total number of logouts performed by this user since the last Trade Reset.
- total of holdings - The current total value of all stock holdings in this account given the current valuation of each stock held.
- Top gainers - The list of stock gaining the most in price during the current trading session.
- Top losers - The list of stock falling the most in price during the current trading session.
- Trade Stock Index (TSIA) - A computed index of the top 20 stocks in Trade.
- Trading Volume - The total number of shares traded for all stocks during this trading session.
- txn fee - The fee charged by the brokerage to process this order.
- type - The order type (buy or sell).
- user ID - The unique user ID for the account chosen by the user at account registration.
- volume - The total number of shares traded for this stock.