.isValidCurrencyCode()
Table of contents
- 1. Description of the method
- 2.
- 3. Example
Description of the method
Description: | .isValidCurrencyCode() checks if the given currency code is valid based on the list provided by the ISO 4217 (http://www.currency-iso.org/iso_inde..._tables_a1.htm) |
Available for: | string |
Parameters: | - |
Return type: | boolean |
Example
Context: | TransactionType1 |
OCL: | self.Amount.Ccy.isValidCurrencyCode() |
Description: | The example rule checks if the given currency code is valid. |
The XML snippet below would pass this check.
<Amount> |
The other snippet below however would not pass this check.
<Amount> |