Uses of Interface
cdm.legaldocumentation.csa.ConditionsPrecedent
Packages that use ConditionsPrecedent
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ConditionsPrecedent in cdm.legaldocumentation.csa
Subinterfaces of ConditionsPrecedent in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ConditionsPrecedentModifier and TypeClassDescriptionstatic classBuilder Implementation of ConditionsPrecedentstatic classImmutable Implementation of ConditionsPrecedentMethods in cdm.legaldocumentation.csa that return ConditionsPrecedentModifier and TypeMethodDescriptionConditionsPrecedent.build()Build MethodsConditionsPrecedent.ConditionsPrecedentBuilderImpl.build()ConditionsPrecedent.ConditionsPrecedentImpl.build()CollateralTransferAgreementElections.CollateralTransferAgreementElectionsImpl.getConditionsPrecedent()CollateralTransferAgreementElections.getConditionsPrecedent()The set of elections that may overwrite the default Condition Precedent provision, and the set of provisions that are deemed Access Condition.CreditSupportAgreementElections.CreditSupportAgreementElectionsImpl.getConditionsPrecedent()CreditSupportAgreementElections.getConditionsPrecedent()The set of elections that may overwrite the default Condition Precedent provision, and the set of provisions that are deemed Access Condition.Methods in cdm.legaldocumentation.csa that return types with arguments of type ConditionsPrecedentModifier and TypeMethodDescriptiondefault Class<? extends ConditionsPrecedent> ConditionsPrecedent.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ConditionsPrecedent> ConditionsPrecedent.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ConditionsPrecedentModifier and TypeMethodDescriptionCollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilder.setConditionsPrecedent(ConditionsPrecedent conditionsPrecedent) CollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilderImpl.setConditionsPrecedent(ConditionsPrecedent _conditionsPrecedent) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilder.setConditionsPrecedent(ConditionsPrecedent conditionsPrecedent) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilderImpl.setConditionsPrecedent(ConditionsPrecedent _conditionsPrecedent) -
Uses of ConditionsPrecedent in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ConditionsPrecedentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ConditionsPrecedent>> ConditionsPrecedentMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ConditionsPrecedent, com.rosetta.model.lib.qualify.QualifyResult>> ConditionsPrecedentMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ConditionsPrecedent, Set<String>> ConditionsPrecedentMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ConditionsPrecedent> ConditionsPrecedentMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ConditionsPrecedent> ConditionsPrecedentMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ConditionsPrecedent> ConditionsPrecedentMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ConditionsPrecedent> ConditionsPrecedentMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ConditionsPrecedent in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ConditionsPrecedentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ConditionsPrecedentTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ConditionsPrecedent o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ConditionsPrecedentValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ConditionsPrecedent o) -
Uses of ConditionsPrecedent in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type ConditionsPrecedentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ConditionsPrecedentCustomProvision.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ConditionsPrecedent conditionsPrecedent) List<com.rosetta.model.lib.validation.ValidationResult<?>> ConditionsPrecedentCustomProvision.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ConditionsPrecedent conditionsPrecedent) -
Uses of ConditionsPrecedent in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ConditionsPrecedentModifier and TypeMethodDescription<T2 extends ConditionsPrecedent>
com.rosetta.model.lib.validation.ValidationResult<ConditionsPrecedent> ConditionsPrecedentOnlyExistsValidator.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 ConditionsPrecedentModifier and TypeMethodDescription<T2 extends ConditionsPrecedent>
com.rosetta.model.lib.validation.ValidationResult<ConditionsPrecedent> ConditionsPrecedentOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)