COMMITMENTREVALUATION
Contains exchange rate information used by the Revalue Foreign-Denominated Commitments business process.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
SEQUENCE |
int |
|
Default = 0 |
|
DATE |
datetime |
|
|
The date of this revaluation |
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 |
BASEEXCHANGERATEID |
uniqueidentifier |
yes |
CURRENCYEXCHANGERATE.ID
|
The exchange rate used to convert to base amount. |
ORGANIZATIONEXCHANGERATEID |
uniqueidentifier |
yes |
CURRENCYEXCHANGERATE.ID
|
The exchange rate used to convert to organization amount. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_COMMITMENTREVALUATION_BASEEXCHANGERATEID |
BASEEXCHANGERATEID |
|
|
|
IX_COMMITMENTREVALUATION_DATEADDED |
DATEADDED |
|
|
yes |
IX_COMMITMENTREVALUATION_DATECHANGED |
DATECHANGED |
|
|
|
IX_COMMITMENTREVALUATION_ORGANIZATIONEXCHANGERATEID |
ORGANIZATIONEXCHANGERATEID |
|
|
|
PK_COMMITMENTREVALUATION |
ID |
yes |
yes |
|
Triggers
Referenced by