Class GenericProductExchangeRate

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

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

Java class for GenericProductExchangeRate complex type.

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

 <complexType name="GenericProductExchangeRate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}GenericProductQuotedCurrencyPair"/>
         <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>
 
  • Field Details

  • Constructor Details

    • GenericProductExchangeRate

      public GenericProductExchangeRate()
  • Method Details

    • getQuotedCurrencyPair

      public GenericProductQuotedCurrencyPair getQuotedCurrencyPair()
      Gets the value of the quotedCurrencyPair property.
      Returns:
      possible object is GenericProductQuotedCurrencyPair
    • setQuotedCurrencyPair

      public void setQuotedCurrencyPair(GenericProductQuotedCurrencyPair value)
      Sets the value of the quotedCurrencyPair property.
      Parameters:
      value - allowed object is GenericProductQuotedCurrencyPair
    • getRate

      public BigDecimal getRate()
      Gets the value of the rate property.
      Returns:
      possible object is BigDecimal
    • setRate

      public void setRate(BigDecimal value)
      Sets the value of the rate property.
      Parameters:
      value - allowed object is BigDecimal
    • getSpotRate

      public BigDecimal getSpotRate()
      Gets the value of the spotRate property.
      Returns:
      possible object is BigDecimal
    • setSpotRate

      public void setSpotRate(BigDecimal value)
      Sets the value of the spotRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getForwardPoints

      public BigDecimal getForwardPoints()
      Gets the value of the forwardPoints property.
      Returns:
      possible object is BigDecimal
    • setForwardPoints

      public void setForwardPoints(BigDecimal value)
      Sets the value of the forwardPoints property.
      Parameters:
      value - allowed object is BigDecimal
    • getPointValue

      public BigDecimal getPointValue()
      Gets the value of the pointValue property.
      Returns:
      possible object is BigDecimal
    • setPointValue

      public void setPointValue(BigDecimal value)
      Sets the value of the pointValue property.
      Parameters:
      value - allowed object is BigDecimal
    • getCrossRate

      public List<CrossRate> getCrossRate()
      Gets the value of the crossRate property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the crossRate property.

      For example, to add a new item, do as follows:

          getCrossRate().add(newItem);
       

      Objects of the following type(s) are allowed in the list CrossRate