Class TradeNotionalChange

java.lang.Object

public class TradeNotionalChange extends TradeChangeBase
A structure describing a change to the size of a trade.

Java class for TradeNotionalChange complex type.

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

 <complexType name="TradeNotionalChange">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}TradeChangeBase">
       <sequence>
         <choice>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeNotionalChange.model"/>
           <element name="sizeChange" type="{http://www.fpml.org/FpML-5/confirmation}TradeLegSizeChange" maxOccurs="unbounded"/>
         </choice>
         <element name="priceChange" type="{http://www.fpml.org/FpML-5/confirmation}TradeLegPriceChange" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>