Class EEPParameters
java.lang.Object
net.finmath.smartcontract.product.xml.EEPParameters
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 Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected EEPRiskPeriod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the riskPeriod property.booleanGets the value of the eepApplicable property.booleanGets the value of the equivalentApplicable property.booleanGets the value of the penaltyApplicable property.voidsetEEPApplicable(boolean value) Sets the value of the eepApplicable property.voidsetEquivalentApplicable(boolean value) Sets the value of the equivalentApplicable property.voidsetPenaltyApplicable(boolean value) Sets the value of the penaltyApplicable property.voidsetRiskPeriod(EEPRiskPeriod value) Sets the value of the riskPeriod property.
-
Field Details
-
eepApplicable
protected boolean eepApplicable -
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
Gets the value of the riskPeriod property.- Returns:
- possible object is
EEPRiskPeriod
-
setRiskPeriod
Sets the value of the riskPeriod property.- Parameters:
value- allowed object isEEPRiskPeriod
-
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.
-