Class TradeChangeContent

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

public class TradeChangeContent extends Object
A structure describing a non-negotiated trade resulting from a market event.

Java class for TradeChangeContent complex type.

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

 <complexType name="TradeChangeContent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="oldTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier"/>
           <element name="oldTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         </choice>
         <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}changeEvent"/>
         <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>