Class EvergreenOption

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

public class EvergreenOption extends Object
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 Details

    • nonRenewalNoticePeriod

      protected Period nonRenewalNoticePeriod
    • extensionPeriod

      protected Period extensionPeriod
  • Constructor Details

    • EvergreenOption

      public EvergreenOption()
  • Method Details

    • getNonRenewalNoticePeriod

      public Period getNonRenewalNoticePeriod()
      Gets the value of the nonRenewalNoticePeriod property.
      Returns:
      possible object is Period
    • setNonRenewalNoticePeriod

      public void setNonRenewalNoticePeriod(Period value)
      Sets the value of the nonRenewalNoticePeriod property.
      Parameters:
      value - allowed object is Period
    • getExtensionPeriod

      public Period getExtensionPeriod()
      Gets the value of the extensionPeriod property.
      Returns:
      possible object is Period
    • setExtensionPeriod

      public void setExtensionPeriod(Period value)
      Sets the value of the extensionPeriod property.
      Parameters:
      value - allowed object is Period