Uses of Interface
cdm.legaldocumentation.csa.ControlAgreement
Packages that use ControlAgreement
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ControlAgreement in cdm.legaldocumentation.csa
Subinterfaces of ControlAgreement in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ControlAgreementModifier and TypeClassDescriptionstatic classBuilder Implementation of ControlAgreementstatic classImmutable Implementation of ControlAgreementMethods in cdm.legaldocumentation.csa that return ControlAgreementModifier and TypeMethodDescriptionControlAgreement.build()Build MethodsControlAgreement.ControlAgreementBuilderImpl.build()ControlAgreement.ControlAgreementImpl.build()CustodyArrangements.CustodyArrangementsImpl.getControlAgreement()CustodyArrangements.getControlAgreement()The party-specific election with respect to the control agreement.Methods in cdm.legaldocumentation.csa that return types with arguments of type ControlAgreementModifier and TypeMethodDescriptiondefault Class<? extends ControlAgreement> ControlAgreement.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ControlAgreement> ControlAgreement.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ControlAgreementModifier and TypeMethodDescriptionCustodyArrangements.CustodyArrangementsBuilder.setControlAgreement(ControlAgreement controlAgreement) CustodyArrangements.CustodyArrangementsBuilderImpl.setControlAgreement(ControlAgreement _controlAgreement) -
Uses of ControlAgreement in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ControlAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ControlAgreement>> ControlAgreementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ControlAgreement, com.rosetta.model.lib.qualify.QualifyResult>> ControlAgreementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ControlAgreement, Set<String>> ControlAgreementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ControlAgreement> ControlAgreementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ControlAgreement> ControlAgreementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ControlAgreement> ControlAgreementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ControlAgreement> ControlAgreementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ControlAgreement in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ControlAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ControlAgreementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ControlAgreement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ControlAgreementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ControlAgreement o) -
Uses of ControlAgreement in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ControlAgreementModifier and TypeMethodDescription<T2 extends ControlAgreement>
com.rosetta.model.lib.validation.ValidationResult<ControlAgreement> ControlAgreementOnlyExistsValidator.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 ControlAgreementModifier and TypeMethodDescription<T2 extends ControlAgreement>
com.rosetta.model.lib.validation.ValidationResult<ControlAgreement> ControlAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)