Extended validation settings

Extended validation settings have a Boolean T/F value. The value T represents enabled, and the value F represents disabled.

The extended validation settings are listed here:
  • The BICValidation setting validates the BIC against the list of BICs in the bic.xml file.
  • The IBANValidation setting validates the IBAN for country code values that are found in the currencycodedecimals.xml file, and validates the check digit.
  • The CountryCodeValidation setting validates all country codes that are found in document against the currencycodedecimals.xml file.
  • The CurrencyCodeValidation setting validates all currency codes that are found in document against the currencycodedecimals.xml file.
  • The DecimalPlacesValidation setting validates all of the currency amounts for the number of decimal places that are allowed for the specified currency. The currencycodehedecimals.xml file is used for the validation of places. This validation is disabled if CountryCodeValidation is set to false.