Uses of Class
net.finmath.smartcontract.product.xml.Schedule
Packages that use Schedule
-
Uses of Schedule in net.finmath.smartcontract.product.xml
Subclasses of Schedule in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassA type defining a currency amount or a currency amount schedule.classA shared type between accrual forwards and options where the FX accrual strike reference can point to.classA type that describes the rate of exchange between the two currencies of the leg of a deal.classLevel is expressed as Schedule, with an initial value and optional steps.classA type that describes the rate of exchange at which the option has been struck.classPivot is expressed as Schedule, with an initial value and optional steps.classStrike is expressed as Schedule, with an initial value and optional steps.classAdds an optional spread type element to the Schedule to identify a long or short spread value.classA type describing a schedule of cap or floor rates.Fields in net.finmath.smartcontract.product.xml declared as ScheduleModifier and TypeFieldDescriptionprotected ScheduleExerciseFeeSchedule.feeRateScheduleprotected ScheduleTradeUnderlyer2.fixedRateprotected ScheduleCalculation.fixedRateScheduleprotected ScheduleRepo.fixedRateScheduleprotected ScheduleFloatingRate.floatingRateMultiplierScheduleprotected ScheduleStubFloatingRate.floatingRateMultiplierScheduleprotected ScheduleFxPayoffCap.rateprotected ScheduleFxAccrualLeverage.ratioprotected ScheduleFxTargetLeverage.ratioprotected ScheduleFxComplexBarrierBase.triggerRateMethods in net.finmath.smartcontract.product.xml that return ScheduleModifier and TypeMethodDescriptionObjectFactory.createSchedule()Create an instance ofScheduleExerciseFeeSchedule.getFeeRateSchedule()Gets the value of the feeRateSchedule property.TradeUnderlyer2.getFixedRate()Gets the value of the fixedRate property.Calculation.getFixedRateSchedule()Gets the value of the fixedRateSchedule property.Repo.getFixedRateSchedule()Gets the value of the fixedRateSchedule property.FloatingRate.getFloatingRateMultiplierSchedule()Gets the value of the floatingRateMultiplierSchedule property.StubFloatingRate.getFloatingRateMultiplierSchedule()Gets the value of the floatingRateMultiplierSchedule property.FxPayoffCap.getRate()Gets the value of the rate property.FxAccrualLeverage.getRatio()Gets the value of the ratio property.FxTargetLeverage.getRatio()Gets the value of the ratio property.FxComplexBarrierBase.getTriggerRate()Gets the value of the triggerRate property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type ScheduleModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Schedule> ObjectFactory.createFxAccrualRegionAccrualFactor(Schedule value) Methods in net.finmath.smartcontract.product.xml with parameters of type ScheduleModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Schedule> ObjectFactory.createFxAccrualRegionAccrualFactor(Schedule value) voidExerciseFeeSchedule.setFeeRateSchedule(Schedule value) Sets the value of the feeRateSchedule property.voidTradeUnderlyer2.setFixedRate(Schedule value) Sets the value of the fixedRate property.voidCalculation.setFixedRateSchedule(Schedule value) Sets the value of the fixedRateSchedule property.voidRepo.setFixedRateSchedule(Schedule value) Sets the value of the fixedRateSchedule property.voidFloatingRate.setFloatingRateMultiplierSchedule(Schedule value) Sets the value of the floatingRateMultiplierSchedule property.voidStubFloatingRate.setFloatingRateMultiplierSchedule(Schedule value) Sets the value of the floatingRateMultiplierSchedule property.voidSets the value of the rate property.voidSets the value of the ratio property.voidSets the value of the ratio property.voidFxComplexBarrierBase.setTriggerRate(Schedule value) Sets the value of the triggerRate property.