Class ExchangeRate

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

public class ExchangeRate extends Object
A type that is used for describing the exchange rate for a particular transaction.

Java class for ExchangeRate complex type.

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

 <complexType name="ExchangeRate">
   <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.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <sequence minOccurs="0">
           <element name="spotRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
           <sequence minOccurs="0">
             <element name="forwardPoints" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="pointValue" type="{http://www.fpml.org/FpML-5/confirmation}PointValue" minOccurs="0"/>
           </sequence>
         </sequence>
         <element name="crossRate" type="{http://www.fpml.org/FpML-5/confirmation}CrossRate" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>