Class KnockOutRateObservation
java.lang.Object
net.finmath.smartcontract.product.xml.TriggerRateObservation
net.finmath.smartcontract.product.xml.KnockOutRateObservation
Describes an observation that caused a barrier knock out to trigger
Java class for KnockOutRateObservation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KnockOutRateObservation">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}TriggerRateObservation">
<sequence>
<element name="rebatePayment" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativePayment" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.TriggerRateObservation
informationSource, observationDate, observationTime, observedPrice, observedRate, quotedCurrencyPair, triggerCondition, triggerPrice, triggerRate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rebatePayment property.voidSets the value of the rebatePayment property.Methods inherited from class net.finmath.smartcontract.product.xml.TriggerRateObservation
getInformationSource, getObservationDate, getObservationTime, getObservedPrice, getObservedRate, getQuotedCurrencyPair, getTriggerCondition, getTriggerPrice, getTriggerRate, setInformationSource, setObservationDate, setObservationTime, setObservedPrice, setObservedRate, setQuotedCurrencyPair, setTriggerCondition, setTriggerPrice, setTriggerRate
-
Field Details
-
rebatePayment
-
-
Constructor Details
-
KnockOutRateObservation
public KnockOutRateObservation()
-
-
Method Details
-
getRebatePayment
Gets the value of the rebatePayment property.- Returns:
- possible object is
NonNegativePayment
-
setRebatePayment
Sets the value of the rebatePayment property.- Parameters:
value- allowed object isNonNegativePayment
-