Class RateLimits
java.lang.Object
net.finmath.smartcontract.product.xml.RateLimits
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the capRate property.Gets the value of the floorRate property.void
setCapRate
(PeriodRate value) Sets the value of the capRate property.void
setFloorRate
(PeriodRate value) Sets the value of the floorRate property.
-
Field Details
-
floorRate
-
capRate
-
-
Constructor Details
-
RateLimits
public RateLimits()
-
-
Method Details
-
getFloorRate
Gets the value of the floorRate property.- Returns:
- possible object is
PeriodRate
-
setFloorRate
Sets the value of the floorRate property.- Parameters:
value
- allowed object isPeriodRate
-
getCapRate
Gets the value of the capRate property.- Returns:
- possible object is
PeriodRate
-
setCapRate
Sets the value of the capRate property.- Parameters:
value
- allowed object isPeriodRate
-