Class CommodityMarketDisruption

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

public class CommodityMarketDisruption extends Object
ISDA 1993 or 2005 commodity market disruption elements.

Java class for CommodityMarketDisruption complex type.

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

 <complexType name="CommodityMarketDisruption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="marketDisruptionEvents" type="{http://www.fpml.org/FpML-5/confirmation}MarketDisruptionEventsEnum"/>
             <element name="additionalMarketDisruptionEvent" type="{http://www.fpml.org/FpML-5/confirmation}MarketDisruptionEvent" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <element name="marketDisruptionEvent" type="{http://www.fpml.org/FpML-5/confirmation}MarketDisruptionEvent" maxOccurs="unbounded"/>
         </choice>
         <choice minOccurs="0">
           <element name="disruptionFallbacks" type="{http://www.fpml.org/FpML-5/confirmation}DisruptionFallbacksEnum"/>
           <element name="disruptionFallback" type="{http://www.fpml.org/FpML-5/confirmation}SequencedDisruptionFallback" maxOccurs="unbounded"/>
         </choice>
         <element name="fallbackReferencePrice" type="{http://www.fpml.org/FpML-5/confirmation}Underlyer" minOccurs="0"/>
         <element name="maximumNumberOfDaysOfDisruption" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="priceMaterialityPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="minimumFuturesContracts" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityMarketDisruption

      public CommodityMarketDisruption()
  • Method Details

    • getMarketDisruptionEvents

      public MarketDisruptionEventsEnum getMarketDisruptionEvents()
      Gets the value of the marketDisruptionEvents property.
      Returns:
      possible object is MarketDisruptionEventsEnum
    • setMarketDisruptionEvents

      public void setMarketDisruptionEvents(MarketDisruptionEventsEnum value)
      Sets the value of the marketDisruptionEvents property.
      Parameters:
      value - allowed object is MarketDisruptionEventsEnum
    • getAdditionalMarketDisruptionEvent

      public List<MarketDisruptionEvent> getAdditionalMarketDisruptionEvent()
      Gets the value of the additionalMarketDisruptionEvent 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 additionalMarketDisruptionEvent property.

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

          getAdditionalMarketDisruptionEvent().add(newItem);
       

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

    • getMarketDisruptionEvent

      public List<MarketDisruptionEvent> getMarketDisruptionEvent()
      Gets the value of the marketDisruptionEvent 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 marketDisruptionEvent property.

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

          getMarketDisruptionEvent().add(newItem);
       

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

    • getDisruptionFallbacks

      public DisruptionFallbacksEnum getDisruptionFallbacks()
      Gets the value of the disruptionFallbacks property.
      Returns:
      possible object is DisruptionFallbacksEnum
    • setDisruptionFallbacks

      public void setDisruptionFallbacks(DisruptionFallbacksEnum value)
      Sets the value of the disruptionFallbacks property.
      Parameters:
      value - allowed object is DisruptionFallbacksEnum
    • getDisruptionFallback

      public List<SequencedDisruptionFallback> getDisruptionFallback()
      Gets the value of the disruptionFallback 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 disruptionFallback property.

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

          getDisruptionFallback().add(newItem);
       

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

    • getFallbackReferencePrice

      public Underlyer getFallbackReferencePrice()
      Gets the value of the fallbackReferencePrice property.
      Returns:
      possible object is Underlyer
    • setFallbackReferencePrice

      public void setFallbackReferencePrice(Underlyer value)
      Sets the value of the fallbackReferencePrice property.
      Parameters:
      value - allowed object is Underlyer
    • getMaximumNumberOfDaysOfDisruption

      public BigInteger getMaximumNumberOfDaysOfDisruption()
      Gets the value of the maximumNumberOfDaysOfDisruption property.
      Returns:
      possible object is BigInteger
    • setMaximumNumberOfDaysOfDisruption

      public void setMaximumNumberOfDaysOfDisruption(BigInteger value)
      Sets the value of the maximumNumberOfDaysOfDisruption property.
      Parameters:
      value - allowed object is BigInteger
    • getPriceMaterialityPercentage

      public BigDecimal getPriceMaterialityPercentage()
      Gets the value of the priceMaterialityPercentage property.
      Returns:
      possible object is BigDecimal
    • setPriceMaterialityPercentage

      public void setPriceMaterialityPercentage(BigDecimal value)
      Sets the value of the priceMaterialityPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getMinimumFuturesContracts

      public BigInteger getMinimumFuturesContracts()
      Gets the value of the minimumFuturesContracts property.
      Returns:
      possible object is BigInteger
    • setMinimumFuturesContracts

      public void setMinimumFuturesContracts(BigInteger value)
      Sets the value of the minimumFuturesContracts property.
      Parameters:
      value - allowed object is BigInteger