FpML Issues Tracker

891: ird-58 precise description is illegal XPath

December 11, 2008

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

  • Leave an update

    You must be logged in to post an update.