Uses of Interface
cdm.legaldocumentation.master.isda.MasterAgreement
Packages that use MasterAgreement
Package
Description
Master agreement concepts.
-
Uses of MasterAgreement in cdm.legaldocumentation.master
Methods in cdm.legaldocumentation.master that return MasterAgreementModifier and TypeMethodDescriptionMasterAgreementElections.getIsdaMaster()The set of elections that define an ISDA Master Agreement.MasterAgreementElections.MasterAgreementElectionsImpl.getIsdaMaster()Methods in cdm.legaldocumentation.master with parameters of type MasterAgreementModifier and TypeMethodDescriptionMasterAgreementElections.MasterAgreementElectionsBuilder.setIsdaMaster(MasterAgreement isdaMaster) MasterAgreementElections.MasterAgreementElectionsBuilderImpl.setIsdaMaster(MasterAgreement _isdaMaster) -
Uses of MasterAgreement in cdm.legaldocumentation.master.isda
Subinterfaces of MasterAgreement in cdm.legaldocumentation.master.isdaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.master.isda that implement MasterAgreementModifier and TypeClassDescriptionstatic classBuilder Implementation of MasterAgreementstatic classImmutable Implementation of MasterAgreementMethods in cdm.legaldocumentation.master.isda that return MasterAgreementModifier and TypeMethodDescriptionMasterAgreement.build()Build MethodsMasterAgreement.MasterAgreementBuilderImpl.build()MasterAgreement.MasterAgreementImpl.build()Methods in cdm.legaldocumentation.master.isda that return types with arguments of type MasterAgreementModifier and TypeMethodDescriptiondefault Class<? extends MasterAgreement> MasterAgreement.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MasterAgreement> MasterAgreement.metaData()Utility Methods -
Uses of MasterAgreement in cdm.legaldocumentation.master.isda.meta
Methods in cdm.legaldocumentation.master.isda.meta that return types with arguments of type MasterAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super MasterAgreement>> MasterAgreementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super MasterAgreement, com.rosetta.model.lib.qualify.QualifyResult>> MasterAgreementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super MasterAgreement, Set<String>> MasterAgreementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super MasterAgreement> MasterAgreementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MasterAgreement> MasterAgreementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super MasterAgreement> MasterAgreementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MasterAgreement> MasterAgreementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of MasterAgreement in cdm.legaldocumentation.master.isda.validation
Methods in cdm.legaldocumentation.master.isda.validation with parameters of type MasterAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> MasterAgreementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MasterAgreement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> MasterAgreementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MasterAgreement o) -
Uses of MasterAgreement in cdm.legaldocumentation.master.isda.validation.exists
Methods in cdm.legaldocumentation.master.isda.validation.exists with type parameters of type MasterAgreementModifier and TypeMethodDescription<T2 extends MasterAgreement>
com.rosetta.model.lib.validation.ValidationResult<MasterAgreement> MasterAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.master.isda.validation.exists that return types with arguments of type MasterAgreementModifier and TypeMethodDescription<T2 extends MasterAgreement>
com.rosetta.model.lib.validation.ValidationResult<MasterAgreement> MasterAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)