FpML Issues Tracker

976: shared-17uses “eq” instead of “=”

July 10, 2009

closed

Minor

Have not tried

Validation Rules

Admin

None

Summary

The rule today is: XPath Description: Context: Document (complex type) [exists(trade)] Every $account in trade/tradeSide/*/account satisfies $account/@href eq party/account/@id

The correct rule is: XPath Description: Context: Document (complex type) [exists(trade)] Every $account in trade/tradeSide/*/account satisfies $account/@href = party/account/@id

Notes:

  • matthewdr

    07/21/09 1:21 pm

    Discussed at the VWG today. Agreed to fix.

  • lyteck

    07/21/09 7:02 pm

    implemented as agreed.

  • Leave an update

    You must be logged in to post an update.