Class StepBase

java.lang.Object
net.finmath.smartcontract.product.xml.StepBase
Direct Known Subclasses:
NonNegativeStep, Step

public abstract class StepBase extends Object
A type defining a step date and 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 StepBase complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StepBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stepDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>