Class GenericProductQuotedCurrencyPair

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

public class GenericProductQuotedCurrencyPair extends Object
A type that describes the composition of a rate that has been quoted or is to be quoted. This includes the two currencies and the quotation relationship between the two currencies and is used as a building block throughout the FX specification.

Java class for GenericProductQuotedCurrencyPair complex type.

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

 <complexType name="GenericProductQuotedCurrencyPair">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currency1" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="currency2" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="quoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}QuoteBasisEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>