Class TradeLegSizeChange

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

public class TradeLegSizeChange extends Object
A structure describing a change to the size of a single leg or stream of a trade.

Java class for TradeLegSizeChange complex type.

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

 <complexType name="TradeLegSizeChange">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeLegNotionalChange.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeLegNumberOfOptionsChange.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeLegNumberOfUnitsChange.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeLegNotionalScheduleChange.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeLegFixedAmountChange.model"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>