FpML Issues Tracker
closed
Minor
Have not tried
Validation Rules
Admin
None
Summary
In rule fx-23 "neq" should be "ne".
The rule today: " putCurrencyAmount/currency neq callCurrencyAmount/currency "
The solution: " putCurrencyAmount/currency ne callCurrencyAmount/currency "
Notes:
lyteck
12/10/08 2:26 pm
agreed. correct operator is “ne” and not “neq”.
corrected 17 occurences throughout rules + updated validation architecture.
matthewdr
12/10/08 5:38 pm
Tested, passed; closed.