Enum Class NegativeInterestRateTreatmentEnum

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

public enum NegativeInterestRateTreatmentEnum extends Enum<NegativeInterestRateTreatmentEnum>

Java class for NegativeInterestRateTreatmentEnum.

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

 <simpleType name="NegativeInterestRateTreatmentEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="NegativeInterestRateMethod"/>
     <enumeration value="ZeroInterestRateMethod"/>
   </restriction>
 </simpleType>