CurrencyExchangeRange

Description

Package: com.ibm.rpm.applicationadministration.containers

Extends: RPMObject

Usage

Represents a time interval in which an exchange range is applied for a currency. When creating or updating an instance of CurrencyExchangeRange, only the rates and the startDate should be set because finishDate is calculated automatically.

Parent is mandatory, allowed parent type is Currency.

Supported API Calls

Security Restrictions

N/A

Fields

Table 1. CurrencyExchangeRange Field Description
Field Detail
exchangeRate

Type: double

Default value: N/A

Description: The exchange rate applied for this time interval.

Field validation description: Value range is 0 to 9,999,999,999,999,99.

Additional field security restrictions: N/A

startDate

Type: dateTime

Default value: The first day of the current month.

Description: The start date of the interval.

Field validation description: Must be larger than all existing start dates for the currency.

Additional field security restrictions: N/A

finishDate

Type: dateTime

Default value: N/A

Description: The finish date of the interval.

Field validation description: N/A

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMObject

Related Objects