683: sameCurrency is too strong a precondition for eqd-19
eqd-19 is: ” Context: EquityOption, EquityDerivativeShortFormBase (complex type) eqd-19 (Mandatory) Preconditions: SameCurrency If notional, equityPremium/percentageOfNotional and equityPremium/paymentAmount are present, then equityPremium/paymentAmount/amount = notional/amount * equityPremium/percentageOfNotional ” The precondition “SameCurrency” is too strong. The only items that must be the same currency are the paymentAmount and the notional amount. We shouldn’t be checking the other items. … Continued