Name
|
Type
|
Description
|
---|---|---|
fromCurreny
|
String
|
The String character code of the source currency.
|
toCurrency
|
String
|
The String character code of the destination currency.
|
fromMonetaryItem
|
String
|
The type of monetary item of the source currency.
|
toMonetaryItem
|
String
|
The type of monetary item of the destination currency.
|
fromAmount
|
BigDecimal
|
The amount of money in the source currency.
|
Type
|
Description
|
---|---|
BigDecimal
|
The amount of money in the destination currency
|
Name
|
Type
|
Description
|
---|---|---|
fromCurreny
|
String
|
The String character code of the source currency.
|
toCurrency
|
String
|
The String character code of the destination currency.
|
fromMonetaryItem
|
String
|
The type of monetary item of the source currency.
|
toMonetaryItem
|
String
|
The type of monetary item of the destination currency.
|
toAmount
|
BigDecimal
|
The amount of money in the destination currency.
|
Type
|
Description
|
---|---|
BigDecimal
|
The amount of money in the source currency.
|
Name
|
Type
|
Description
|
---|---|---|
toCurrency
|
String
|
The String character code of the destination currency.
|
fromMonetaryItem
|
String
|
The type of monetary item of the source currency.
|
toMonetaryItem
|
String
|
The type of monetary item of the destination currency.
|
Type
|
Description
|
---|---|
BigDecimal
|
The rate at which the financial institution buys the specified currency against the home currency.
|
Name
|
Type
|
Description
|
---|---|---|
fromCurrency
|
String
|
The String character code of the given source currency.
|
toCurrency
|
String
|
The String character code of the destination currency.
|
fromMonetaryItem
|
String
|
The type of monetary item of the source currency.
|
toMonetaryItem
|
String
|
The type of monetary item of the destination currency.
|
Type
|
Description
|
---|---|
BigDecimal
|
The rate at which the financial institution buys the specified currency against the home currency.
|
Name
|
Type
|
Description
|
---|---|---|
fromCurrency
|
String
|
The String character code of the given source currency.
|
toCurrency
|
String
|
The String character code of the destination currency.
|
fromMonetaryItem
|
String
|
The type of monetary item of the source currency.
|
toMonetaryItem
|
String
|
The type of monetary item of the destination currency.
|
Type
|
Description
|
---|---|
BigDecimal
|
The rate at which the financial institution sells the specified currency against the home currency.
|
Type
|
Description
|
---|---|
String[]
|
The names of the currencies
|
Column
|
Description
|
SQL Type
|
Size
|
Java Type
|
---|---|---|---|---|
FROMCURRENCY (PK)
|
Identifies the source currency.
|
CHAR
|
3
|
String
|
TOCURRENCY (PK)
|
Identifies the destination currency.
|
CHAR
|
3
|
String
|
FROMMONETARYITEM (PK)
|
Identifies how the financial institution receives the source currency.
|
CHAR
|
2
|
String
|
TOMONETARYITEM (PK)
|
Identifies how the financial institution received the destination currency.
|
CHAR
|
2
|
String
|
BUYRATE
|
Contains the rate at which the financial institution buys the destination currency. Its format is fixed to six significant digits.
|
CHAR
|
8
|
String
|
SELLRATE
|
Contains the rate at which the financial institution sells the destination currency. Its format is fixed to six significant digits.
|
CHAR
|
8
|
String
|
FROM CURRENCY
|
TO CURRENCY
|
FROM MONETARY ITEM
|
TO MONETARY ITEM
|
BUY RATE
|
SELL RATE
|
---|---|---|---|---|---|
USD
|
ESP
|
CA
|
CA
|
"173.145"
|
"173.155"
|
EUR
|
DEM
|
CA
|
CA
|
"1.95583"
|
"1.95583"
|