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

public class Step extends StepBase
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 Step complex type.

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

 <complexType name="Step">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}StepBase">
       <sequence>
         <element name="stepValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Step

      public Step()
  • Method Details

    • getStepValue

      public BigDecimal getStepValue()
      Gets the value of the stepValue property.
      Returns:
      possible object is BigDecimal
    • setStepValue

      public void setStepValue(BigDecimal value)
      Sets the value of the stepValue property.
      Parameters:
      value - allowed object is BigDecimal