Class FxAccrualBarrier
java.lang.Object
net.finmath.smartcontract.product.xml.FxComplexBarrierBase
net.finmath.smartcontract.product.xml.FxAccrualBarrier
Java class for FxAccrualBarrier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxAccrualBarrier">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}FxComplexBarrierBase">
<sequence>
<element name="accrualRetention" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualKnockoutBarrierRetentionEnum" minOccurs="0"/>
<choice minOccurs="0">
<element name="observableReference" type="{http://www.fpml.org/FpML-5/confirmation}FxRateObservableReference"/>
<sequence>
<element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/>
<element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FxAccrualKnockoutBarrierRetentionEnumprotected List<InformationSource> protected FxRateObservableReferenceprotected QuotedCurrencyPairFields inherited from class net.finmath.smartcontract.product.xml.FxComplexBarrierBase
barrierType, condition, id, observationEndDate, observationEndTime, observationStartDate, observationStartTime, scope, style, triggerRate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accrualRetention property.Gets the value of the informationSource property.Gets the value of the observableReference property.Gets the value of the quotedCurrencyPair property.voidSets the value of the accrualRetention property.voidSets the value of the observableReference property.voidSets the value of the quotedCurrencyPair property.Methods inherited from class net.finmath.smartcontract.product.xml.FxComplexBarrierBase
getBarrierType, getCondition, getId, getObservationEndDate, getObservationEndTime, getObservationStartDate, getObservationStartTime, getScope, getStyle, getTriggerRate, setBarrierType, setCondition, setId, setObservationEndDate, setObservationEndTime, setObservationStartDate, setObservationStartTime, setScope, setStyle, setTriggerRate
-
Field Details
-
accrualRetention
-
observableReference
-
quotedCurrencyPair
-
informationSource
-
-
Constructor Details
-
FxAccrualBarrier
public FxAccrualBarrier()
-
-
Method Details
-
getAccrualRetention
Gets the value of the accrualRetention property.- Returns:
- possible object is
FxAccrualKnockoutBarrierRetentionEnum
-
setAccrualRetention
Sets the value of the accrualRetention property.- Parameters:
value- allowed object isFxAccrualKnockoutBarrierRetentionEnum
-
getObservableReference
Gets the value of the observableReference property.- Returns:
- possible object is
FxRateObservableReference
-
setObservableReference
Sets the value of the observableReference property.- Parameters:
value- allowed object isFxRateObservableReference
-
getQuotedCurrencyPair
Gets the value of the quotedCurrencyPair property.- Returns:
- possible object is
QuotedCurrencyPair
-
setQuotedCurrencyPair
Sets the value of the quotedCurrencyPair property.- Parameters:
value- allowed object isQuotedCurrencyPair
-
getInformationSource
Gets the value of the informationSource property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the informationSource property.For example, to add a new item, do as follows:
getInformationSource().add(newItem);Objects of the following type(s) are allowed in the list
InformationSource
-