Field |
Field Type |
Null |
Notes |
Description |
ISSUER |
nvarchar(100) |
|
Default = '' |
The issuer of the stock. |
MEDIANPRICE |
decimal(19, 4) |
|
Default = 0 |
The median price of the stock. |
NUMBEROFUNITS |
decimal(20, 3) |
|
Default = 0 |
The number of units of stock issued. |
SYMBOL |
nvarchar(25) |
|
Default = '' |
The Symbol for the stock. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
LOWPRICE |
decimal(19, 4) |
|
Default = 0 |
The low price the stock sold for. |
HIGHPRICE |
decimal(19, 4) |
|
Default = 0 |
The high price the stock sold for. |
ORGANIZATIONMEDIANPRICE |
decimal(19, 4) |
|
Default = 0 |
The median price of the stock in the organization currency. |
ORGANIZATIONLOWPRICE |
decimal(19, 4) |
|
Default = 0 |
The low price the stock sold for in the organization currency. |
ORGANIZATIONHIGHPRICE |
decimal(19, 4) |
|
Default = 0 |
The high price the stock sold for in the organization currency. |
TRANSACTIONMEDIANPRICE |
decimal(19, 4) |
|
Default = 0 |
The median price of the stock in the transaction currency. |
TRANSACTIONLOWPRICE |
decimal(19, 4) |
|
Default = 0 |
The low price the stock sold for in the transaction currency. |
TRANSACTIONHIGHPRICE |
decimal(19, 4) |
|
Default = 0 |
The high price the stock sold for in the transaction currency. |