Package org.isda.cdm

Class NonNegativeStepSchedule


  • @RosettaClass
    public class NonNegativeStepSchedule
    extends com.rosetta.model.lib.RosettaModelObject
    Class to specify a non-negative schedule as a schedule of steps, typically used to define a payout leg with variable quantity. This quantity cannot be negative, while direction is specified through a BuyerSeller or PayerReceiver attribute. The non-negativity is enforced by making use of the non-negative step class.
    Version:
    2.5.4
    • Method Detail

      • getStep

        @RosettaSynonym(value="step",source="FpML_5_10") @RosettaSynonym(value="step",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="step",source="DTCC_11_0") @RosettaSynonym(value="step",source="DTCC_9_0") @RosettaSynonym(value="step",source="CME_ClearedConfirm_1_17")
        public final java.util.List<NonNegativeStep> getStep()
        The schedule of step date and non-negative value pairs. On each step date the associated step value becomes effective. A list of steps may be ordered in the document by ascending step date. An FpML document containing an unordered list of steps is still regarded as a conformant document.
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends NonNegativeStepSchedule> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object