Uses of Interface
cdm.legaldocumentation.common.AgreementName
Packages that use AgreementName
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Common legal agreement concepts.
-
Uses of AgreementName in cdm.event.common
Methods in cdm.event.common that return AgreementNameModifier and TypeMethodDescriptionMarginCallBase.getCallAgreementType()Specifies the legal agreement type the margin call is generated from and governed by.MarginCallBase.MarginCallBaseImpl.getCallAgreementType()Methods in cdm.event.common with parameters of type AgreementNameModifier and TypeMethodDescriptionMarginCallBase.MarginCallBaseBuilder.setCallAgreementType(AgreementName callAgreementType) MarginCallBase.MarginCallBaseBuilderImpl.setCallAgreementType(AgreementName _callAgreementType) MarginCallExposure.MarginCallExposureBuilder.setCallAgreementType(AgreementName callAgreementType) MarginCallExposure.MarginCallExposureBuilderImpl.setCallAgreementType(AgreementName _callAgreementType) MarginCallIssuance.MarginCallIssuanceBuilder.setCallAgreementType(AgreementName callAgreementType) MarginCallIssuance.MarginCallIssuanceBuilderImpl.setCallAgreementType(AgreementName _callAgreementType) MarginCallResponse.MarginCallResponseBuilder.setCallAgreementType(AgreementName callAgreementType) MarginCallResponse.MarginCallResponseBuilderImpl.setCallAgreementType(AgreementName _callAgreementType) -
Uses of AgreementName in cdm.legaldocumentation.common
Subinterfaces of AgreementName in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement AgreementNameModifier and TypeClassDescriptionstatic classBuilder Implementation of AgreementNamestatic classImmutable Implementation of AgreementNameMethods in cdm.legaldocumentation.common that return AgreementNameModifier and TypeMethodDescriptionAgreementName.AgreementNameBuilderImpl.build()AgreementName.AgreementNameImpl.build()AgreementName.build()Build MethodsLegalAgreementIdentification.getAgreementName()The legal agreement name, e.g.LegalAgreementIdentification.LegalAgreementIdentificationImpl.getAgreementName()Methods in cdm.legaldocumentation.common that return types with arguments of type AgreementNameModifier and TypeMethodDescriptiondefault Class<? extends AgreementName> AgreementName.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AgreementName> AgreementName.metaData()Utility MethodsMethods in cdm.legaldocumentation.common with parameters of type AgreementNameModifier and TypeMethodDescriptionLegalAgreementIdentification.LegalAgreementIdentificationBuilder.setAgreementName(AgreementName agreementName) LegalAgreementIdentification.LegalAgreementIdentificationBuilderImpl.setAgreementName(AgreementName _agreementName) -
Uses of AgreementName in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type AgreementNameModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AgreementName>> AgreementNameMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AgreementName, com.rosetta.model.lib.qualify.QualifyResult>> AgreementNameMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AgreementName, Set<String>> AgreementNameMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AgreementName> AgreementNameMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AgreementName> AgreementNameMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AgreementName> AgreementNameMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AgreementName> AgreementNameMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AgreementName in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type AgreementNameModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName o) -
Uses of AgreementName in cdm.legaldocumentation.common.validation.datarule
Methods in cdm.legaldocumentation.common.validation.datarule with parameters of type AgreementNameModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameAgreementType.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName agreementName) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameAgreementType.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName agreementName) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameCreditSupportAgreement.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName agreementName) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameCreditSupportAgreement.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName agreementName) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameCSAMarginType.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName agreementName) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameCSAMarginType.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName agreementName) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameMasterConfirmation.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName agreementName) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementNameMasterConfirmation.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementName agreementName) -
Uses of AgreementName in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type AgreementNameModifier and TypeMethodDescription<T2 extends AgreementName>
com.rosetta.model.lib.validation.ValidationResult<AgreementName> AgreementNameOnlyExistsValidator.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 AgreementNameModifier and TypeMethodDescription<T2 extends AgreementName>
com.rosetta.model.lib.validation.ValidationResult<AgreementName> AgreementNameOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)