<xsd:complexType name="TradeCashflowsProposedMatch">
<xsd:annotation>
<xsd:documentation xml:lang="en">"Other side's" cashflow that meets the minimimum matching criteria and is proposed as match to the cash flow that is being asserted.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="IdAndTradeCashflows.model" />
<xsd:element name="matchId" type="MatchId">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique identifier assigned by the matching service to each set of matched cashflows.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="difference" type="TradeDifference" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type used to record the details of a difference between two sides of a payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|