Class RateObservation

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

public class RateObservation extends Object
A type defining parameters associated with an individual observation or fixing. This type forms part of the cashflow representation of a stream.

Java class for RateObservation complex type.

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

 <complexType name="RateObservation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resetDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedFixingDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="observedRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="treatedRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="observationWeight" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="rateReference" type="{http://www.fpml.org/FpML-5/confirmation}RateReference" minOccurs="0"/>
         <element name="forecastRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="treatedForecastRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>