FpML Issues Tracker
closed
Minor
Always
Validation Rules
Admin
sheinrich
Summary
The CD preconditions are missing a context.
For example the "SingleName" precondition. The standard says "The following preconditions are always to be executed relative to the root of the FpML document being validated. The context of the rule is NOT carried through to the precondition.", but the precondition has a path that doesn't exist inside the root context.
"Precondition: SingleName creditDefaultSwap/generalTerms/referenceInformation is present."
The precondition path should probably be: //creditDefaultSwap/generalTerms/referenceInformation
Notes:
mgratacos
10/23/07 3:24 pm
VWG 2007-10-23: agreement to define context within preconditions.
iyermakova
11/19/07 6:59 pm
Added “CreditDefaultSwap” context to CD’s “CreditIndex” precondition. The precondition was rewritten as follows:
iyermakova
11/19/07 7:00 pm
This has been committed to the trunk (4.4) and 4.3 branch