Enum Class CollateralValueAllocationEnum

java.lang.Object
java.lang.Enum<CollateralValueAllocationEnum>
net.finmath.smartcontract.product.xml.CollateralValueAllocationEnum
All Implemented Interfaces:
Serializable, Comparable<CollateralValueAllocationEnum>, Constable

public enum CollateralValueAllocationEnum extends Enum<CollateralValueAllocationEnum>

Java class for CollateralValueAllocationEnum.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="CollateralValueAllocationEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Buffer"/>
     <enumeration value="Full"/>
     <enumeration value="ExcessOverMargin"/>
     <enumeration value="Margin"/>
   </restriction>
 </simpleType>