Class WeightedAveragingObservation

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

public class WeightedAveragingObservation extends Object
A single weighted averaging observation.

Java class for WeightedAveragingObservation complex type.

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

 <complexType name="WeightedAveragingObservation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="dateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           <element name="observationNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         </choice>
         <element name="weight" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>