Class AveragingObservationList

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

public class AveragingObservationList extends Object
An un ordered list of weighted averaging observations.

Java class for AveragingObservationList complex type.

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

 <complexType name="AveragingObservationList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="averagingObservation" type="{http://www.fpml.org/FpML-5/confirmation}WeightedAveragingObservation" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>