FpML Issues Tracker
closed
Major
Always
Validation Rules
Admin
sheinrich
Summary
shared-6 is missing the full path to the time values.
Currently the rule is:
Context: AmericanExercise (complex type)
shared-6 (Mandatory)
earliestExerciseTime < latestExerciseTime, if latestExerciseTime exists.
It should be:
(for $americanExercise as element(*, AmericanExercise) in //element(*, AmericanExercise)[latestExerciseTime]
return
The difference is the "/hourMinutetime" on each path.
Notes:
mgratacos
09/25/07 1:46 pm
Agreed by the Validation Working Group. We’ll implement the change as suggested by Matthew.
mgratacos
09/25/07 3:12 pm
This has been committed to the trunk (4.4) and 4.3 branch. Rule shared-7 has also been updated since it had the same problem.