Class InstrumentTradePricing

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

public class InstrumentTradePricing extends Object
A structure describing the price paid for the instrument.

Java class for InstrumentTradePricing complex type.

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

 <complexType name="InstrumentTradePricing">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quote" type="{http://www.fpml.org/FpML-5/confirmation}BasicQuotation" maxOccurs="unbounded"/>
         <element name="couponStartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="exDividendDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="tradedFlatOfAccrued" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InstrumentTradePricing

      public InstrumentTradePricing()
  • Method Details

    • getQuote

      public List<BasicQuotation> getQuote()
      Gets the value of the quote 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 quote property.

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

          getQuote().add(newItem);
       

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

    • getCouponStartDate

      public XMLGregorianCalendar getCouponStartDate()
      Gets the value of the couponStartDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCouponStartDate

      public void setCouponStartDate(XMLGregorianCalendar value)
      Sets the value of the couponStartDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExDividendDate

      public XMLGregorianCalendar getExDividendDate()
      Gets the value of the exDividendDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExDividendDate

      public void setExDividendDate(XMLGregorianCalendar value)
      Sets the value of the exDividendDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isTradedFlatOfAccrued

      public Boolean isTradedFlatOfAccrued()
      Gets the value of the tradedFlatOfAccrued property.
      Returns:
      possible object is Boolean
    • setTradedFlatOfAccrued

      public void setTradedFlatOfAccrued(Boolean value)
      Sets the value of the tradedFlatOfAccrued property.
      Parameters:
      value - allowed object is Boolean