Package cdm.legaldocumentation.csa
Interface RatingAgencyAmount.RatingAgencyAmountBuilder
- All Superinterfaces:
RatingAgencyAmount,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
RatingAgencyAmount.RatingAgencyAmountBuilderImpl
- Enclosing interface:
RatingAgencyAmount
public static interface RatingAgencyAmount.RatingAgencyAmountBuilder
extends RatingAgencyAmount, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.RatingAgencyAmount
RatingAgencyAmount.RatingAgencyAmountBuilder, RatingAgencyAmount.RatingAgencyAmountBuilderImpl, RatingAgencyAmount.RatingAgencyAmountImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.RatingAgencyAmount
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddRatingVariableSet(CreditNotation ratingVariableSet) addRatingVariableSet(CreditNotation ratingVariableSet, int idx) addRatingVariableSet(List<? extends CreditNotation> ratingVariableSet) getOrCreateRatingVariableSet(int index) List<? extends CreditNotation.CreditNotationBuilder> Allows a grouping of Rating agencies and Rating values.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAmount(BigDecimal amount) setRatingVariableSet(List<? extends CreditNotation> ratingVariableSet) Methods inherited from interface cdm.legaldocumentation.csa.RatingAgencyAmount
build, getAmount, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateRatingVariableSet
-
getRatingVariableSet
List<? extends CreditNotation.CreditNotationBuilder> getRatingVariableSet()Description copied from interface:RatingAgencyAmountAllows a grouping of Rating agencies and Rating values.- Specified by:
getRatingVariableSetin interfaceRatingAgencyAmount
-
addRatingVariableSet
-
addRatingVariableSet
RatingAgencyAmount.RatingAgencyAmountBuilder addRatingVariableSet(CreditNotation ratingVariableSet, int idx) -
addRatingVariableSet
RatingAgencyAmount.RatingAgencyAmountBuilder addRatingVariableSet(List<? extends CreditNotation> ratingVariableSet) -
setRatingVariableSet
RatingAgencyAmount.RatingAgencyAmountBuilder setRatingVariableSet(List<? extends CreditNotation> ratingVariableSet) -
setAmount
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-