WEALTHSOURCEREFRESHDATE
Contains information on last refresh data for refreshable wealth sources.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
SECURITIES_DATE |
datetime |
yes |
|
The last time that Thomson Financial was refreshed. |
NPA_DATE |
datetime |
yes |
|
The last time that Guidestar was refreshed. |
PF_DATE |
datetime |
yes |
|
The last time that Guidestar was refreshed. |
BO_DATE |
datetime |
yes |
|
The last time that Dun and Bradstreet was refreshed. |
BIO_DATE |
datetime |
yes |
|
The last time that Marquis Who's Who was refreshed. |
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) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_WEALTHSOURCEREFRESHDATE_DATEADDED |
DATEADDED |
|
|
yes |
IX_WEALTHSOURCEREFRESHDATE_DATECHANGED |
DATECHANGED |
|
|
|
PK_WEALTHSOURCEREFRESHDATE |
ID |
yes |
yes |
|
Triggers