Class TradeNotionalChange


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>
 
  • Field Details

  • Constructor Details

    • TradeNotionalChange

      public TradeNotionalChange()
  • Method Details

    • getChangeInNotionalAmount

      public List<NonNegativeMoney> getChangeInNotionalAmount()
      Gets the value of the changeInNotionalAmount property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the changeInNotionalAmount property.

      For example, to add a new item, do as follows:

          getChangeInNotionalAmount().add(newItem);
       

      Objects of the following type(s) are allowed in the list NonNegativeMoney

    • getOutstandingNotionalAmount

      public List<NonNegativeMoney> getOutstandingNotionalAmount()
      Gets the value of the outstandingNotionalAmount property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the outstandingNotionalAmount property.

      For example, to add a new item, do as follows:

          getOutstandingNotionalAmount().add(newItem);
       

      Objects of the following type(s) are allowed in the list NonNegativeMoney

    • getChangeInNumberOfOptions

      public BigDecimal getChangeInNumberOfOptions()
      Gets the value of the changeInNumberOfOptions property.
      Returns:
      possible object is BigDecimal
    • setChangeInNumberOfOptions

      public void setChangeInNumberOfOptions(BigDecimal value)
      Sets the value of the changeInNumberOfOptions property.
      Parameters:
      value - allowed object is BigDecimal
    • getOutstandingNumberOfOptions

      public BigDecimal getOutstandingNumberOfOptions()
      Gets the value of the outstandingNumberOfOptions property.
      Returns:
      possible object is BigDecimal
    • setOutstandingNumberOfOptions

      public void setOutstandingNumberOfOptions(BigDecimal value)
      Sets the value of the outstandingNumberOfOptions property.
      Parameters:
      value - allowed object is BigDecimal
    • getChangeInNumberOfUnits

      public BigDecimal getChangeInNumberOfUnits()
      Gets the value of the changeInNumberOfUnits property.
      Returns:
      possible object is BigDecimal
    • setChangeInNumberOfUnits

      public void setChangeInNumberOfUnits(BigDecimal value)
      Sets the value of the changeInNumberOfUnits property.
      Parameters:
      value - allowed object is BigDecimal
    • getOutstandingNumberOfUnits

      public BigDecimal getOutstandingNumberOfUnits()
      Gets the value of the outstandingNumberOfUnits property.
      Returns:
      possible object is BigDecimal
    • setOutstandingNumberOfUnits

      public void setOutstandingNumberOfUnits(BigDecimal value)
      Sets the value of the outstandingNumberOfUnits property.
      Parameters:
      value - allowed object is BigDecimal
    • getSizeChange

      public List<TradeLegSizeChange> getSizeChange()
      Gets the value of the sizeChange property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the sizeChange property.

      For example, to add a new item, do as follows:

          getSizeChange().add(newItem);
       

      Objects of the following type(s) are allowed in the list TradeLegSizeChange

    • getPriceChange

      public List<TradeLegPriceChange> getPriceChange()
      Gets the value of the priceChange property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the priceChange property.

      For example, to add a new item, do as follows:

          getPriceChange().add(newItem);
       

      Objects of the following type(s) are allowed in the list TradeLegPriceChange