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

  • Constructor Details

    • TradeLegSizeChange

      public TradeLegSizeChange()
  • Method Details

    • getNotionalReference

      public NotionalReference getNotionalReference()
      Gets the value of the notionalReference property.
      Returns:
      possible object is NotionalReference
    • setNotionalReference

      public void setNotionalReference(NotionalReference value)
      Sets the value of the notionalReference property.
      Parameters:
      value - allowed object is NotionalReference
    • getChangeInNotionalAmount

      public NonNegativeMoney getChangeInNotionalAmount()
      Gets the value of the changeInNotionalAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setChangeInNotionalAmount

      public void setChangeInNotionalAmount(NonNegativeMoney value)
      Sets the value of the changeInNotionalAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getOutstandingNotionalAmount

      public NonNegativeMoney getOutstandingNotionalAmount()
      Gets the value of the outstandingNotionalAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setOutstandingNotionalAmount

      public void setOutstandingNotionalAmount(NonNegativeMoney value)
      Sets the value of the outstandingNotionalAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getNumberOfOptionsReference

      public NumberOfOptionsReference getNumberOfOptionsReference()
      Gets the value of the numberOfOptionsReference property.
      Returns:
      possible object is NumberOfOptionsReference
    • setNumberOfOptionsReference

      public void setNumberOfOptionsReference(NumberOfOptionsReference value)
      Sets the value of the numberOfOptionsReference property.
      Parameters:
      value - allowed object is NumberOfOptionsReference
    • 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
    • getNumberOfUnitsReference

      public NumberOfUnitsReference getNumberOfUnitsReference()
      Gets the value of the numberOfUnitsReference property.
      Returns:
      possible object is NumberOfUnitsReference
    • setNumberOfUnitsReference

      public void setNumberOfUnitsReference(NumberOfUnitsReference value)
      Sets the value of the numberOfUnitsReference property.
      Parameters:
      value - allowed object is NumberOfUnitsReference
    • 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
    • getNotionalScheduleReference

      public NotionalReference getNotionalScheduleReference()
      Gets the value of the notionalScheduleReference property.
      Returns:
      possible object is NotionalReference
    • setNotionalScheduleReference

      public void setNotionalScheduleReference(NotionalReference value)
      Sets the value of the notionalScheduleReference property.
      Parameters:
      value - allowed object is NotionalReference
    • getChangeInNotionalSchedule

      public NonNegativeAmountSchedule getChangeInNotionalSchedule()
      Gets the value of the changeInNotionalSchedule property.
      Returns:
      possible object is NonNegativeAmountSchedule
    • setChangeInNotionalSchedule

      public void setChangeInNotionalSchedule(NonNegativeAmountSchedule value)
      Sets the value of the changeInNotionalSchedule property.
      Parameters:
      value - allowed object is NonNegativeAmountSchedule
    • getOutstandingNotionalSchedule

      public NonNegativeAmountSchedule getOutstandingNotionalSchedule()
      Gets the value of the outstandingNotionalSchedule property.
      Returns:
      possible object is NonNegativeAmountSchedule
    • setOutstandingNotionalSchedule

      public void setOutstandingNotionalSchedule(NonNegativeAmountSchedule value)
      Sets the value of the outstandingNotionalSchedule property.
      Parameters:
      value - allowed object is NonNegativeAmountSchedule
    • getKnownAmountReference

      public AmountReference getKnownAmountReference()
      Gets the value of the knownAmountReference property.
      Returns:
      possible object is AmountReference
    • setKnownAmountReference

      public void setKnownAmountReference(AmountReference value)
      Sets the value of the knownAmountReference property.
      Parameters:
      value - allowed object is AmountReference
    • getChangeInKnownAmount

      public NonNegativeMoney getChangeInKnownAmount()
      Gets the value of the changeInKnownAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setChangeInKnownAmount

      public void setChangeInKnownAmount(NonNegativeMoney value)
      Sets the value of the changeInKnownAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getOutstandingKnownAmount

      public NonNegativeMoney getOutstandingKnownAmount()
      Gets the value of the outstandingKnownAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setOutstandingKnownAmount

      public void setOutstandingKnownAmount(NonNegativeMoney value)
      Sets the value of the outstandingKnownAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney