Package cdm.product.common.schedule
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of FxLinkedNotionalAmountstatic classImmutable Implementation of FxLinkedNotionalAmount -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()com.rosetta.model.lib.records.DateThe date on which the FX spot rate is observed.The calculation period notional amount.The actual observed FX spot rate.com.rosetta.model.lib.records.DateThe reset date.default Class<? extends FxLinkedNotionalAmount> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FxLinkedNotionalAmount> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
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
FxLinkedNotionalAmount build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-