Class AdditionalDisruptionEvents

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

public class AdditionalDisruptionEvents extends Object
A type for defining ISDA 2002 Equity Derivative Additional Disruption Events.

Java class for AdditionalDisruptionEvents complex type.

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

 <complexType name="AdditionalDisruptionEvents">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="changeInLaw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="failureToDeliver" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="insolvencyFiling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="hedgingDisruption" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}StockLoan.model"/>
         <element name="increasedCostOfHedging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="determiningPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="foreignOwnershipEvent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • changeInLaw

      protected Boolean changeInLaw
    • failureToDeliver

      protected Boolean failureToDeliver
    • insolvencyFiling

      protected Boolean insolvencyFiling
    • hedgingDisruption

      protected Boolean hedgingDisruption
    • lossOfStockBorrow

      protected Boolean lossOfStockBorrow
    • maximumStockLoanRate

      protected BigDecimal maximumStockLoanRate
    • increasedCostOfStockBorrow

      protected Boolean increasedCostOfStockBorrow
    • initialStockLoanRate

      protected BigDecimal initialStockLoanRate
    • increasedCostOfHedging

      protected Boolean increasedCostOfHedging
    • determiningPartyReference

      protected PartyReference determiningPartyReference
    • foreignOwnershipEvent

      protected Boolean foreignOwnershipEvent
  • Constructor Details

    • AdditionalDisruptionEvents

      public AdditionalDisruptionEvents()
  • Method Details

    • isChangeInLaw

      public Boolean isChangeInLaw()
      Gets the value of the changeInLaw property.
      Returns:
      possible object is Boolean
    • setChangeInLaw

      public void setChangeInLaw(Boolean value)
      Sets the value of the changeInLaw property.
      Parameters:
      value - allowed object is Boolean
    • 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
    • isInsolvencyFiling

      public Boolean isInsolvencyFiling()
      Gets the value of the insolvencyFiling property.
      Returns:
      possible object is Boolean
    • setInsolvencyFiling

      public void setInsolvencyFiling(Boolean value)
      Sets the value of the insolvencyFiling property.
      Parameters:
      value - allowed object is Boolean
    • isHedgingDisruption

      public Boolean isHedgingDisruption()
      Gets the value of the hedgingDisruption property.
      Returns:
      possible object is Boolean
    • setHedgingDisruption

      public void setHedgingDisruption(Boolean value)
      Sets the value of the hedgingDisruption property.
      Parameters:
      value - allowed object is Boolean
    • isLossOfStockBorrow

      public Boolean isLossOfStockBorrow()
      Gets the value of the lossOfStockBorrow property.
      Returns:
      possible object is Boolean
    • setLossOfStockBorrow

      public void setLossOfStockBorrow(Boolean value)
      Sets the value of the lossOfStockBorrow property.
      Parameters:
      value - allowed object is Boolean
    • getMaximumStockLoanRate

      public BigDecimal getMaximumStockLoanRate()
      Gets the value of the maximumStockLoanRate property.
      Returns:
      possible object is BigDecimal
    • setMaximumStockLoanRate

      public void setMaximumStockLoanRate(BigDecimal value)
      Sets the value of the maximumStockLoanRate property.
      Parameters:
      value - allowed object is BigDecimal
    • isIncreasedCostOfStockBorrow

      public Boolean isIncreasedCostOfStockBorrow()
      Gets the value of the increasedCostOfStockBorrow property.
      Returns:
      possible object is Boolean
    • setIncreasedCostOfStockBorrow

      public void setIncreasedCostOfStockBorrow(Boolean value)
      Sets the value of the increasedCostOfStockBorrow property.
      Parameters:
      value - allowed object is Boolean
    • getInitialStockLoanRate

      public BigDecimal getInitialStockLoanRate()
      Gets the value of the initialStockLoanRate property.
      Returns:
      possible object is BigDecimal
    • setInitialStockLoanRate

      public void setInitialStockLoanRate(BigDecimal value)
      Sets the value of the initialStockLoanRate property.
      Parameters:
      value - allowed object is BigDecimal
    • isIncreasedCostOfHedging

      public Boolean isIncreasedCostOfHedging()
      Gets the value of the increasedCostOfHedging property.
      Returns:
      possible object is Boolean
    • setIncreasedCostOfHedging

      public void setIncreasedCostOfHedging(Boolean value)
      Sets the value of the increasedCostOfHedging property.
      Parameters:
      value - allowed object is Boolean
    • getDeterminingPartyReference

      public PartyReference getDeterminingPartyReference()
      Gets the value of the determiningPartyReference property.
      Returns:
      possible object is PartyReference
    • setDeterminingPartyReference

      public void setDeterminingPartyReference(PartyReference value)
      Sets the value of the determiningPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • isForeignOwnershipEvent

      public Boolean isForeignOwnershipEvent()
      Gets the value of the foreignOwnershipEvent property.
      Returns:
      possible object is Boolean
    • setForeignOwnershipEvent

      public void setForeignOwnershipEvent(Boolean value)
      Sets the value of the foreignOwnershipEvent property.
      Parameters:
      value - allowed object is Boolean