Uses of Interface
cdm.legaldocumentation.csa.LegacyExposureScopeElection
Packages that use LegacyExposureScopeElection
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of LegacyExposureScopeElection in cdm.legaldocumentation.csa
Subinterfaces of LegacyExposureScopeElection in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement LegacyExposureScopeElectionModifier and TypeClassDescriptionstatic classBuilder Implementation of LegacyExposureScopeElectionstatic classImmutable Implementation of LegacyExposureScopeElectionMethods in cdm.legaldocumentation.csa that return LegacyExposureScopeElectionModifier and TypeMethodDescriptionLegacyExposureScopeElection.build()Build MethodsLegacyExposureScopeElection.LegacyExposureScopeElectionBuilderImpl.build()LegacyExposureScopeElection.LegacyExposureScopeElectionImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type LegacyExposureScopeElectionModifier and TypeMethodDescriptionList<? extends LegacyExposureScopeElection> ExposureScope.ExposureScopeImpl.getPartyElection()List<? extends LegacyExposureScopeElection> ExposureScope.getPartyElection()Defines the electice scope for a specific party.default Class<? extends LegacyExposureScopeElection> LegacyExposureScopeElection.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyExposureScopeElection> LegacyExposureScopeElection.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type LegacyExposureScopeElectionModifier and TypeMethodDescriptionExposureScope.ExposureScopeBuilder.addPartyElection(LegacyExposureScopeElection partyElection) ExposureScope.ExposureScopeBuilder.addPartyElection(LegacyExposureScopeElection partyElection, int idx) ExposureScope.ExposureScopeBuilderImpl.addPartyElection(LegacyExposureScopeElection _partyElection) ExposureScope.ExposureScopeBuilderImpl.addPartyElection(LegacyExposureScopeElection _partyElection, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type LegacyExposureScopeElectionModifier and TypeMethodDescriptionExposureScope.ExposureScopeBuilder.addPartyElection(List<? extends LegacyExposureScopeElection> partyElection) ExposureScope.ExposureScopeBuilderImpl.addPartyElection(List<? extends LegacyExposureScopeElection> partyElections) ExposureScope.ExposureScopeBuilder.setPartyElection(List<? extends LegacyExposureScopeElection> partyElection) ExposureScope.ExposureScopeBuilderImpl.setPartyElection(List<? extends LegacyExposureScopeElection> partyElections) -
Uses of LegacyExposureScopeElection in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type LegacyExposureScopeElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegacyExposureScopeElection>> LegacyExposureScopeElectionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegacyExposureScopeElection, com.rosetta.model.lib.qualify.QualifyResult>> LegacyExposureScopeElectionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegacyExposureScopeElection, Set<String>> LegacyExposureScopeElectionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegacyExposureScopeElection> LegacyExposureScopeElectionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyExposureScopeElection> LegacyExposureScopeElectionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegacyExposureScopeElection> LegacyExposureScopeElectionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyExposureScopeElection> LegacyExposureScopeElectionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegacyExposureScopeElection in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type LegacyExposureScopeElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyExposureScopeElectionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyExposureScopeElection o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyExposureScopeElectionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyExposureScopeElection o) -
Uses of LegacyExposureScopeElection in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type LegacyExposureScopeElectionModifier and TypeMethodDescription<T2 extends LegacyExposureScopeElection>
com.rosetta.model.lib.validation.ValidationResult<LegacyExposureScopeElection> LegacyExposureScopeElectionOnlyExistsValidator.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 LegacyExposureScopeElectionModifier and TypeMethodDescription<T2 extends LegacyExposureScopeElection>
com.rosetta.model.lib.validation.ValidationResult<LegacyExposureScopeElection> LegacyExposureScopeElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)