Enum Class NotionalAdjustmentEnum

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

public enum NotionalAdjustmentEnum extends Enum<NotionalAdjustmentEnum>

Java class for NotionalAdjustmentEnum.

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

 <simpleType name="NotionalAdjustmentEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Execution"/>
     <enumeration value="PortfolioRebalancing"/>
     <enumeration value="Standard"/>
   </restriction>
 </simpleType>