Class FxRate

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

public class FxRate extends Object
A type describing the rate of a currency conversion: pair of currency, quotation mode and exchange rate.

Java class for FxRate complex type.

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

 <complexType name="FxRate">
   <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="rate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>