Uses of Interface
cdm.legaldocumentation.csa.ExposureScope
Packages that use ExposureScope
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ExposureScope in cdm.legaldocumentation.csa
Subinterfaces of ExposureScope in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ExposureScopeModifier and TypeClassDescriptionstatic classBuilder Implementation of ExposureScopestatic classImmutable Implementation of ExposureScopeMethods in cdm.legaldocumentation.csa that return ExposureScopeModifier and TypeMethodDescriptionExposureScope.build()Build MethodsExposureScope.ExposureScopeBuilderImpl.build()ExposureScope.ExposureScopeImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type ExposureScopeModifier and TypeMethodDescriptionList<? extends ExposureScope> CoveredTransactions.CoveredTransactionsImpl.getLegacyExposure()List<? extends ExposureScope> CoveredTransactions.getLegacyExposure()Specification of amendments to the calculation of Exposure in terms of the Transactions covered.default Class<? extends ExposureScope> ExposureScope.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ExposureScope> ExposureScope.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ExposureScopeModifier and TypeMethodDescriptionCoveredTransactions.CoveredTransactionsBuilder.addLegacyExposure(ExposureScope legacyExposure) CoveredTransactions.CoveredTransactionsBuilder.addLegacyExposure(ExposureScope legacyExposure, int idx) CoveredTransactions.CoveredTransactionsBuilderImpl.addLegacyExposure(ExposureScope _legacyExposure) CoveredTransactions.CoveredTransactionsBuilderImpl.addLegacyExposure(ExposureScope _legacyExposure, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type ExposureScopeModifier and TypeMethodDescriptionCoveredTransactions.CoveredTransactionsBuilder.addLegacyExposure(List<? extends ExposureScope> legacyExposure) CoveredTransactions.CoveredTransactionsBuilderImpl.addLegacyExposure(List<? extends ExposureScope> legacyExposures) CoveredTransactions.CoveredTransactionsBuilder.setLegacyExposure(List<? extends ExposureScope> legacyExposure) CoveredTransactions.CoveredTransactionsBuilderImpl.setLegacyExposure(List<? extends ExposureScope> legacyExposures) -
Uses of ExposureScope in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ExposureScopeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ExposureScope>> ExposureScopeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ExposureScope, com.rosetta.model.lib.qualify.QualifyResult>> ExposureScopeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ExposureScope, Set<String>> ExposureScopeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ExposureScope> ExposureScopeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ExposureScope> ExposureScopeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ExposureScope> ExposureScopeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ExposureScope> ExposureScopeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ExposureScope in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ExposureScopeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ExposureScopeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExposureScope o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ExposureScopeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ExposureScope o) -
Uses of ExposureScope in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ExposureScopeModifier and TypeMethodDescription<T2 extends ExposureScope>
com.rosetta.model.lib.validation.ValidationResult<ExposureScope> ExposureScopeOnlyExistsValidator.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 ExposureScopeModifier and TypeMethodDescription<T2 extends ExposureScope>
com.rosetta.model.lib.validation.ValidationResult<ExposureScope> ExposureScopeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)