Class ObservedPrice

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

public class ObservedPrice extends Object

Java class for ObservedPrice complex type.

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

 <complexType name="ObservedPrice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="price" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="time" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
         <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>