Class NonNegativeStep

java.lang.Object
net.finmath.smartcontract.product.xml.StepBase
net.finmath.smartcontract.product.xml.NonNegativeStep

public class NonNegativeStep extends StepBase
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>