BATCHCURRENCYEXCHANGERATE (4.0SP20)

Stores currency exchange rate batch information

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

BATCHID

uniqueidentifier

false

FK to BATCH

FROMCURRENCYID

uniqueidentifier

false

The currency from which the conversion is taking place.

TOCURRENCYID

uniqueidentifier

false

The currency to which the conversion is taking place.

SOURCECODEID

uniqueidentifier

true

The source for the exchange rate.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

TIMEZONEENTRYID

uniqueidentifier

false

The time zone for which the exchange rate is valid.

Fields
Field Field Type Null Notes Description

RATE

decimal(20, 8)

false

0

The rate to use when performing the conversion.

ASOFDATE

datetime

false

The date for which the exchange rate is valid.

ASOFTIME

time

false

The time for which the exchange rate is valid.

TYPECODE

tinyint

false

0

The type of the exchange rate.

SEQUENCE

int

false

0

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.

TYPE

nvarchar(9) (Computed)

true

Provides a translation for the 'TYPECODE' field.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_BATCHCURRENCYEXCHANGERATE_BATCHID

BATCHID

False

False

False

IX_BATCHCURRENCYEXCHANGERATE_DATEADDED

DATEADDED

False

False

True

IX_BATCHCURRENCYEXCHANGERATE_DATECHANGED

DATECHANGED

False

False

False

PK_BATCHCURRENCYEXCHANGERATE

ID

True

True

False

Triggers
Trigger Name Description

TR_BATCHCURRENCYEXCHANGERATE_AUDIT_UPDATE

TR_BATCHCURRENCYEXCHANGERATE_AUDIT_DELETE

Referenced by
Referenced by Field

BATCHCURRENCYEXCHANGERATEBATCHSYSTEMMESSAGES

BATCHCURRENCYEXCHANGERATEID

BATCHCURRENCYEXCHANGERATEBATCHUSERMESSAGE

ID