Class Representations

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

public class Representations extends Object
A type for defining ISDA 2002 Equity Derivative Representations.

Java class for Representations complex type.

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

 <complexType name="Representations">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nonReliance" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="agreementsRegardingHedging" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="indexDisclaimer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="additionalAcknowledgements" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • nonReliance

      protected boolean nonReliance
    • agreementsRegardingHedging

      protected boolean agreementsRegardingHedging
    • indexDisclaimer

      protected Boolean indexDisclaimer
    • additionalAcknowledgements

      protected boolean additionalAcknowledgements
  • Constructor Details

    • Representations

      public Representations()
  • Method Details

    • isNonReliance

      public boolean isNonReliance()
      Gets the value of the nonReliance property.
    • setNonReliance

      public void setNonReliance(boolean value)
      Sets the value of the nonReliance property.
    • isAgreementsRegardingHedging

      public boolean isAgreementsRegardingHedging()
      Gets the value of the agreementsRegardingHedging property.
    • setAgreementsRegardingHedging

      public void setAgreementsRegardingHedging(boolean value)
      Sets the value of the agreementsRegardingHedging property.
    • isIndexDisclaimer

      public Boolean isIndexDisclaimer()
      Gets the value of the indexDisclaimer property.
      Returns:
      possible object is Boolean
    • setIndexDisclaimer

      public void setIndexDisclaimer(Boolean value)
      Sets the value of the indexDisclaimer property.
      Parameters:
      value - allowed object is Boolean
    • isAdditionalAcknowledgements

      public boolean isAdditionalAcknowledgements()
      Gets the value of the additionalAcknowledgements property.
    • setAdditionalAcknowledgements

      public void setAdditionalAcknowledgements(boolean value)
      Sets the value of the additionalAcknowledgements property.