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 TypeClassDescriptionclass
A type defining a currency amount or a currency amount schedule.class
A shared type between accrual forwards and options where the FX accrual strike reference can point to.class
A type that describes the rate of exchange between the two currencies of the leg of a deal.class
Level is expressed as Schedule, with an initial value and optional steps.class
A type that describes the rate of exchange at which the option has been struck.class
Pivot is expressed as Schedule, with an initial value and optional steps.class
Strike is expressed as Schedule, with an initial value and optional steps.class
Adds an optional spread type element to the Schedule to identify a long or short spread value.class
A type describing a schedule of cap or floor rates.Fields in net.finmath.smartcontract.product.xml declared as ScheduleModifier and TypeFieldDescriptionprotected Schedule
ExerciseFeeSchedule.feeRateSchedule
protected Schedule
TradeUnderlyer2.fixedRate
protected Schedule
Calculation.fixedRateSchedule
protected Schedule
Repo.fixedRateSchedule
protected Schedule
FloatingRate.floatingRateMultiplierSchedule
protected Schedule
StubFloatingRate.floatingRateMultiplierSchedule
protected Schedule
FxPayoffCap.rate
protected Schedule
FxAccrualLeverage.ratio
protected Schedule
FxTargetLeverage.ratio
protected Schedule
FxComplexBarrierBase.triggerRate
Methods in net.finmath.smartcontract.product.xml that return ScheduleModifier and TypeMethodDescriptionObjectFactory.createSchedule()
Create an instance ofSchedule
ExerciseFeeSchedule.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) void
ExerciseFeeSchedule.setFeeRateSchedule
(Schedule value) Sets the value of the feeRateSchedule property.void
TradeUnderlyer2.setFixedRate
(Schedule value) Sets the value of the fixedRate property.void
Calculation.setFixedRateSchedule
(Schedule value) Sets the value of the fixedRateSchedule property.void
Repo.setFixedRateSchedule
(Schedule value) Sets the value of the fixedRateSchedule property.void
FloatingRate.setFloatingRateMultiplierSchedule
(Schedule value) Sets the value of the floatingRateMultiplierSchedule property.void
StubFloatingRate.setFloatingRateMultiplierSchedule
(Schedule value) Sets the value of the floatingRateMultiplierSchedule property.void
Sets the value of the rate property.void
Sets the value of the ratio property.void
Sets the value of the ratio property.void
FxComplexBarrierBase.setTriggerRate
(Schedule value) Sets the value of the triggerRate property.