Uses of Interface
cdm.legaldocumentation.csa.ExcludedProducts
Packages that use ExcludedProducts
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ExcludedProducts in cdm.legaldocumentation.csa
Subinterfaces of ExcludedProducts in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ExcludedProductsModifier and TypeClassDescriptionstatic classBuilder Implementation of ExcludedProductsstatic classImmutable Implementation of ExcludedProductsMethods in cdm.legaldocumentation.csa that return ExcludedProductsModifier and TypeMethodDescriptionExcludedProducts.build()Build MethodsExcludedProducts.ExcludedProductsBuilderImpl.build()ExcludedProducts.ExcludedProductsImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type ExcludedProductsModifier and TypeMethodDescriptionList<? extends ExcludedProducts> LegacyExposureScopeElection.getExcludedProducts()Description of the relevant derivative transactions excluded from the calculation of exposure.List<? extends ExcludedProducts> LegacyExposureScopeElection.LegacyExposureScopeElectionImpl.getExcludedProducts()default Class<? extends ExcludedProducts> ExcludedProducts.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ExcludedProducts> ExcludedProducts.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ExcludedProductsModifier and TypeMethodDescriptionLegacyExposureScopeElection.LegacyExposureScopeElectionBuilder.addExcludedProducts(ExcludedProducts excludedProducts) LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder.addExcludedProducts(ExcludedProducts excludedProducts, int idx) LegacyExposureScopeElection.LegacyExposureScopeElectionBuilderImpl.addExcludedProducts(ExcludedProducts _excludedProducts) LegacyExposureScopeElection.LegacyExposureScopeElectionBuilderImpl.addExcludedProducts(ExcludedProducts _excludedProducts, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type ExcludedProductsModifier and TypeMethodDescriptionLegacyExposureScopeElection.LegacyExposureScopeElectionBuilder.addExcludedProducts(List<? extends ExcludedProducts> excludedProducts) LegacyExposureScopeElection.LegacyExposureScopeElectionBuilderImpl.addExcludedProducts(List<? extends ExcludedProducts> excludedProductss) LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder.setExcludedProducts(List<? extends ExcludedProducts> excludedProducts) LegacyExposureScopeElection.LegacyExposureScopeElectionBuilderImpl.setExcludedProducts(List<? extends ExcludedProducts> excludedProductss) -
Uses of ExcludedProducts in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ExcludedProductsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ExcludedProducts>> ExcludedProductsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ExcludedProducts, com.rosetta.model.lib.qualify.QualifyResult>> ExcludedProductsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ExcludedProducts, Set<String>> ExcludedProductsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ExcludedProducts> ExcludedProductsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ExcludedProducts> ExcludedProductsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ExcludedProducts> ExcludedProductsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ExcludedProducts> ExcludedProductsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ExcludedProducts in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ExcludedProductsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ExcludedProductsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExcludedProducts o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ExcludedProductsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExcludedProducts o) -
Uses of ExcludedProducts in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ExcludedProductsModifier and TypeMethodDescription<T2 extends ExcludedProducts>
com.rosetta.model.lib.validation.ValidationResult<ExcludedProducts> ExcludedProductsOnlyExistsValidator.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 ExcludedProductsModifier and TypeMethodDescription<T2 extends ExcludedProducts>
com.rosetta.model.lib.validation.ValidationResult<ExcludedProducts> ExcludedProductsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)