<xsd:complexType name="RequestSubstitution">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="substitutionIssuerPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party issuing the substitution request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="substitutionReceiverPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party receiving the substitution request.</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:group ref="SubstitutionDetails.model" />
<xsd:element name="assets" type="Assets" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The list of assets being moved.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|