Uses of Class
net.finmath.smartcontract.product.xml.ObservedRate
-
Uses of ObservedRate in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected ObservedRate
NoTouchUpperBarrierObservation.maximumObservedRate
protected ObservedRate
NoTouchLowerBarrierObservation.minimumObservedRate
Modifier 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.Modifier 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.