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>
 
  • Field Details

    • eepApplicable

      protected boolean eepApplicable
    • riskPeriod

      protected EEPRiskPeriod riskPeriod
    • equivalentApplicable

      protected boolean equivalentApplicable
    • penaltyApplicable

      protected boolean penaltyApplicable
  • Constructor Details

    • EEPParameters

      public EEPParameters()
  • Method Details

    • isEEPApplicable

      public boolean isEEPApplicable()
      Gets the value of the eepApplicable property.
    • setEEPApplicable

      public void setEEPApplicable(boolean value)
      Sets the value of the eepApplicable property.
    • getRiskPeriod

      public EEPRiskPeriod getRiskPeriod()
      Gets the value of the riskPeriod property.
      Returns:
      possible object is EEPRiskPeriod
    • setRiskPeriod

      public void setRiskPeriod(EEPRiskPeriod value)
      Sets the value of the riskPeriod property.
      Parameters:
      value - allowed object is EEPRiskPeriod
    • isEquivalentApplicable

      public boolean isEquivalentApplicable()
      Gets the value of the equivalentApplicable property.
    • setEquivalentApplicable

      public void setEquivalentApplicable(boolean value)
      Sets the value of the equivalentApplicable property.
    • isPenaltyApplicable

      public boolean isPenaltyApplicable()
      Gets the value of the penaltyApplicable property.
    • setPenaltyApplicable

      public void setPenaltyApplicable(boolean value)
      Sets the value of the penaltyApplicable property.