Class FxTargetSettlementPeriod
Java class for FxTargetSettlementPeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxTargetSettlementPeriod"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriod"> <sequence> <element name="pivot" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="payoff" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetSettlementPeriodPayoff" maxOccurs="unbounded"/> <element name="barrier" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementPeriodBarrier" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<FxSettlementPeriodBarrier> protected List
<FxTargetSettlementPeriodPayoff> protected BigDecimal
Fields inherited from class net.finmath.smartcontract.product.xml.SettlementPeriod
expiryDate, notionalAmount, settlementDate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the barrier property.Gets the value of the payoff property.getPivot()
Gets the value of the pivot property.void
setPivot
(BigDecimal value) Sets the value of the pivot property.Methods inherited from class net.finmath.smartcontract.product.xml.SettlementPeriod
getExpiryDate, getNotionalAmount, getSettlementDate, setExpiryDate, setNotionalAmount, setSettlementDate
-
Field Details
-
pivot
-
payoff
-
barrier
-
-
Constructor Details
-
FxTargetSettlementPeriod
public FxTargetSettlementPeriod()
-
-
Method Details
-
getPivot
Gets the value of the pivot property.- Returns:
- possible object is
BigDecimal
-
setPivot
Sets the value of the pivot property.- Parameters:
value
- allowed object isBigDecimal
-
getPayoff
Gets the value of the payoff 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
set
method for the payoff property.For example, to add a new item, do as follows:
getPayoff().add(newItem);
Objects of the following type(s) are allowed in the list
FxTargetSettlementPeriodPayoff
-
getBarrier
Gets the value of the barrier 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
set
method for the barrier property.For example, to add a new item, do as follows:
getBarrier().add(newItem);
Objects of the following type(s) are allowed in the list
FxSettlementPeriodBarrier
-