CURRENCYEXCHANGERATEDOWNLOADPROCESSRATE (4.0)

Stores information pertaining to the currency exchange rates to be downloaded by a currency exchange rate download process parameter set.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CURRENCYEXCHANGERATEDOWNLOADPROCESSID

uniqueidentifier

false

The currency exchange rate download process parameter set represented.

FROMCURRENCYID

uniqueidentifier

false

The first currency in the pair, the one being converted.

TOCURRENCYID

uniqueidentifier

false

The currency to which the first currency in the pair is being converted.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_CURRENCYEXCHANGERATEDOWNLOADPROCESSRATE_DATEADDED

DATEADDED

False

False

True

IX_CURRENCYEXCHANGERATEDOWNLOADPROCESSRATE_DATECHANGED

DATECHANGED

False

False

False

PK_CURRENCYEXCHANGERATEDOWNLOADPROCESSRATE

ID

True

True

False

UIX_CURRENCYEXCHANGERATEDOWNLOADPROCESSRATE_CURRENCYEXCHANGERATEDOWNLOADPROCESSID_FROMCURRENCYID_TOCURRENCYID

CURRENCYEXCHANGERATEDOWNLOADPROCESSID

FROMCURRENCYID

TOCURRENCYID

True

False

False

Triggers
Trigger Name Description

TR_CURRENCYEXCHANGERATEDOWNLOADPROCESSRATE_AUDIT_UPDATE

TR_CURRENCYEXCHANGERATEDOWNLOADPROCESSRATE_AUDIT_DELETE