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
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected boolean
protected EEPRiskPeriod
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the riskPeriod property.boolean
Gets the value of the eepApplicable property.boolean
Gets the value of the equivalentApplicable property.boolean
Gets the value of the penaltyApplicable property.void
setEEPApplicable
(boolean value) Sets the value of the eepApplicable property.void
setEquivalentApplicable
(boolean value) Sets the value of the equivalentApplicable property.void
setPenaltyApplicable
(boolean value) Sets the value of the penaltyApplicable property.void
setRiskPeriod
(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.
-