FpML Issues Tracker
closed
Minor
Always
Validation Rules
Admin
None
Summary
The ird-58 is illegal XPath.
Today the rule is: " rollConvention eq ("NONE", "SFE", "MON", "TUE", "WED", "THU", "FRI", "SAT","SUN") "
The correct rule is: " rollConvention = ("NONE", "SFE", "MON", "TUE", "WED", "THU", "FRI", "SAT","SUN") "
Notes:
matthewdr
12/11/08 4:11 pm
The guard is also incorrect.
The guard is currently:
”
[ period =”W”]
”
The guard should be:
”
[ period eq “W”]
”
lyteck
12/11/08 4:33 pm
fixed
matthewdr
12/11/08 4:35 pm
tested