Class TradeChangeBase

java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.TradeChangeBase
Direct Known Subclasses:
TradeNotionalChange

public class TradeChangeBase extends AbstractEvent
A structure describing a trade change.

Java class for TradeChangeBase complex type.

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

 <complexType name="TradeChangeBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEvent">
       <sequence>
         <choice>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
           <element name="originalTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         </choice>
         <element name="resultingTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}AgreementAndEffectiveDates.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeAlterationPayment.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TradeChangeBase

      public TradeChangeBase()
  • Method Details

    • getTradeIdentifier

      public List<PartyTradeIdentifier> getTradeIdentifier()
      Gets the value of the tradeIdentifier 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 tradeIdentifier property.

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

          getTradeIdentifier().add(newItem);
       

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

    • getOriginalTrade

      public Trade getOriginalTrade()
      Gets the value of the originalTrade property.
      Returns:
      possible object is Trade
    • setOriginalTrade

      public void setOriginalTrade(Trade value)
      Sets the value of the originalTrade property.
      Parameters:
      value - allowed object is Trade
    • getResultingTrade

      public Trade getResultingTrade()
      Gets the value of the resultingTrade property.
      Returns:
      possible object is Trade
    • setResultingTrade

      public void setResultingTrade(Trade value)
      Sets the value of the resultingTrade 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
    • 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