Class TradeChangeBase

java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.TradeChangeBase
Direct Known Subclasses:
TradeNotionalChange

public class TradeChangeBase extends AbstractEvent
A structure describing a trade change.

Java class for TradeChangeBase complex type.

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

 <complexType name="TradeChangeBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEvent">
       <sequence>
         <choice>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
           <element name="originalTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         </choice>
         <element name="resultingTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}AgreementAndEffectiveDates.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeAlterationPayment.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>