Difference between revisions of "Sales.CurrencyRate (table)"
Line 122: | Line 122: | ||
| '''Description / PK / Index | | '''Description / PK / Index | ||
− | |- | + | |- valign="top" |
| CurrencyRateID | | CurrencyRateID | ||
| int | | int | ||
Line 128: | Line 128: | ||
| | | | ||
| Primary key for CurrencyRate records.PK_CurrencyRate_CurrencyRateID | | Primary key for CurrencyRate records.PK_CurrencyRate_CurrencyRateID | ||
− | |- | + | |- valign="top" |
| CurrencyRateDate | | CurrencyRateDate | ||
| datetime | | datetime | ||
Line 134: | Line 134: | ||
| | | | ||
| Date and time the exchange rate was obtained.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | | Date and time the exchange rate was obtained.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | ||
− | |- | + | |- valign="top" |
| FromCurrencyCode | | FromCurrencyCode | ||
| nchar(3) | | nchar(3) | ||
Line 140: | Line 140: | ||
| | | | ||
| Exchange rate was converted from this currency code.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | | Exchange rate was converted from this currency code.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | ||
− | |- | + | |- valign="top" |
| ToCurrencyCode | | ToCurrencyCode | ||
| nchar(3) | | nchar(3) | ||
Line 146: | Line 146: | ||
| | | | ||
| Exchange rate was converted to this currency code.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | | Exchange rate was converted to this currency code.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | ||
− | |- | + | |- valign="top" |
| AverageRate | | AverageRate | ||
| money | | money | ||
Line 152: | Line 152: | ||
| | | | ||
| Average exchange rate for the day. | | Average exchange rate for the day. | ||
− | |- | + | |- valign="top" |
| EndOfDayRate | | EndOfDayRate | ||
| money | | money | ||
Line 158: | Line 158: | ||
| | | | ||
| Final exchange rate for the day. | | Final exchange rate for the day. | ||
− | |- | + | |- valign="top" |
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime |
Revision as of 23:57, 26 November 2009
wikibot
Table | Sales.CurrencyRate |
Column | Data Type | Nullable | Default | PK | Index |
CurrencyRateID | int | not null | PK_CurrencyRate_CurrencyRateID | ||
CurrencyRateDate | datetime | not null | AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | ||
FromCurrencyCode | nchar(3) | not null | AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | ||
ToCurrencyCode | nchar(3) | not null | AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | ||
AverageRate | money | not null | |||
EndOfDayRate | money | not null | |||
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Sales.Currency | FromCurrencyCode | CurrencyCode |
Sales.Currency | ToCurrencyCode | CurrencyCode |
Detail Table | Column | Referencing Column |
Sales.SalesOrderHeader | CurrencyRateID | CurrencyRateID |
automatically generated
Table | Sales.CurrencyRate |
Description | Currency exchange rates. |
Column | Data Type | Nullable | Default | Description / PK / Index |
CurrencyRateID | int | not null | Primary key for CurrencyRate records.PK_CurrencyRate_CurrencyRateID | |
CurrencyRateDate | datetime | not null | Date and time the exchange rate was obtained.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | |
FromCurrencyCode | nchar(3) | not null | Exchange rate was converted from this currency code.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | |
ToCurrencyCode | nchar(3) | not null | Exchange rate was converted to this currency code.AK_CurrencyRate_CurrencyRateDate_FromCurrencyCode_ToCurrencyCode | |
AverageRate | money | not null | Average exchange rate for the day. | |
EndOfDayRate | money | not null | Final exchange rate for the day. | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Relation | Column | Referenced Column |
Sales.Currency | FromCurrencyCode | CurrencyCode |
Sales.Currency | ToCurrencyCode | CurrencyCode |
Detail Table | Column | Referencing Column |
Sales.SalesOrderHeader | CurrencyRateID | CurrencyRateID |