<xsd:complexType name="CashDeliveryReturn">
<xsd:sequence>
<xsd:element name="assetReference" type="AssetReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Refers to the asset which specifies the currency of the cash being delivered or returned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="nominalAmount" type="NonNegativeDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of cash to be moved.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="valueDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the proposed collateral will be settled .</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marketValue" type="NonNegativeDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of the proposed collateral movement prior to the application of any haircut amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="haircut" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount to which the collaterals market value will be discounted to take into account the ability to realize the value of that collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="collateralValue" type="NonNegativeDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">This is the value of the proposed collateral after the application of the haircut.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|