Class ReferenceInformation

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

public class ReferenceInformation extends Object

Java class for ReferenceInformation complex type.

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

 <complexType name="ReferenceInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceEntity" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
         <choice>
           <element name="referenceObligation" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceObligation" maxOccurs="unbounded"/>
           <element name="noReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="unknownReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </choice>
         <element name="allGuarantees" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="referencePrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="referencePolicy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="securedList" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>