Class FxPerformanceFixedLeg

java.lang.Object
net.finmath.smartcontract.product.xml.FxPerformanceLeg
net.finmath.smartcontract.product.xml.FxPerformanceFixedLeg

public class FxPerformanceFixedLeg extends FxPerformanceLeg
FX Performance Fixed Leg describes Fixed FX Rate Payer and Fixed Rate.

Java class for FxPerformanceFixedLeg complex type.

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

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

  • Constructor Details

    • FxPerformanceFixedLeg

      public FxPerformanceFixedLeg()
  • Method Details

    • getFixedRate

      public BigDecimal getFixedRate()
      Gets the value of the fixedRate property.
      Returns:
      possible object is BigDecimal
    • setFixedRate

      public void setFixedRate(BigDecimal value)
      Sets the value of the fixedRate property.
      Parameters:
      value - allowed object is BigDecimal