SWIFT Module 7.1 SP10.July 2020 | Package Services | WmFIN Package Services | wm.fin.rules:validateCurrCodeAndAmount
 
wm.fin.rules:validateCurrCodeAndAmount
This service verifies that the currency code exists in the SWIFT database and that the amount of the currency is a valid amount.
Input Parameters
currCode
String The currency code.
amount
String The currency amount.
Output Parameters
isValid
String The result of the validation. A value of true signifies the validation was successful. A value of false signifies the validation was unsuccessful.
errorCode
String The error code for the corresponding element.
error
String The detailed message for the error that occurred.