Class Quotation

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

public class Quotation extends Object
Some kind of numerical measure about an asset, eg. its NPV, together with characteristics of that measure, together with optional sensitivities.

Java class for Quotation complex type.

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

 <complexType name="Quotation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Quotation.model"/>
         <element name="sensitivitySet" type="{http://www.fpml.org/FpML-5/confirmation}SensitivitySet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Quotation

      public Quotation()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal
    • getMeasureType

      public AssetMeasureType getMeasureType()
      Gets the value of the measureType property.
      Returns:
      possible object is AssetMeasureType
    • setMeasureType

      public void setMeasureType(AssetMeasureType value)
      Sets the value of the measureType property.
      Parameters:
      value - allowed object is AssetMeasureType
    • getQuoteUnits

      public PriceQuoteUnits getQuoteUnits()
      Gets the value of the quoteUnits property.
      Returns:
      possible object is PriceQuoteUnits
    • setQuoteUnits

      public void setQuoteUnits(PriceQuoteUnits value)
      Sets the value of the quoteUnits property.
      Parameters:
      value - allowed object is PriceQuoteUnits
    • getSide

      public QuotationSideEnum getSide()
      Gets the value of the side property.
      Returns:
      possible object is QuotationSideEnum
    • setSide

      public void setSide(QuotationSideEnum value)
      Sets the value of the side property.
      Parameters:
      value - allowed object is QuotationSideEnum
    • getCurrency

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency
    • getCurrencyType

      public ReportingCurrencyType getCurrencyType()
      Gets the value of the currencyType property.
      Returns:
      possible object is ReportingCurrencyType
    • setCurrencyType

      public void setCurrencyType(ReportingCurrencyType value)
      Sets the value of the currencyType property.
      Parameters:
      value - allowed object is ReportingCurrencyType
    • getTiming

      public QuoteTiming getTiming()
      Gets the value of the timing property.
      Returns:
      possible object is QuoteTiming
    • setTiming

      public void setTiming(QuoteTiming value)
      Sets the value of the timing property.
      Parameters:
      value - allowed object is QuoteTiming
    • getBusinessCenter

      public BusinessCenter getBusinessCenter()
      Gets the value of the businessCenter property.
      Returns:
      possible object is BusinessCenter
    • setBusinessCenter

      public void setBusinessCenter(BusinessCenter value)
      Sets the value of the businessCenter property.
      Parameters:
      value - allowed object is BusinessCenter
    • getExchangeId

      public ExchangeId getExchangeId()
      Gets the value of the exchangeId property.
      Returns:
      possible object is ExchangeId
    • setExchangeId

      public void setExchangeId(ExchangeId value)
      Sets the value of the exchangeId property.
      Parameters:
      value - allowed object is ExchangeId
    • getInformationSource

      public List<InformationSource> getInformationSource()
      Gets the value of the informationSource 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 informationSource property.

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

          getInformationSource().add(newItem);
       

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

    • getPricingModel

      public PricingModel getPricingModel()
      Gets the value of the pricingModel property.
      Returns:
      possible object is PricingModel
    • setPricingModel

      public void setPricingModel(PricingModel value)
      Sets the value of the pricingModel property.
      Parameters:
      value - allowed object is PricingModel
    • getTime

      public XMLGregorianCalendar getTime()
      Gets the value of the time property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTime

      public void setTime(XMLGregorianCalendar value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getValuationDate

      public XMLGregorianCalendar getValuationDate()
      Gets the value of the valuationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setValuationDate

      public void setValuationDate(XMLGregorianCalendar value)
      Sets the value of the valuationDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExpiryTime

      public XMLGregorianCalendar getExpiryTime()
      Gets the value of the expiryTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExpiryTime

      public void setExpiryTime(XMLGregorianCalendar value)
      Sets the value of the expiryTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCashflowType

      public CashflowType getCashflowType()
      Gets the value of the cashflowType property.
      Returns:
      possible object is CashflowType
    • setCashflowType

      public void setCashflowType(CashflowType value)
      Sets the value of the cashflowType property.
      Parameters:
      value - allowed object is CashflowType
    • getSensitivitySet

      public List<SensitivitySet> getSensitivitySet()
      Gets the value of the sensitivitySet 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 sensitivitySet property.

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

          getSensitivitySet().add(newItem);
       

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