Uses of Interface
cdm.legaldocumentation.csa.RatingAgencyAmount
Packages that use RatingAgencyAmount
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of RatingAgencyAmount in cdm.legaldocumentation.csa
Subinterfaces of RatingAgencyAmount in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement RatingAgencyAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of RatingAgencyAmountstatic classImmutable Implementation of RatingAgencyAmountMethods in cdm.legaldocumentation.csa that return RatingAgencyAmountModifier and TypeMethodDescriptionRatingAgencyAmount.build()Build MethodsRatingAgencyAmount.RatingAgencyAmountBuilderImpl.build()RatingAgencyAmount.RatingAgencyAmountImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type RatingAgencyAmountModifier and TypeMethodDescriptiondefault Class<? extends RatingAgencyAmount> RatingAgencyAmount.getType()List<? extends RatingAgencyAmount> LegacyIndependentAmountRatingsBased.getVariableSet()A logical container designed to hold a defined set of related data.List<? extends RatingAgencyAmount> LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedImpl.getVariableSet()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RatingAgencyAmount> RatingAgencyAmount.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type RatingAgencyAmountModifier and TypeMethodDescriptionLegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder.addVariableSet(RatingAgencyAmount variableSet) LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder.addVariableSet(RatingAgencyAmount variableSet, int idx) LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilderImpl.addVariableSet(RatingAgencyAmount _variableSet) LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilderImpl.addVariableSet(RatingAgencyAmount _variableSet, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type RatingAgencyAmountModifier and TypeMethodDescriptionLegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder.addVariableSet(List<? extends RatingAgencyAmount> variableSet) LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilderImpl.addVariableSet(List<? extends RatingAgencyAmount> variableSets) LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder.setVariableSet(List<? extends RatingAgencyAmount> variableSet) LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilderImpl.setVariableSet(List<? extends RatingAgencyAmount> variableSets) -
Uses of RatingAgencyAmount in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type RatingAgencyAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RatingAgencyAmount>> RatingAgencyAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RatingAgencyAmount, com.rosetta.model.lib.qualify.QualifyResult>> RatingAgencyAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RatingAgencyAmount, Set<String>> RatingAgencyAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RatingAgencyAmount> RatingAgencyAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RatingAgencyAmount> RatingAgencyAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RatingAgencyAmount> RatingAgencyAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RatingAgencyAmount> RatingAgencyAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RatingAgencyAmount in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type RatingAgencyAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RatingAgencyAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RatingAgencyAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RatingAgencyAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RatingAgencyAmount o) -
Uses of RatingAgencyAmount in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type RatingAgencyAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RatingAgencyAmountRestrictingCreditNotation.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RatingAgencyAmount ratingAgencyAmount) List<com.rosetta.model.lib.validation.ValidationResult<?>> RatingAgencyAmountRestrictingCreditNotation.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RatingAgencyAmount ratingAgencyAmount) -
Uses of RatingAgencyAmount in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type RatingAgencyAmountModifier and TypeMethodDescription<T2 extends RatingAgencyAmount>
com.rosetta.model.lib.validation.ValidationResult<RatingAgencyAmount> RatingAgencyAmountOnlyExistsValidator.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 RatingAgencyAmountModifier and TypeMethodDescription<T2 extends RatingAgencyAmount>
com.rosetta.model.lib.validation.ValidationResult<RatingAgencyAmount> RatingAgencyAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)