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 PeriodRateRateLimits.capRateprotected PeriodRateFacility.defaultRateprotected PeriodRateRateLimits.floorRateprotected PeriodRateFacility.mandatoryCostRateprotected PeriodRateFacility.penaltyRateprotected PeriodRateFacilityRateChangeEvent.rateMethods in net.finmath.smartcontract.product.xml that return PeriodRateModifier and TypeMethodDescriptionObjectFactory.createPeriodRate()Create an instance ofPeriodRateRateLimits.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 TypeMethodDescriptionvoidRateLimits.setCapRate(PeriodRate value) Sets the value of the capRate property.voidFacility.setDefaultRate(PeriodRate value) Sets the value of the defaultRate property.voidRateLimits.setFloorRate(PeriodRate value) Sets the value of the floorRate property.voidFacility.setMandatoryCostRate(PeriodRate value) Sets the value of the mandatoryCostRate property.voidFacility.setPenaltyRate(PeriodRate value) Sets the value of the penaltyRate property.voidFacilityRateChangeEvent.setRate(PeriodRate value) Sets the value of the rate property.