672: eqd-1 incorrectly assumes element equityAmericanExercise exists
The rule today: ” Context: Trade (complex type) eqd-1 (Mandatory) //equityExercise/equityAmericanExercise/commencementDate/adjustableDate/unadjustedDate must be equal to tradeHeader/tradeDate. ” The problem is that not every Trade has a //equityAmericanExercise. For example IRS and CDS Trades will not have an equityAmericanExercise. Solution 1 is to put a filter on the context. In XPath the filter is: ” Context: … Continued