Class TradeChangeContent

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

public class TradeChangeContent extends Object
A structure describing a non-negotiated trade resulting from a market event.

Java class for TradeChangeContent complex type.

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

 <complexType name="TradeChangeContent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="oldTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier"/>
           <element name="oldTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         </choice>
         <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}changeEvent"/>
         <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TradeChangeContent

      public TradeChangeContent()
  • Method Details

    • getOldTradeIdentifier

      public PartyTradeIdentifier getOldTradeIdentifier()
      Gets the value of the oldTradeIdentifier property.
      Returns:
      possible object is PartyTradeIdentifier
    • setOldTradeIdentifier

      public void setOldTradeIdentifier(PartyTradeIdentifier value)
      Sets the value of the oldTradeIdentifier property.
      Parameters:
      value - allowed object is PartyTradeIdentifier
    • getOldTrade

      public Trade getOldTrade()
      Gets the value of the oldTrade property.
      Returns:
      possible object is Trade
    • setOldTrade

      public void setOldTrade(Trade value)
      Sets the value of the oldTrade property.
      Parameters:
      value - allowed object is Trade
    • 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
    • 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
    • getChangeEvent

      public jakarta.xml.bind.JAXBElement<? extends ChangeEvent> getChangeEvent()
      Substitution point for types of change
      Returns:
      possible object is JAXBElement<CorporateActionEvent> JAXBElement<BasketChangeEvent> JAXBElement<IndexChange> JAXBElement<ChangeEvent>
    • setChangeEvent

      public void setChangeEvent(jakarta.xml.bind.JAXBElement<? extends ChangeEvent> value)
      Sets the value of the changeEvent property.
      Parameters:
      value - allowed object is JAXBElement<CorporateActionEvent> JAXBElement<BasketChangeEvent> JAXBElement<IndexChange> JAXBElement<ChangeEvent>
    • getPayment

      public Payment getPayment()
      Gets the value of the payment property.
      Returns:
      possible object is Payment
    • setPayment

      public void setPayment(Payment value)
      Sets the value of the payment property.
      Parameters:
      value - allowed object is Payment