Class NonNegativeStep
java.lang.Object
net.finmath.smartcontract.product.xml.StepBase
net.finmath.smartcontract.product.xml.NonNegativeStep
A type defining a step date and non-negative step value pair. This step
definitions are used to define varying rate or amount schedules, e.g. a notional amortization or a
step-up coupon schedule.
Java class for NonNegativeStep complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonNegativeStep">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}StepBase">
<sequence>
<element name="stepValue" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the stepValue property.voidsetStepValue(BigDecimal value) Sets the value of the stepValue property.Methods inherited from class net.finmath.smartcontract.product.xml.StepBase
getId, getStepDate, setId, setStepDate
-
Field Details
-
stepValue
-
-
Constructor Details
-
NonNegativeStep
public NonNegativeStep()
-
-
Method Details
-
getStepValue
Gets the value of the stepValue property.- Returns:
- possible object is
BigDecimal
-
setStepValue
Sets the value of the stepValue property.- Parameters:
value- allowed object isBigDecimal
-