FpML Issues Tracker
closed
Minor
Always
Validation Rules
Admin
None
Summary
shared-1 rule is: " iff(exist businessCentersReference or businessCenters, businessDayConvention ne "NONE" or "NotApplicable") "
This is illegal XPath. The rule should be: " iff(exists(businessCentersReference|businessCenters), not(businessDayConvention = ("NONE", "NotApplicable"))) "
Notes:
lyteck
12/12/08 3:16 pm
fixed with correct syntax.