Class TradeAmendmentContent

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

public class TradeAmendmentContent extends AbstractEvent
A structure describing a negotiated amendment.

Java class for TradeAmendmentContent complex type.

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

 <complexType name="TradeAmendmentContent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEvent">
       <sequence>
         <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}AgreementAndEffectiveDates.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}ReportingNotionalChange.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeAlterationPayment.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TradeAmendmentContent

      public TradeAmendmentContent()
  • Method Details

    • getTrade

      public Trade getTrade()
      Gets the value of the trade property.
      Returns:
      possible object is Trade
    • setTrade

      public void setTrade(Trade value)
      Sets the value of the trade property.
      Parameters:
      value - allowed object is Trade
    • getAgreementDate

      public XMLGregorianCalendar getAgreementDate()
      Gets the value of the agreementDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAgreementDate

      public void setAgreementDate(XMLGregorianCalendar value)
      Sets the value of the agreementDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExecutionDateTime

      public ExecutionDateTime getExecutionDateTime()
      Gets the value of the executionDateTime property.
      Returns:
      possible object is ExecutionDateTime
    • setExecutionDateTime

      public void setExecutionDateTime(ExecutionDateTime value)
      Sets the value of the executionDateTime property.
      Parameters:
      value - allowed object is ExecutionDateTime
    • getEffectiveDate

      public XMLGregorianCalendar getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEffectiveDate

      public void setEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getNotionalChange

      public NotionalChangeEnum getNotionalChange()
      Gets the value of the notionalChange property.
      Returns:
      possible object is NotionalChangeEnum
    • setNotionalChange

      public void setNotionalChange(NotionalChangeEnum value)
      Sets the value of the notionalChange property.
      Parameters:
      value - allowed object is NotionalChangeEnum
    • getChangeInNotional

      public List<MoneyRef> getChangeInNotional()
      Gets the value of the changeInNotional 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 changeInNotional property.

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

          getChangeInNotional().add(newItem);
       

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

    • getChangeInNumberOfOptions

      public List<AmountRef> getChangeInNumberOfOptions()
      Gets the value of the changeInNumberOfOptions 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 changeInNumberOfOptions property.

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

          getChangeInNumberOfOptions().add(newItem);
       

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

    • getChangeInQuantity

      public List<UnitQuantityRef> getChangeInQuantity()
      Gets the value of the changeInQuantity 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 changeInQuantity property.

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

          getChangeInQuantity().add(newItem);
       

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

    • getPayment

      public List<Payment> getPayment()
      Gets the value of the payment 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 payment property.

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

          getPayment().add(newItem);
       

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