Uses of Class
net.finmath.smartcontract.product.xml.ObservedRate
Packages that use ObservedRate
-
Uses of ObservedRate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ObservedRateModifier and TypeFieldDescriptionprotected ObservedRate
NoTouchUpperBarrierObservation.maximumObservedRate
protected ObservedRate
NoTouchLowerBarrierObservation.minimumObservedRate
Methods in net.finmath.smartcontract.product.xml that return ObservedRateModifier and TypeMethodDescriptionObjectFactory.createObservedRate()
Create an instance ofObservedRate
NoTouchUpperBarrierObservation.getMaximumObservedRate()
Gets the value of the maximumObservedRate property.NoTouchLowerBarrierObservation.getMinimumObservedRate()
Gets the value of the minimumObservedRate property.Methods in net.finmath.smartcontract.product.xml with parameters of type ObservedRateModifier and TypeMethodDescriptionvoid
NoTouchUpperBarrierObservation.setMaximumObservedRate(ObservedRate value)
Sets the value of the maximumObservedRate property.void
NoTouchLowerBarrierObservation.setMinimumObservedRate(ObservedRate value)
Sets the value of the minimumObservedRate property.