Class FxFlexibleForwardRate

java.lang.Object
net.finmath.smartcontract.product.xml.QuotedCurrencyPair
net.finmath.smartcontract.product.xml.FxFlexibleForwardRate

public class FxFlexibleForwardRate extends QuotedCurrencyPair

Java class for FxFlexibleForwardRate complex type.

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

 <complexType name="FxFlexibleForwardRate">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair">
       <sequence>
         <element name="rate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="spotRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxFlexibleForwardRate

      public FxFlexibleForwardRate()
  • Method Details

    • 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