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>