Class DividendPeriodPayment
java.lang.Object
net.finmath.smartcontract.product.xml.DividendPeriod
net.finmath.smartcontract.product.xml.DividendPeriodPayment
A time bounded dividend period, with fixed strike and a dividend payment
date per period.
Java class for DividendPeriodPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DividendPeriodPayment"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}DividendPeriod"> <sequence> <element name="fixedStrike" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/> <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/> <element name="valuationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
protected AdjustableOrRelativeDate
protected AdjustableOrRelativeDate
Fields inherited from class net.finmath.smartcontract.product.xml.DividendPeriod
dateAdjustments, id, unadjustedEndDate, unadjustedStartDate, underlyerReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixedStrike property.Gets the value of the paymentDate property.Gets the value of the valuationDate property.void
setFixedStrike(BigDecimal value)
Sets the value of the fixedStrike property.void
Sets the value of the paymentDate property.void
Sets the value of the valuationDate property.Methods inherited from class net.finmath.smartcontract.product.xml.DividendPeriod
getDateAdjustments, getId, getUnadjustedEndDate, getUnadjustedStartDate, getUnderlyerReference, setDateAdjustments, setId, setUnadjustedEndDate, setUnadjustedStartDate, setUnderlyerReference
-
Field Details
-
fixedStrike
-
paymentDate
-
valuationDate
-
-
Constructor Details
-
DividendPeriodPayment
public DividendPeriodPayment()
-
-
Method Details
-
getFixedStrike
Gets the value of the fixedStrike property.- Returns:
- possible object is
BigDecimal
-
setFixedStrike
Sets the value of the fixedStrike property.- Parameters:
value
- allowed object isBigDecimal
-
getPaymentDate
Gets the value of the paymentDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setPaymentDate
Sets the value of the paymentDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
getValuationDate
Gets the value of the valuationDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setValuationDate
Sets the value of the valuationDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-