Interface AmountSchedule

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject, Schedule
All Known Subinterfaces:
AmountSchedule.AmountScheduleBuilder
All Known Implementing Classes:
AmountSchedule.AmountScheduleBuilderImpl, AmountSchedule.AmountScheduleImpl

@RosettaDataType(value="AmountSchedule", builder=AmountScheduleBuilderImpl.class, version="5.30.0") @RuneDataType(value="AmountSchedule", model="cdm", builder=AmountScheduleBuilderImpl.class, version="5.30.0") public interface AmountSchedule extends Schedule
A class to specify a currency amount or a currency amount schedule.
Version:
5.30.0
  • Field Details

  • Method Details

    • getCurrency

      List<? extends 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.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      build in interface Schedule
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      toBuilder in interface Schedule
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends AmountSchedule> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      metaData in interface Schedule
    • getType

      @RuneAttribute("@type") default Class<? extends AmountSchedule> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      getType in interface Schedule
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      process in interface Schedule