1166: FpML 5.x rule update for Party/Account changes is incomplete
As a result of the repositioning of Account outside Party in FpML 5.0 a validation check for different parties on a trade obligation requires the party references to be compared and possibly the account references. The general form of this comparison is xxxPartyReference/@href != yyyPartyReference/@hef or (exists (xxxAccountReference/@href) and exists (yyyAccountReference/@href) and xxxAccountReference/@href != yyyAccountReference/@href) … Continued