<xsd:complexType name="DisputeNotification">
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:element name="marginCallIssuerPartyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party receiving the margin call.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marginCallReceiverPartyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party receiving the margin call.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="creditSupportAgreement" type="CreditSupportAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en">References the legal agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="valuationDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Close of business date the local counterparty is valuing and issuing the margin call.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="baseCurrency" type="Currency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Denomination currency as specified in the margin agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="DisputedDetails.model" />
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|