Class EEPParameters

java.lang.Object
net.finmath.smartcontract.product.xml.EEPParameters

public class EEPParameters extends Object
Excess Emission Penalty related parameters.

Java class for EEPParameters complex type.

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

 <complexType name="EEPParameters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="eEPApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="riskPeriod" type="{http://www.fpml.org/FpML-5/confirmation}EEPRiskPeriod"/>
         <element name="equivalentApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="penaltyApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>