Uses of Interface
cdm.legaldocumentation.csa.OtherAgreements
Packages that use OtherAgreements
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of OtherAgreements in cdm.legaldocumentation.csa
Subinterfaces of OtherAgreements in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement OtherAgreementsModifier and TypeClassDescriptionstatic classBuilder Implementation of OtherAgreementsstatic classImmutable Implementation of OtherAgreementsMethods in cdm.legaldocumentation.csa that return OtherAgreementsModifier and TypeMethodDescriptionOtherAgreements.build()Build MethodsOtherAgreements.OtherAgreementsBuilderImpl.build()OtherAgreements.OtherAgreementsImpl.build()CreditSupportAgreementElections.CreditSupportAgreementElectionsImpl.getOtherAgreements()CreditSupportAgreementElections.getOtherAgreements()The bespoke definition of other agreement terms as specified by the parties to the agreement.Methods in cdm.legaldocumentation.csa that return types with arguments of type OtherAgreementsModifier and TypeMethodDescriptiondefault Class<? extends OtherAgreements> OtherAgreements.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherAgreements> OtherAgreements.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type OtherAgreementsModifier and TypeMethodDescriptionCreditSupportAgreementElections.CreditSupportAgreementElectionsBuilder.setOtherAgreements(OtherAgreements otherAgreements) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilderImpl.setOtherAgreements(OtherAgreements _otherAgreements) -
Uses of OtherAgreements in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type OtherAgreementsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super OtherAgreements>> OtherAgreementsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super OtherAgreements, com.rosetta.model.lib.qualify.QualifyResult>> OtherAgreementsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super OtherAgreements, Set<String>> OtherAgreementsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super OtherAgreements> OtherAgreementsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OtherAgreements> OtherAgreementsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super OtherAgreements> OtherAgreementsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OtherAgreements> OtherAgreementsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of OtherAgreements in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type OtherAgreementsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreements o) List<com.rosetta.model.lib.validation.ValidationResult<?>> OtherAgreementsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherAgreements o) -
Uses of OtherAgreements in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type OtherAgreementsModifier and TypeMethodDescription<T2 extends OtherAgreements>
com.rosetta.model.lib.validation.ValidationResult<OtherAgreements> OtherAgreementsOnlyExistsValidator.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 OtherAgreementsModifier and TypeMethodDescription<T2 extends OtherAgreements>
com.rosetta.model.lib.validation.ValidationResult<OtherAgreements> OtherAgreementsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)