Class QuotedCurrencyPair

java.lang.Object
net.finmath.smartcontract.product.xml.QuotedCurrencyPair
Direct Known Subclasses:
CrossRate, FxFlexibleForwardRate

public class QuotedCurrencyPair 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 QuotedCurrencyPair complex type.

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

 <complexType name="QuotedCurrencyPair">
   <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>
 
  • Field Details

  • Constructor Details

    • QuotedCurrencyPair

      public QuotedCurrencyPair()
  • Method Details

    • getCurrency1

      public Currency getCurrency1()
      Gets the value of the currency1 property.
      Returns:
      possible object is Currency
    • setCurrency1

      public void setCurrency1(Currency value)
      Sets the value of the currency1 property.
      Parameters:
      value - allowed object is Currency
    • getCurrency2

      public Currency getCurrency2()
      Gets the value of the currency2 property.
      Returns:
      possible object is Currency
    • setCurrency2

      public void setCurrency2(Currency value)
      Sets the value of the currency2 property.
      Parameters:
      value - allowed object is Currency
    • getQuoteBasis

      public QuoteBasisEnum getQuoteBasis()
      Gets the value of the quoteBasis property.
      Returns:
      possible object is QuoteBasisEnum
    • setQuoteBasis

      public void setQuoteBasis(QuoteBasisEnum value)
      Sets the value of the quoteBasis property.
      Parameters:
      value - allowed object is QuoteBasisEnum