<xsd:complexType name="RequestCollateralAcceptance">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="marginCallIssuerPartyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party issuing 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="agreedAmount" type="AgreedAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The agreedAmount block allows the responder to detail the undisputed amount for any Variation Margin requirement and/or Segregated Independent Amount requirement they may have received in the corresponding requestMargin message.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="ProposedCollateral.model" />
<xsd:element name="assets" type="Assets">
<xsd:annotation>
<xsd:documentation xml:lang="en">The list of assets to be moved.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|