Interface SpecifiedCurrency

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
SpecifiedCurrency.SpecifiedCurrencyBuilder
All Known Implementing Classes:
SpecifiedCurrency.SpecifiedCurrencyBuilderImpl, SpecifiedCurrency.SpecifiedCurrencyImpl

@RosettaDataType(value="SpecifiedCurrency", builder=SpecifiedCurrencyBuilderImpl.class, version="5.30.0") @RuneDataType(value="SpecifiedCurrency", model="cdm", builder=SpecifiedCurrencyBuilderImpl.class, version="5.30.0") public interface SpecifiedCurrency extends com.rosetta.model.lib.RosettaModelObject
Version:
5.30.0
  • Field Details

  • Method Details

    • getApplicable

      Boolean getApplicable()
      Indicates whether the specified currency provision is applicable.
    • getCurrency

      FieldWithMetaString getCurrency()
      The currency in which the specified currency is denominated. 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
    • toBuilder

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

    • metaData

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

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