CurrencyRates
CurrencyRates
Columns
| Name | Type | Description |
| FromCurrency [KEY] | String | FromCurrency of CurrencyRates |
| ToCurrency | String | ToCurrency of CurrencyRates |
| UserConversionType [KEY] | String | UserConversionType of CurrencyRates |
| ConversionDate [KEY] | Date | ConversionDate of CurrencyRates |
| ConversionRate | Double | ConversionRate of CurrencyRates |
| ConversionType [KEY] | String | ConversionType of CurrencyRates |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| CurrencyConversionType | String | currencyConversionType |
| EndDate | String | endDate |
| Finder | String | finder |
| LedgerName | String | ledgerName |
| MaxRollDays | String | maxRollDays |
| StartDate | String | startDate |