Package org.isda.cdm

Class AmountSchedule

  • All Implemented Interfaces:
    com.rosetta.model.lib.GlobalKey

    @RosettaClass
    @RosettaSynonym(value="AmountSchedule",
                    source="FpML_5_10")
    public class AmountSchedule
    extends Schedule
    A class to specify a currency amount or a currency amount schedule.
    Version:
    2.5.4
    • Method Detail

      • getCurrency

        @RosettaSynonym(value="currency",source="FpML_5_10") @RosettaSynonym(value="currency",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="currency",source="DTCC_11_0") @RosettaSynonym(value="currency",source="DTCC_9_0") @RosettaSynonym(value="currency",source="CME_ClearedConfirm_1_17")
        public final java.util.List<FieldWithMetaString> getCurrency()
        The currency in which the amount schedule is denominated. The currency is specified outside of the actual schedule in order to be applied uniformly to it. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.
      • process

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

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

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