Enum Class InterestCalculationMethodEnum

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

public enum InterestCalculationMethodEnum extends Enum<InterestCalculationMethodEnum>

Java class for InterestCalculationMethodEnum.

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

 <simpleType name="InterestCalculationMethodEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="ContractPositionThruPeriod"/>
     <enumeration value="ProRataShareSnapshot"/>
   </restriction>
 </simpleType>