simpleType "MarginTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
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"/>
<!--Added wording to related to Russian terminology-->
<xsd:enumeration value="Instrument"/>
</xsd:restriction>
</xsd:simpleType>

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