Interface FxLinkedNotionalAmount

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
FxLinkedNotionalAmount.FxLinkedNotionalAmountBuilder
All Known Implementing Classes:
FxLinkedNotionalAmount.FxLinkedNotionalAmountBuilderImpl, FxLinkedNotionalAmount.FxLinkedNotionalAmountImpl

@RosettaDataType(value="FxLinkedNotionalAmount", builder=FxLinkedNotionalAmountBuilderImpl.class, version="5.30.0") @RuneDataType(value="FxLinkedNotionalAmount", model="cdm", builder=FxLinkedNotionalAmountBuilderImpl.class, version="5.30.0") public interface FxLinkedNotionalAmount extends com.rosetta.model.lib.RosettaModelObject
A data to: describe the cashflow representation for FX linked notionals.
Version:
5.30.0
  • Field Details

  • Method Details

    • getResetDate

      com.rosetta.model.lib.records.Date getResetDate()
      The reset date.
    • getAdjustedFxSpotFixingDate

      com.rosetta.model.lib.records.Date getAdjustedFxSpotFixingDate()
      The date on which the FX spot rate is observed. This date should already be adjusted for any applicable business day convention.
    • getObservedFxSpotRate

      BigDecimal getObservedFxSpotRate()
      The actual observed FX spot rate.
    • getNotionalAmount

      BigDecimal getNotionalAmount()
      The calculation period notional amount.
    • 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 FxLinkedNotionalAmount> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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