Enum Class CalculationAgentPartyEnum

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

public enum CalculationAgentPartyEnum extends Enum<CalculationAgentPartyEnum>

Java class for CalculationAgentPartyEnum.

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

 <simpleType name="CalculationAgentPartyEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="ExercisingParty"/>
     <enumeration value="NonExercisingParty"/>
     <enumeration value="AsSpecifiedInMasterAgreement"/>
     <enumeration value="AsSpecifiedInStandardTermsSupplement"/>
     <enumeration value="Both"/>
   </restriction>
 </simpleType>