Class FxCrossRateObservable

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

public class FxCrossRateObservable extends Object
A type that is used for including the currency exchange rates information used to cross between the traded currencies for non-base currency FX contracts.

Java class for FxCrossRateObservable complex type.

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

 <complexType name="FxCrossRateObservable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/>
         <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}FxInformationSource"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>