Field |
Field Type |
Null |
Notes |
Description |
STARTDATE |
datetime |
|
|
The first date in this financial information period. |
ENDDATE |
datetime |
|
|
The final date in this financial information period. |
BOOKVALUESTART |
money |
|
Default = 0 |
The book value of this purpose at the start of the period specified. |
BOOKVALUEEND |
money |
|
Default = 0 |
The book value of this purpose at the end of the period specified. |
MARKETVALUESTART |
money |
|
Default = 0 |
The market value of this purpose at the start of the period specified. |
MARKETVALUEEND |
money |
|
Default = 0 |
The market value of this purpose at the end of the period specified. |
TOTALGIFTREVENUE |
money |
|
Default = 0 |
The total amount of gifts given to this purpose. |
PLEDGEBALANCE |
money |
|
Default = 0 |
The total amount of outstanding pledge gifts given to this purpose. |
SEQUENCE |
int |
|
Default = 0 |
Indicates the sequence of this record in the batch. |
CUSTOMIDENTIFIER |
nvarchar(100) |
|
Default = '' |
User-definable custom identifier. |
SEQUENCEID |
int |
|
|
Identity column used to increment the default lookupid. |
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. |
TOTALDISBURSEMENTS |
money |
|
Default = 0 |
The total amount of disbursements for this purpose. |
LOOKUPID |
nvarchar(100) (Computed) |
 |
(CASE LEN(CUSTOMIDENTIFIER) WHEN 0 THEN '8-' + CAST(SEQUENCEID AS nvarchar(20)) ELSE CUSTOMIDENTIFIER END) |
Unique identifer that supports user defined values as well as system generated values. |