Uses of Interface
cdm.legaldocumentation.common.LegalAgreement
Packages that use LegalAgreement
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Common legal agreement concepts.
-
Uses of LegalAgreement in cdm.event.common
Methods in cdm.event.common that return types with arguments of type LegalAgreementModifier and TypeMethodDescriptionList<? extends LegalAgreement> ContractDetails.ContractDetailsImpl.getDocumentation()List<? extends LegalAgreement> ContractDetails.getDocumentation()Represents the legal document(s) that governs a trade and associated contractual product terms, either as a reference to such documents when specified as part of the CDM, or through identification of some of the key terms of those documents, such as the type of document, the document identifier, the publisher, the document vintage and the agreement date.List<? extends LegalAgreement> ContractFormationInstruction.ContractFormationInstructionImpl.getLegalAgreement()List<? extends LegalAgreement> ContractFormationInstruction.getLegalAgreement()Optional legal agreements associated to the contract being formed, for instance a master agreement.Methods in cdm.event.common with parameters of type LegalAgreementModifier and TypeMethodDescriptionContractDetails.ContractDetailsBuilder.addDocumentation(LegalAgreement documentation) ContractDetails.ContractDetailsBuilder.addDocumentation(LegalAgreement documentation, int idx) ContractDetails.ContractDetailsBuilderImpl.addDocumentation(LegalAgreement _documentation) ContractDetails.ContractDetailsBuilderImpl.addDocumentation(LegalAgreement _documentation, int idx) ContractFormationInstruction.ContractFormationInstructionBuilder.addLegalAgreement(LegalAgreement legalAgreement) ContractFormationInstruction.ContractFormationInstructionBuilder.addLegalAgreement(LegalAgreement legalAgreement, int idx) ContractFormationInstruction.ContractFormationInstructionBuilderImpl.addLegalAgreement(LegalAgreement _legalAgreement) ContractFormationInstruction.ContractFormationInstructionBuilderImpl.addLegalAgreement(LegalAgreement _legalAgreement, int idx) CollateralPortfolio.CollateralPortfolioBuilder.setLegalAgreementValue(LegalAgreement legalAgreement) CollateralPortfolio.CollateralPortfolioBuilderImpl.setLegalAgreementValue(LegalAgreement _legalAgreement) Method parameters in cdm.event.common with type arguments of type LegalAgreementModifier and TypeMethodDescriptionContractDetails.ContractDetailsBuilder.addDocumentation(List<? extends LegalAgreement> documentation) ContractDetails.ContractDetailsBuilderImpl.addDocumentation(List<? extends LegalAgreement> documentations) ContractFormationInstruction.ContractFormationInstructionBuilder.addLegalAgreement(List<? extends LegalAgreement> legalAgreement) ContractFormationInstruction.ContractFormationInstructionBuilderImpl.addLegalAgreement(List<? extends LegalAgreement> legalAgreements) ContractDetails.ContractDetailsBuilder.setDocumentation(List<? extends LegalAgreement> documentation) ContractDetails.ContractDetailsBuilderImpl.setDocumentation(List<? extends LegalAgreement> documentations) ContractFormationInstruction.ContractFormationInstructionBuilder.setLegalAgreement(List<? extends LegalAgreement> legalAgreement) ContractFormationInstruction.ContractFormationInstructionBuilderImpl.setLegalAgreement(List<? extends LegalAgreement> legalAgreements) -
Uses of LegalAgreement in cdm.event.common.functions
Method parameters in cdm.event.common.functions with type arguments of type LegalAgreementModifier and TypeMethodDescriptionCreate_ContractFormationInstruction.Create_ContractFormationInstructionDefault.assignOutput(ContractFormationInstruction.ContractFormationInstructionBuilder instruction, List<? extends LegalAgreement> legalAgreement) Create_ContractFormationInstruction.Create_ContractFormationInstructionDefault.doEvaluate(List<? extends LegalAgreement> legalAgreement) protected abstract ContractFormationInstruction.ContractFormationInstructionBuilderCreate_ContractFormationInstruction.doEvaluate(List<? extends LegalAgreement> legalAgreement) Create_ContractFormationInstruction.evaluate(List<? extends LegalAgreement> legalAgreement) -
Uses of LegalAgreement in cdm.event.common.processor
Methods in cdm.event.common.processor that return types with arguments of type LegalAgreementModifier and TypeMethodDescriptionDocumentationHelper.getDocumentation(com.regnosys.rosetta.common.translation.Path synonymPath) -
Uses of LegalAgreement in cdm.legaldocumentation.common
Subinterfaces of LegalAgreement in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement LegalAgreementModifier and TypeClassDescriptionstatic classBuilder Implementation of LegalAgreementstatic classImmutable Implementation of LegalAgreementMethods in cdm.legaldocumentation.common that return LegalAgreementModifier and TypeMethodDescriptionLegalAgreement.build()Build MethodsLegalAgreement.LegalAgreementBuilderImpl.build()LegalAgreement.LegalAgreementImpl.build()Methods in cdm.legaldocumentation.common that return types with arguments of type LegalAgreementModifier and TypeMethodDescriptionList<? extends LegalAgreement> LegalAgreement.getRelatedAgreements()Specifies the agreement(s) that govern the agreement, either as a reference to such agreements when specified as part of the CDM, or through identification of some of the key terms of those agreements, such as the type of agreement, the publisher, the vintage, the agreement identifier and the agreement date.List<? extends LegalAgreement> LegalAgreement.LegalAgreementImpl.getRelatedAgreements()default Class<? extends LegalAgreement> LegalAgreement.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalAgreement> LegalAgreement.metaData()Utility MethodsMethods in cdm.legaldocumentation.common with parameters of type LegalAgreementModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.addRelatedAgreements(LegalAgreement relatedAgreements) LegalAgreement.LegalAgreementBuilder.addRelatedAgreements(LegalAgreement relatedAgreements, int idx) LegalAgreement.LegalAgreementBuilderImpl.addRelatedAgreements(LegalAgreement _relatedAgreements) LegalAgreement.LegalAgreementBuilderImpl.addRelatedAgreements(LegalAgreement _relatedAgreements, int idx) Method parameters in cdm.legaldocumentation.common with type arguments of type LegalAgreementModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.addRelatedAgreements(List<? extends LegalAgreement> relatedAgreements) LegalAgreement.LegalAgreementBuilderImpl.addRelatedAgreements(List<? extends LegalAgreement> relatedAgreementss) LegalAgreement.LegalAgreementBuilder.setRelatedAgreements(List<? extends LegalAgreement> relatedAgreements) LegalAgreement.LegalAgreementBuilderImpl.setRelatedAgreements(List<? extends LegalAgreement> relatedAgreementss) -
Uses of LegalAgreement in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type LegalAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegalAgreement>> LegalAgreementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegalAgreement, com.rosetta.model.lib.qualify.QualifyResult>> LegalAgreementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegalAgreement, Set<String>> LegalAgreementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegalAgreement> LegalAgreementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegalAgreement> LegalAgreementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegalAgreement> LegalAgreementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegalAgreement> LegalAgreementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegalAgreement in cdm.legaldocumentation.common.metafields
Methods in cdm.legaldocumentation.common.metafields that return LegalAgreementModifier and TypeMethodDescriptionReferenceWithMetaLegalAgreement.getValue()Getter MethodsReferenceWithMetaLegalAgreement.ReferenceWithMetaLegalAgreementImpl.getValue()Methods in cdm.legaldocumentation.common.metafields that return types with arguments of type LegalAgreementModifier and TypeMethodDescriptiondefault Class<LegalAgreement> ReferenceWithMetaLegalAgreement.getValueType()Methods in cdm.legaldocumentation.common.metafields with parameters of type LegalAgreementModifier and TypeMethodDescriptionReferenceWithMetaLegalAgreement.ReferenceWithMetaLegalAgreementBuilder.setValue(LegalAgreement value) ReferenceWithMetaLegalAgreement.ReferenceWithMetaLegalAgreementBuilderImpl.setValue(LegalAgreement _value) -
Uses of LegalAgreement in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type LegalAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement o) -
Uses of LegalAgreement in cdm.legaldocumentation.common.validation.datarule
Methods in cdm.legaldocumentation.common.validation.datarule with parameters of type LegalAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementAgreementVerification.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement legalAgreement) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementAgreementVerification.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement legalAgreement) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementConsistentlyExecutedAgreements.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement legalAgreement) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementConsistentlyExecutedAgreements.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement legalAgreement) -
Uses of LegalAgreement in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type LegalAgreementModifier and TypeMethodDescription<T2 extends LegalAgreement>
com.rosetta.model.lib.validation.ValidationResult<LegalAgreement> LegalAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.common.validation.exists that return types with arguments of type LegalAgreementModifier and TypeMethodDescription<T2 extends LegalAgreement>
com.rosetta.model.lib.validation.ValidationResult<LegalAgreement> LegalAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)