simpleType "MarginTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Cash"
 - 
When the margin type is Cash, the margin factor is applied to the cash value of the transaction.
"Instrument"
 - 
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.

All Direct / Indirect Based Elements (1):
marginType
Known Usage Locations
Annotation
This indicator defines which type of assets (cash or securities) is specified to apply as margin to the repo transaction.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  MarginTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Cash"
 - 
When the margin type is Cash, the margin factor is applied to the cash value of the transaction.
"Instrument"
 - 
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.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="MarginTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Cash"/>
<xsd:enumeration value="Instrument"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.