Enum Class ValuationMethodEnum

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

public enum ValuationMethodEnum extends Enum<ValuationMethodEnum>

Java class for ValuationMethodEnum.

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

 <simpleType name="ValuationMethodEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Market"/>
     <enumeration value="Highest"/>
     <enumeration value="AverageMarket"/>
     <enumeration value="AverageHighest"/>
     <enumeration value="BlendedMarket"/>
     <enumeration value="BlendedHighest"/>
     <enumeration value="AverageBlendedMarket"/>
     <enumeration value="AverageBlendedHighest"/>
   </restriction>
 </simpleType>