Class FxAverageRateObservation

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

public class FxAverageRateObservation extends Object
A type that, for average rate options, is used to describe each specific observation date, as opposed to a parametric frequency of rate observations.

Java class for FxAverageRateObservation complex type.

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

 <complexType name="FxAverageRateObservation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="averageRateWeightingFactor" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="rate" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxAverageRateObservation

      public FxAverageRateObservation()
  • Method Details

    • getDate

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAverageRateWeightingFactor

      public BigDecimal getAverageRateWeightingFactor()
      Gets the value of the averageRateWeightingFactor property.
      Returns:
      possible object is BigDecimal
    • setAverageRateWeightingFactor

      public void setAverageRateWeightingFactor(BigDecimal value)
      Sets the value of the averageRateWeightingFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • getRate

      public BigDecimal getRate()
      Gets the value of the rate property.
      Returns:
      possible object is BigDecimal
    • setRate

      public void setRate(BigDecimal value)
      Sets the value of the rate property.
      Parameters:
      value - allowed object is BigDecimal