Class TradeReferenceInformation

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

public class TradeReferenceInformation extends Object
Defines a type that allows trade identifiers and/or trade information to be represented for a trade.

Java class for TradeReferenceInformation complex type.

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

 <complexType name="TradeReferenceInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="originatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}OriginatingEvent"/>
           <element name="terminatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}TerminatingEvent"/>
         </choice>
         <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="partyTradeInformation" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeInformation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="productType" type="{http://www.fpml.org/FpML-5/confirmation}ProductType" minOccurs="0"/>
         <element name="productId" type="{http://www.fpml.org/FpML-5/confirmation}ProductId" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>