Class TradeNovationContent

java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.TradeNovationContent

public class TradeNovationContent extends AbstractEvent
A structure describing a novation.

Java class for TradeNovationContent complex type.

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

 <complexType name="TradeNovationContent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEvent">
       <sequence>
         <choice>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}NewTrade.model"/>
           <sequence>
             <group ref="{http://www.fpml.org/FpML-5/confirmation}OldTrade.model"/>
             <group ref="{http://www.fpml.org/FpML-5/confirmation}FeeTrade.model" minOccurs="0"/>
             <group ref="{http://www.fpml.org/FpML-5/confirmation}NewTrade.model" minOccurs="0"/>
           </sequence>
           <sequence>
             <group ref="{http://www.fpml.org/FpML-5/confirmation}FeeTrade.model"/>
             <group ref="{http://www.fpml.org/FpML-5/confirmation}NewTrade.model" minOccurs="0"/>
           </sequence>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}NovationRoles.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}NovationDates.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}NovationAmounts.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}NovationTerms.model"/>
         <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>