<xsd:simpleType name="MarginTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">This indicator defines which type of assets (cash or securities) is specified to apply as margin to the repo transaction.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Cash">
<xsd:annotation>
<xsd:documentation xml:lang="en">When the margin type is Cash, the margin factor is applied to the cash value of the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Instrument">
<xsd:annotation>
<xsd:documentation xml:lang="en">When the margin type is Instrument, the margin factor is applied to the instrument value for the transaction. In the “instrument” case, the haircut would be applied to the securities.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|