861: fx-46 uses undefined term “either” instead of approved terms
The rule fx-46 uses an undefined term of “either” in conjunction with “or”. The rule should use “or” as defined in the operators section. The rule today is: ” fx-46 (Mandatory) Context: SideRates (complex type) currency1SideRate/sideRateBasis = either “BaseCurrencyPerCurrency1” or “Currency1PerBaseCurrency”. ” Solution 1 – using the union operator “|”: fx-46 (Mandatory) Context: SideRates (complex … Continued