Class RateLimits

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

public class RateLimits extends Object
The limits associated with rates that can be applied to a loan instrument.

Java class for RateLimits complex type.

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

 <complexType name="RateLimits">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="floorRate" type="{http://www.fpml.org/FpML-5/confirmation}PeriodRate" minOccurs="0"/>
         <element name="capRate" type="{http://www.fpml.org/FpML-5/confirmation}PeriodRate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RateLimits

      public RateLimits()
  • Method Details

    • getFloorRate

      public PeriodRate getFloorRate()
      Gets the value of the floorRate property.
      Returns:
      possible object is PeriodRate
    • setFloorRate

      public void setFloorRate(PeriodRate value)
      Sets the value of the floorRate property.
      Parameters:
      value - allowed object is PeriodRate
    • getCapRate

      public PeriodRate getCapRate()
      Gets the value of the capRate property.
      Returns:
      possible object is PeriodRate
    • setCapRate

      public void setCapRate(PeriodRate value)
      Sets the value of the capRate property.
      Parameters:
      value - allowed object is PeriodRate