Class DividendPeriodDividend
java.lang.Object
net.finmath.smartcontract.product.xml.DividendPeriod
net.finmath.smartcontract.product.xml.DividendPeriodDividend
A time bounded dividend period, with an expected dividend for each
period.
Java class for DividendPeriodDividend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DividendPeriodDividend"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}DividendPeriod"> <sequence> <element name="dividend" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/> <element name="multiplier" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.DividendPeriod
dateAdjustments, id, unadjustedEndDate, unadjustedStartDate, underlyerReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dividend property.Gets the value of the multiplier property.void
setDividend
(NonNegativeMoney value) Sets the value of the dividend property.void
setMultiplier
(BigDecimal value) Sets the value of the multiplier property.Methods inherited from class net.finmath.smartcontract.product.xml.DividendPeriod
getDateAdjustments, getId, getUnadjustedEndDate, getUnadjustedStartDate, getUnderlyerReference, setDateAdjustments, setId, setUnadjustedEndDate, setUnadjustedStartDate, setUnderlyerReference
-
Field Details
-
dividend
-
multiplier
-
-
Constructor Details
-
DividendPeriodDividend
public DividendPeriodDividend()
-
-
Method Details
-
getDividend
Gets the value of the dividend property.- Returns:
- possible object is
NonNegativeMoney
-
setDividend
Sets the value of the dividend property.- Parameters:
value
- allowed object isNonNegativeMoney
-
getMultiplier
Gets the value of the multiplier property.- Returns:
- possible object is
BigDecimal
-
setMultiplier
Sets the value of the multiplier property.- Parameters:
value
- allowed object isBigDecimal
-