Uses of Interface
cdm.legaldocumentation.common.OtherAgreementTerms
Packages that use OtherAgreementTerms
Package
Description
Common legal agreement concepts.
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of OtherAgreementTerms in cdm.legaldocumentation.common
Subinterfaces of OtherAgreementTerms in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement OtherAgreementTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of OtherAgreementTermsstatic classImmutable Implementation of OtherAgreementTermsMethods in cdm.legaldocumentation.common that return OtherAgreementTermsModifier and TypeMethodDescriptionOtherAgreementTerms.build()Build MethodsOtherAgreementTerms.OtherAgreementTermsBuilderImpl.build()OtherAgreementTerms.OtherAgreementTermsImpl.build()Methods in cdm.legaldocumentation.common that return types with arguments of type OtherAgreementTermsModifier and TypeMethodDescriptiondefault Class<? extends OtherAgreementTerms> OtherAgreementTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherAgreementTerms> OtherAgreementTerms.metaData()Utility Methods -
Uses of OtherAgreementTerms in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type OtherAgreementTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super OtherAgreementTerms>> OtherAgreementTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super OtherAgreementTerms, com.rosetta.model.lib.qualify.QualifyResult>> OtherAgreementTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super OtherAgreementTerms, Set<String>> OtherAgreementTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super OtherAgreementTerms> OtherAgreementTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OtherAgreementTerms> OtherAgreementTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super OtherAgreementTerms> OtherAgreementTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OtherAgreementTerms> OtherAgreementTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of OtherAgreementTerms in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type OtherAgreementTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreementTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreementTerms o) -
Uses of OtherAgreementTerms in cdm.legaldocumentation.common.validation.datarule
Methods in cdm.legaldocumentation.common.validation.datarule with parameters of type OtherAgreementTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementTermsLegalDocumentNotSpecified.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreementTerms otherAgreementTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementTermsLegalDocumentNotSpecified.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreementTerms otherAgreementTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementTermsLegalDocumentSpecified.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreementTerms otherAgreementTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementTermsLegalDocumentSpecified.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreementTerms otherAgreementTerms) -
Uses of OtherAgreementTerms in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type OtherAgreementTermsModifier and TypeMethodDescription<T2 extends OtherAgreementTerms>
com.rosetta.model.lib.validation.ValidationResult<OtherAgreementTerms> OtherAgreementTermsOnlyExistsValidator.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 OtherAgreementTermsModifier and TypeMethodDescription<T2 extends OtherAgreementTerms>
com.rosetta.model.lib.validation.ValidationResult<OtherAgreementTerms> OtherAgreementTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of OtherAgreementTerms in cdm.legaldocumentation.csa
Methods in cdm.legaldocumentation.csa that return OtherAgreementTermsModifier and TypeMethodDescriptionOtherAgreements.getJapaneseLawCsa()The bespoke definition of whether Japanese Law CSA (VM) are specified by the parties to the agreement.OtherAgreements.OtherAgreementsImpl.getJapaneseLawCsa()OtherAgreements.getOtherCsa()The bespoke definition of Other CSA as specified by the parties to the agreement.OtherAgreements.OtherAgreementsImpl.getOtherCsa()Methods in cdm.legaldocumentation.csa with parameters of type OtherAgreementTermsModifier and TypeMethodDescriptionOtherAgreements.OtherAgreementsBuilder.setJapaneseLawCsa(OtherAgreementTerms japaneseLawCsa) OtherAgreements.OtherAgreementsBuilderImpl.setJapaneseLawCsa(OtherAgreementTerms _japaneseLawCsa) OtherAgreements.OtherAgreementsBuilder.setOtherCsa(OtherAgreementTerms otherCsa) OtherAgreements.OtherAgreementsBuilderImpl.setOtherCsa(OtherAgreementTerms _otherCsa)