Class FxTerms

java.lang.Object
net.finmath.smartcontract.product.xml.FxFixing
net.finmath.smartcontract.product.xml.FxTerms

public class FxTerms extends FxFixing
A structure which specifies FX conversion terms.

Java class for FxTerms complex type.

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

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

  • Constructor Details

    • FxTerms

      public FxTerms()
  • 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