Currency

Description

Package: com.ibm.rpm.applicationadministration.containers

Extends: RPMObject

Usage

Represents currencies which can be assigned to resources and projects.

Currencies are a datafield type, therefore, they cannot be deleted.

Historical data of the exchange rate is kept at the exchangeRanges array level (refer to, CurrencyExchangeRange).

Note: It is mandatory that the value of the parent field be set to null.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. Currency Field Description
Field Detail
name

Type: string

Default value: N/A

Description: The currency name.

Field validation description: Limit to 50 characters. This field is mandatory.

Additional field security restrictions: N/A

exchangeRate

Type: double

Default value: N/A

Description: The current exchange rate of this currency.

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

Additional field security restrictions: N/A

exchangeRanges

Type: CurrencyExchangeRange[]

Default value: N/A

Description: The array of currency exchange ranges. It represents the historical information of the currency.

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