FpML Issues Tracker

971: shared-12

July 9, 2009

closed

Minor

Have not tried

Validation Rules

Admin

None

Summary

A recent change to shared-12 changed it from using "=" to "eq", and it is now incorrect. See issue #929 for what was agreed (the correct XPath).

The current XPath is: Every $buyerPartyReference in //buyerPartyReference satisfies $buyerPartyReference/@href eq (trade/tradeSide/@id, party/@id)

The correct XPath is: every $buyerPartyReference in //buyerPartyReference satisfies $buyerPartyReference/@href = (trade/tradeSide/@id, party/@id)

Notes:

  • matthewdr

    07/21/09 1:24 pm

    Discussed at the VWG today. Agreed to fix as proposed.

  • lyteck

    07/21/09 6:54 pm

    implemented as agreed.

  • Leave an update

    You must be logged in to post an update.