Package cdm.observable.asset.fro
Interface FloatingRateIndexIdentification
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
FloatingRateIndexIdentification.FloatingRateIndexIdentificationBuilder
- All Known Implementing Classes:
FloatingRateIndexIdentification.FloatingRateIndexIdentificationBuilderImpl,FloatingRateIndexIdentification.FloatingRateIndexIdentificationImpl
@RosettaDataType(value="FloatingRateIndexIdentification",
builder=FloatingRateIndexIdentificationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="FloatingRateIndexIdentification",
model="cdm",
builder=FloatingRateIndexIdentificationBuilderImpl.class,
version="5.30.0")
public interface FloatingRateIndexIdentification
extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of FloatingRateIndexIdentificationstatic classImmutable Implementation of FloatingRateIndexIdentification -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()FRO currency - 3 character ISO currrency codeThe reference index that is used to specify the floating interest rate.FRO type (e.g.default Class<? extends FloatingRateIndexIdentification> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FloatingRateIndexIdentification> 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
-
getFloatingRateIndex
FieldWithMetaFloatingRateIndexEnum getFloatingRateIndex()The reference index that is used to specify the floating interest rate. The FpML standard maintains the list of such indices, which are positioned as enumeration values as part of the CDM. -
getCurrency
ISOCurrencyCodeEnum getCurrency()FRO currency - 3 character ISO currrency code -
getFroType
String getFroType()FRO type (e.g. OIS) -
build
FloatingRateIndexIdentification build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends FloatingRateIndexIdentification> 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
-