Class DataDocument

java.lang.Object
net.finmath.smartcontract.product.xml.Document
net.finmath.smartcontract.product.xml.DataDocument
Direct Known Subclasses:
ValuationDocument

public class DataDocument extends Document
A type defining a content model that is backwards compatible with older FpML releases and which can be used to contain sets of data without expressing any processing intention.

Java class for DataDocument complex type.

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

 <complexType name="DataDocument">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Document">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Validation.model"/>
         <sequence>
           <element name="onBehalfOf" type="{http://www.fpml.org/FpML-5/confirmation}OnBehalfOf" minOccurs="0"/>
           <element name="originatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}OriginatingEvent" minOccurs="0"/>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade" maxOccurs="unbounded" minOccurs="0"/>
           <element name="portfolio" type="{http://www.fpml.org/FpML-5/confirmation}Portfolio" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>