CURRENCY_SCHEDULE_RATE |
Default Table Name | CURRENCY_SCHEDULE_RATE |
Definition | Name: Currency Schedule Exchange Rates . Description: This table contains the currency exchange rates for specific currency schedules. This data is used for currency conversions. |
CURRENCY_SCHEDULE_RATE Attributes |
Attribute/Logical Rolename | Domain | Datatype | NULL | Definition |
CURRENCY_SCHEDULE_CD![]() |
VARCHAR(10) | NO | Name: Currency Schedule. Description: The identifier for the currency schedule. |
|
EFFECTIVE_DT![]() |
DATE | NO | Name: Effective Date. Description: The date the exchange rate was effective. |
|
FROM_CURRENCY_CD![]() |
VARCHAR(3) | NO | Name: From Currency. Description: The Currency code of the transaction that is being converted. |
|
TO_CURRENCY_CD![]() |
VARCHAR(3) | NO | Name: To Currency. Description: The Currency code being converted to. |
|
EXCHANGE_RATE | NUMERIC(20, 10) | NO | Name: Exchange Rate. Description: The exchange rate. |
|
MODIFIED_BY | VARCHAR(20) | NO | Name: Modified By. Description: The User ID of the person who last modified this record. |
|
ROWVERSION | NUMERIC(10, 0) | NO | Name: Row Version. Description: The number of times this record has been updated. |
|
TIME_STAMP | DATE | NO | Name: Time Stamp. Description: Date and time the record was last modified. |
CURRENCY_SCHEDULE_RATE Keys |
Key Name | Key Type | Keys |
PI_0168 | PrimaryKey | CURRENCY_SCHEDULE_CD, EFFECTIVE_DT, FROM_CURRENCY_CD, TO_CURRENCY_CD |
RI_F00179 | Inversion Entry | CURRENCY_SCHEDULE_CD |
RI_F00178 | Inversion Entry | TO_CURRENCY_CD |
RI_F00177 | Inversion Entry | FROM_CURRENCY_CD |
CURRENCY_SCHEDULE_RATE Relationships |
Parent Relationships: |
Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype |
CURRENCY | Identifying | One To Zero or More | FROM_CURRENCY_CD | NO | |||
CURRENCY | Identifying | One To Zero or More | TO_CURRENCY_CD | NO | |||
CURRENCY_SCHEDULE | Identifying | One To Zero or More | CURRENCY_SCHEDULE_CD | NO |
Child Relationships: |
Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype |