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):
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.