Class ExtraordinaryEvents

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

public class ExtraordinaryEvents extends Object
Where the underlying is shares, defines market events affecting the issuer of those shares that may require the terms of the transaction to be adjusted.

Java class for ExtraordinaryEvents complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExtraordinaryEvents">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mergerEvents" type="{http://www.fpml.org/FpML-5/confirmation}EquityCorporateEvents" minOccurs="0"/>
         <element name="tenderOffer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="tenderOfferEvents" type="{http://www.fpml.org/FpML-5/confirmation}EquityCorporateEvents" minOccurs="0"/>
         <element name="compositionOfCombinedConsideration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="indexAdjustmentEvents" type="{http://www.fpml.org/FpML-5/confirmation}IndexAdjustmentEvents" minOccurs="0"/>
         <choice>
           <element name="additionalDisruptionEvents" type="{http://www.fpml.org/FpML-5/confirmation}AdditionalDisruptionEvents"/>
           <element name="failureToDeliver" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </choice>
         <element name="representations" type="{http://www.fpml.org/FpML-5/confirmation}Representations" minOccurs="0"/>
         <element name="nationalisationOrInsolvency" type="{http://www.fpml.org/FpML-5/confirmation}NationalisationOrInsolvencyOrDelistingEventEnum" minOccurs="0"/>
         <element name="delisting" type="{http://www.fpml.org/FpML-5/confirmation}NationalisationOrInsolvencyOrDelistingEventEnum" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}ExchangeIdentifier.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExtraordinaryEvents

      public ExtraordinaryEvents()
  • Method Details

    • getMergerEvents

      public EquityCorporateEvents getMergerEvents()
      Gets the value of the mergerEvents property.
      Returns:
      possible object is EquityCorporateEvents
    • setMergerEvents

      public void setMergerEvents(EquityCorporateEvents value)
      Sets the value of the mergerEvents property.
      Parameters:
      value - allowed object is EquityCorporateEvents
    • isTenderOffer

      public Boolean isTenderOffer()
      Gets the value of the tenderOffer property.
      Returns:
      possible object is Boolean
    • setTenderOffer

      public void setTenderOffer(Boolean value)
      Sets the value of the tenderOffer property.
      Parameters:
      value - allowed object is Boolean
    • getTenderOfferEvents

      public EquityCorporateEvents getTenderOfferEvents()
      Gets the value of the tenderOfferEvents property.
      Returns:
      possible object is EquityCorporateEvents
    • setTenderOfferEvents

      public void setTenderOfferEvents(EquityCorporateEvents value)
      Sets the value of the tenderOfferEvents property.
      Parameters:
      value - allowed object is EquityCorporateEvents
    • isCompositionOfCombinedConsideration

      public Boolean isCompositionOfCombinedConsideration()
      Gets the value of the compositionOfCombinedConsideration property.
      Returns:
      possible object is Boolean
    • setCompositionOfCombinedConsideration

      public void setCompositionOfCombinedConsideration(Boolean value)
      Sets the value of the compositionOfCombinedConsideration property.
      Parameters:
      value - allowed object is Boolean
    • getIndexAdjustmentEvents

      public IndexAdjustmentEvents getIndexAdjustmentEvents()
      Gets the value of the indexAdjustmentEvents property.
      Returns:
      possible object is IndexAdjustmentEvents
    • setIndexAdjustmentEvents

      public void setIndexAdjustmentEvents(IndexAdjustmentEvents value)
      Sets the value of the indexAdjustmentEvents property.
      Parameters:
      value - allowed object is IndexAdjustmentEvents
    • getAdditionalDisruptionEvents

      public AdditionalDisruptionEvents getAdditionalDisruptionEvents()
      Gets the value of the additionalDisruptionEvents property.
      Returns:
      possible object is AdditionalDisruptionEvents
    • setAdditionalDisruptionEvents

      public void setAdditionalDisruptionEvents(AdditionalDisruptionEvents value)
      Sets the value of the additionalDisruptionEvents property.
      Parameters:
      value - allowed object is AdditionalDisruptionEvents
    • isFailureToDeliver

      public Boolean isFailureToDeliver()
      Gets the value of the failureToDeliver property.
      Returns:
      possible object is Boolean
    • setFailureToDeliver

      public void setFailureToDeliver(Boolean value)
      Sets the value of the failureToDeliver property.
      Parameters:
      value - allowed object is Boolean
    • getRepresentations

      public Representations getRepresentations()
      Gets the value of the representations property.
      Returns:
      possible object is Representations
    • setRepresentations

      public void setRepresentations(Representations value)
      Sets the value of the representations property.
      Parameters:
      value - allowed object is Representations
    • getNationalisationOrInsolvency

      public NationalisationOrInsolvencyOrDelistingEventEnum getNationalisationOrInsolvency()
      Gets the value of the nationalisationOrInsolvency property.
      Returns:
      possible object is NationalisationOrInsolvencyOrDelistingEventEnum
    • setNationalisationOrInsolvency

      public void setNationalisationOrInsolvency(NationalisationOrInsolvencyOrDelistingEventEnum value)
      Sets the value of the nationalisationOrInsolvency property.
      Parameters:
      value - allowed object is NationalisationOrInsolvencyOrDelistingEventEnum
    • getDelisting

      Gets the value of the delisting property.
      Returns:
      possible object is NationalisationOrInsolvencyOrDelistingEventEnum
    • setDelisting

      public void setDelisting(NationalisationOrInsolvencyOrDelistingEventEnum value)
      Sets the value of the delisting property.
      Parameters:
      value - allowed object is NationalisationOrInsolvencyOrDelistingEventEnum
    • getRelatedExchangeId

      public List<ExchangeId> getRelatedExchangeId()
      Gets the value of the relatedExchangeId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the relatedExchangeId property.

      For example, to add a new item, do as follows:

          getRelatedExchangeId().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExchangeId

    • getOptionsExchangeId

      public List<ExchangeId> getOptionsExchangeId()
      Gets the value of the optionsExchangeId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the optionsExchangeId property.

      For example, to add a new item, do as follows:

          getOptionsExchangeId().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExchangeId

    • getSpecifiedExchangeId

      public List<ExchangeId> getSpecifiedExchangeId()
      Gets the value of the specifiedExchangeId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the specifiedExchangeId property.

      For example, to add a new item, do as follows:

          getSpecifiedExchangeId().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExchangeId