Class Trade

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

public class Trade extends Object
A type defining an FpML trade.

Java class for Trade complex type.

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

 <complexType name="Trade">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tradeHeader" type="{http://www.fpml.org/FpML-5/confirmation}TradeHeader"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}product"/>
         <element name="otherPartyPayment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="brokerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CalculationAgent.model"/>
         <element name="determiningParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="2" minOccurs="0"/>
         <element name="barrierDeterminationAgent" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="hedgingParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="2" minOccurs="0"/>
         <element name="collateral" type="{http://www.fpml.org/FpML-5/confirmation}Collateral" minOccurs="0"/>
         <element name="documentation" type="{http://www.fpml.org/FpML-5/confirmation}Documentation" minOccurs="0"/>
         <element name="governingLaw" type="{http://www.fpml.org/FpML-5/confirmation}GoverningLaw" minOccurs="0"/>
         <element name="allocations" type="{http://www.fpml.org/FpML-5/confirmation}Allocations" maxOccurs="2" minOccurs="0"/>
         <element name="approvals" type="{http://www.fpml.org/FpML-5/confirmation}Approvals" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>