Package cdm.legaldocumentation.csa
Interface LegacyIndependentAmountRatingsBased
- All Superinterfaces:
IndependentAmountRatings,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder
- All Known Implementing Classes:
LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilderImpl,LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedImpl
@RosettaDataType(value="LegacyIndependentAmountRatingsBased",
builder=LegacyIndependentAmountRatingsBasedBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="LegacyIndependentAmountRatingsBased",
model="cdm",
builder=LegacyIndependentAmountRatingsBasedBuilderImpl.class,
version="7.0.0-dev.105")
public interface LegacyIndependentAmountRatingsBased
extends IndependentAmountRatings
Specifies that the Independent Amount is determined using a credit rating.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of LegacyIndependentAmountRatingsBasedstatic classImmutable Implementation of LegacyIndependentAmountRatingsBasedNested classes/interfaces inherited from interface cdm.legaldocumentation.csa.IndependentAmountRatings
IndependentAmountRatings.IndependentAmountRatingsBuilder, IndependentAmountRatings.IndependentAmountRatingsBuilderImpl, IndependentAmountRatings.IndependentAmountRatingsImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies the currency applicable to the relevant Independent Amount.default Class<? extends LegacyIndependentAmountRatingsBased> getType()List<? extends RatingAgencyAmount> A logical container designed to hold a defined set of related data.default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyIndependentAmountRatingsBased> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.legaldocumentation.csa.IndependentAmountRatings
getCompare, getNamedAffiliate, getNamedEntity, getRatedParty, getRatingTypeMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getVariableSet
List<? extends RatingAgencyAmount> getVariableSet()A logical container designed to hold a defined set of related data. In this case the collation of Rating Information and an associated Independent Amount. -
getCurrency
FieldWithMetaString getCurrency()Specifies the currency applicable to the relevant Independent Amount. -
build
Build Methods- Specified by:
buildin interfaceIndependentAmountRatings- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceIndependentAmountRatings- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyIndependentAmountRatingsBased> metaData()Utility Methods- Specified by:
metaDatain interfaceIndependentAmountRatings- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceIndependentAmountRatings- 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 interfaceIndependentAmountRatings- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-