Class FxRateObservable

java.lang.Object
net.finmath.smartcontract.product.xml.FxRateObservable
Direct Known Subclasses:
FxAveragingProcess

public class FxRateObservable extends Object

Java class for FxRateObservable complex type.

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

 <complexType name="FxRateObservable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/>
         <choice>
           <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}FxInformationSource"/>
           <element name="crossRate" type="{http://www.fpml.org/FpML-5/confirmation}FxCrossRateObservable" maxOccurs="unbounded" minOccurs="2"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>