Class EvergreenOption
java.lang.Object
net.finmath.smartcontract.product.xml.EvergreenOption
Represents an evergreen option that is available within a letter of credit
instrument.
Java class for EvergreenOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvergreenOption"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nonRenewalNoticePeriod" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/> <element name="extensionPeriod" type="{http://www.fpml.org/FpML-5/confirmation}Period"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensionPeriod property.Gets the value of the nonRenewalNoticePeriod property.void
setExtensionPeriod
(Period value) Sets the value of the extensionPeriod property.void
setNonRenewalNoticePeriod
(Period value) Sets the value of the nonRenewalNoticePeriod property.
-
Field Details
-
nonRenewalNoticePeriod
-
extensionPeriod
-
-
Constructor Details
-
EvergreenOption
public EvergreenOption()
-
-
Method Details
-
getNonRenewalNoticePeriod
-
setNonRenewalNoticePeriod
-
getExtensionPeriod
-
setExtensionPeriod
-