Interface ExchangeRate

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ExchangeRate.ExchangeRateBuilder
All Known Implementing Classes:
ExchangeRate.ExchangeRateBuilderImpl, ExchangeRate.ExchangeRateImpl

@RosettaDataType(value="ExchangeRate", builder=ExchangeRateBuilderImpl.class, version="5.30.0") @RuneDataType(value="ExchangeRate", model="cdm", builder=ExchangeRateBuilderImpl.class, version="5.30.0") public interface ExchangeRate extends com.rosetta.model.lib.RosettaModelObject
A class that is used for describing the exchange rate for a particular transaction.
Version:
5.30.0
  • Field Details

  • Method Details

    • getCrossRate

      List<? extends CrossRate> getCrossRate()
      An optional element that allow for definition of the currency exchange rates used to cross between the traded currencies for non-base currency FX contracts.
    • build

      ExchangeRate 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

    • metaData

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

      @RuneAttribute("@type") default Class<? extends ExchangeRate> 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