Uses of Interface
cdm.legaldocumentation.csa.RatingMultiplier
Packages that use RatingMultiplier
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of RatingMultiplier in cdm.legaldocumentation.csa
Subinterfaces of RatingMultiplier in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement RatingMultiplierModifier and TypeClassDescriptionstatic classBuilder Implementation of RatingMultiplierstatic classImmutable Implementation of RatingMultiplierMethods in cdm.legaldocumentation.csa that return RatingMultiplierModifier and TypeMethodDescriptionRatingMultiplier.build()Build MethodsRatingMultiplier.RatingMultiplierBuilderImpl.build()RatingMultiplier.RatingMultiplierImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type RatingMultiplierModifier and TypeMethodDescriptionList<? extends RatingMultiplier> LegacyIndependentAmountRatingsXExposure.getHighestLowestVariableSet()A logical container to hold a defined set of related data.List<? extends RatingMultiplier> LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureImpl.getHighestLowestVariableSet()default Class<? extends RatingMultiplier> RatingMultiplier.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RatingMultiplier> RatingMultiplier.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type RatingMultiplierModifier and TypeMethodDescriptionLegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilder.addHighestLowestVariableSet(RatingMultiplier highestLowestVariableSet) LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilder.addHighestLowestVariableSet(RatingMultiplier highestLowestVariableSet, int idx) LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilderImpl.addHighestLowestVariableSet(RatingMultiplier _highestLowestVariableSet) LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilderImpl.addHighestLowestVariableSet(RatingMultiplier _highestLowestVariableSet, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type RatingMultiplierModifier and TypeMethodDescriptionLegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilder.addHighestLowestVariableSet(List<? extends RatingMultiplier> highestLowestVariableSet) LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilderImpl.addHighestLowestVariableSet(List<? extends RatingMultiplier> highestLowestVariableSets) LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilder.setHighestLowestVariableSet(List<? extends RatingMultiplier> highestLowestVariableSet) LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilderImpl.setHighestLowestVariableSet(List<? extends RatingMultiplier> highestLowestVariableSets) -
Uses of RatingMultiplier in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type RatingMultiplierModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RatingMultiplier>> RatingMultiplierMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RatingMultiplier, com.rosetta.model.lib.qualify.QualifyResult>> RatingMultiplierMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RatingMultiplier, Set<String>> RatingMultiplierMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RatingMultiplier> RatingMultiplierMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RatingMultiplier> RatingMultiplierMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RatingMultiplier> RatingMultiplierMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RatingMultiplier> RatingMultiplierMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RatingMultiplier in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type RatingMultiplierModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RatingMultiplierTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RatingMultiplier o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RatingMultiplierValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RatingMultiplier o) -
Uses of RatingMultiplier in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type RatingMultiplierModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RatingMultiplierRestrictingCreditNotation.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RatingMultiplier ratingMultiplier) List<com.rosetta.model.lib.validation.ValidationResult<?>> RatingMultiplierRestrictingCreditNotation.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RatingMultiplier ratingMultiplier) -
Uses of RatingMultiplier in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type RatingMultiplierModifier and TypeMethodDescription<T2 extends RatingMultiplier>
com.rosetta.model.lib.validation.ValidationResult<RatingMultiplier> RatingMultiplierOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.csa.validation.exists that return types with arguments of type RatingMultiplierModifier and TypeMethodDescription<T2 extends RatingMultiplier>
com.rosetta.model.lib.validation.ValidationResult<RatingMultiplier> RatingMultiplierOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)