Uses of Interface
cdm.legaldocumentation.csa.CollateralManagementAgreement
Packages that use CollateralManagementAgreement
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CollateralManagementAgreement in cdm.legaldocumentation.csa
Subinterfaces of CollateralManagementAgreement in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CollateralManagementAgreementModifier and TypeClassDescriptionstatic classBuilder Implementation of CollateralManagementAgreementstatic classImmutable Implementation of CollateralManagementAgreementMethods in cdm.legaldocumentation.csa that return CollateralManagementAgreementModifier and TypeMethodDescriptionCollateralManagementAgreement.build()Build MethodsCollateralManagementAgreement.CollateralManagementAgreementBuilderImpl.build()CollateralManagementAgreement.CollateralManagementAgreementImpl.build()CustodyArrangements.CustodyArrangementsImpl.getCollateralManagementAgreement()CustodyArrangements.getCollateralManagementAgreement()Body ISDA Corpus Annex CSA_IM_Japanese_2016 ISDA 2016 Japanese Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(b)(i)" * name "Collateral Management Agreement" ProvisionMethods in cdm.legaldocumentation.csa that return types with arguments of type CollateralManagementAgreementModifier and TypeMethodDescriptiondefault Class<? extends CollateralManagementAgreement> CollateralManagementAgreement.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralManagementAgreement> CollateralManagementAgreement.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CollateralManagementAgreementModifier and TypeMethodDescriptionCustodyArrangements.CustodyArrangementsBuilder.setCollateralManagementAgreement(CollateralManagementAgreement collateralManagementAgreement) CustodyArrangements.CustodyArrangementsBuilderImpl.setCollateralManagementAgreement(CollateralManagementAgreement _collateralManagementAgreement) -
Uses of CollateralManagementAgreement in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CollateralManagementAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreement>> CollateralManagementAgreementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CollateralManagementAgreement, com.rosetta.model.lib.qualify.QualifyResult>> CollateralManagementAgreementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CollateralManagementAgreement, Set<String>> CollateralManagementAgreementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreement> CollateralManagementAgreementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreement> CollateralManagementAgreementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreement> CollateralManagementAgreementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreement> CollateralManagementAgreementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CollateralManagementAgreement in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CollateralManagementAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralManagementAgreementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralManagementAgreement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralManagementAgreementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralManagementAgreement o) -
Uses of CollateralManagementAgreement in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CollateralManagementAgreementModifier and TypeMethodDescription<T2 extends CollateralManagementAgreement>
com.rosetta.model.lib.validation.ValidationResult<CollateralManagementAgreement> CollateralManagementAgreementOnlyExistsValidator.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 CollateralManagementAgreementModifier and TypeMethodDescription<T2 extends CollateralManagementAgreement>
com.rosetta.model.lib.validation.ValidationResult<CollateralManagementAgreement> CollateralManagementAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)