simpleType "CollateralValueAllocationEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Buffer"
 - 
The amount that is being allocated from a buffer account. A buffer account is meant to hold funds that the FCM can use to cover the liability of any client. In effect, the FCM has provided funds that are available to meet its customers’ needs and the DCO may use such collateral to meet a default by a customer to the same extent as if the customer provided the collateral.
"Full"
 - 
The full amount is being allocated
"ExcessOverMargin"
 - 
The allocated amount is an excess over the margin requirement
"Margin"
 - 
The allocated amount for margin requirement
MinLength:
0

All Direct / Indirect Based Elements (1):
type (in collateralValueAllocation)
Known Usage Locations
Annotation
Denotes the method of collateral value allocation
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      CollateralValueAllocationEnum
Derivation:
restriction of Token
Facets:
enumeration:
"Buffer"
 - 
The amount that is being allocated from a buffer account. A buffer account is meant to hold funds that the FCM can use to cover the liability of any client. In effect, the FCM has provided funds that are available to meet its customers’ needs and the DCO may use such collateral to meet a default by a customer to the same extent as if the customer provided the collateral.
"Full"
 - 
The full amount is being allocated
"ExcessOverMargin"
 - 
The allocated amount is an excess over the margin requirement
"Margin"
 - 
The allocated amount for margin requirement
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="CollateralValueAllocationEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="Buffer"/>
<xsd:enumeration value="Full"/>
<xsd:enumeration value="ExcessOverMargin"/>
<xsd:enumeration value="Margin"/>
</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.