Interface Composite

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Composite.CompositeBuilder
All Known Implementing Classes:
Composite.CompositeBuilderImpl, Composite.CompositeImpl

@RosettaDataType(value="Composite", builder=CompositeBuilderImpl.class, version="5.30.0") @RuneDataType(value="Composite", model="cdm", builder=CompositeBuilderImpl.class, version="5.30.0") public interface Composite extends com.rosetta.model.lib.RosettaModelObject
Specifies the conditions to be applied for converting into a reference currency when the actual currency rate is not determined upfront.
Version:
5.30.0
  • Field Details

  • Method Details

    • getDeterminationMethod

      DeterminationMethodEnum getDeterminationMethod()
      Specifies the method according to which an amount or a date is determined.
    • getRelativeDate

      RelativeDateOffset getRelativeDate()
      A date specified as some offset to another date (the anchor date).
    • getFxSpotRateSource

      FxSpotRateSource getFxSpotRateSource()
      Specifies the methodology (reference source and, optionally, fixing time) to be used for determining a currency conversion rate.
    • getFixingTime

      BusinessCenterTime getFixingTime()
      The time at which the spot currency exchange rate will be observed. It is specified as a time in a business day calendar location, e.g. 11:00am London time.
    • build

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

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

      static Composite.CompositeBuilder builder()
    • metaData

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

      @RuneAttribute("@type") default Class<? extends Composite> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • 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