Class FxFixingObservation

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

public class FxFixingObservation extends Object

Java class for FxFixingObservation complex type.

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

 <complexType name="FxFixingObservation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="weight" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>