<xsd:complexType name="RequestMargin">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="marginCallIssuerPartyReference" type="PartyReference" minOccurs="0">
<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" minOccurs="0">
<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" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The agreement executed between the parties and intended to govern collateral arrangement for all OTC derivatives transactions between those parties.</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="MarginDetails.model" />
<xsd:element name="marginRequirement" type="MarginRequirement" minOccurs="0" />
<xsd:element name="marginCallResult" type="MarginCallResult" minOccurs="0" />
<xsd:element name="expectedCollateral" type="ExpectedCollateral" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Structure that allows for the definition of collateral that the party making the margin call would prefer to receive or have returned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="assets" type="Assets" minOccurs="0">
<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>
|