Uses of Class
net.finmath.smartcontract.product.xml.PeriodRate
Packages that use PeriodRate
-
Uses of PeriodRate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PeriodRateModifier and TypeFieldDescriptionprotected PeriodRate
RateLimits.capRate
protected PeriodRate
Facility.defaultRate
protected PeriodRate
RateLimits.floorRate
protected PeriodRate
Facility.mandatoryCostRate
protected PeriodRate
Facility.penaltyRate
protected PeriodRate
FacilityRateChangeEvent.rate
Methods in net.finmath.smartcontract.product.xml that return PeriodRateModifier and TypeMethodDescriptionObjectFactory.createPeriodRate()
Create an instance ofPeriodRate
RateLimits.getCapRate()
Gets the value of the capRate property.Facility.getDefaultRate()
Gets the value of the defaultRate property.RateLimits.getFloorRate()
Gets the value of the floorRate property.Facility.getMandatoryCostRate()
Gets the value of the mandatoryCostRate property.Facility.getPenaltyRate()
Gets the value of the penaltyRate property.FacilityRateChangeEvent.getRate()
Gets the value of the rate property.Methods in net.finmath.smartcontract.product.xml with parameters of type PeriodRateModifier and TypeMethodDescriptionvoid
RateLimits.setCapRate
(PeriodRate value) Sets the value of the capRate property.void
Facility.setDefaultRate
(PeriodRate value) Sets the value of the defaultRate property.void
RateLimits.setFloorRate
(PeriodRate value) Sets the value of the floorRate property.void
Facility.setMandatoryCostRate
(PeriodRate value) Sets the value of the mandatoryCostRate property.void
Facility.setPenaltyRate
(PeriodRate value) Sets the value of the penaltyRate property.void
FacilityRateChangeEvent.setRate
(PeriodRate value) Sets the value of the rate property.