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 ObservedRateNoTouchUpperBarrierObservation.maximumObservedRateprotected ObservedRateNoTouchLowerBarrierObservation.minimumObservedRateMethods in net.finmath.smartcontract.product.xml that return ObservedRateModifier and TypeMethodDescriptionObjectFactory.createObservedRate()Create an instance ofObservedRateNoTouchUpperBarrierObservation.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 TypeMethodDescriptionvoidNoTouchUpperBarrierObservation.setMaximumObservedRate(ObservedRate value) Sets the value of the maximumObservedRate property.voidNoTouchLowerBarrierObservation.setMinimumObservedRate(ObservedRate value) Sets the value of the minimumObservedRate property.