Uses of Interface
cdm.legaldocumentation.csa.CustodyArrangements
Packages that use CustodyArrangements
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CustodyArrangements in cdm.legaldocumentation.csa
Subinterfaces of CustodyArrangements in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CustodyArrangementsModifier and TypeClassDescriptionstatic classBuilder Implementation of CustodyArrangementsstatic classImmutable Implementation of CustodyArrangementsMethods in cdm.legaldocumentation.csa that return CustodyArrangementsModifier and TypeMethodDescriptionCustodyArrangements.build()Build MethodsCustodyArrangements.CustodyArrangementsBuilderImpl.build()CustodyArrangements.CustodyArrangementsImpl.build()CollateralTransferAgreementElections.CollateralTransferAgreementElectionsImpl.getCustodyArrangements()CollateralTransferAgreementElections.getCustodyArrangements()The Custodian and Segregated Account details in respect of each party to the agreement.CreditSupportAgreementElections.CreditSupportAgreementElectionsImpl.getCustodyArrangements()CreditSupportAgreementElections.getCustodyArrangements()The Custodian and Segregated Account details in respect of each party to the agreement.Methods in cdm.legaldocumentation.csa that return types with arguments of type CustodyArrangementsModifier and TypeMethodDescriptiondefault Class<? extends CustodyArrangements> CustodyArrangements.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CustodyArrangements> CustodyArrangements.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CustodyArrangementsModifier and TypeMethodDescriptionCollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilder.setCustodyArrangements(CustodyArrangements custodyArrangements) CollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilderImpl.setCustodyArrangements(CustodyArrangements _custodyArrangements) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilder.setCustodyArrangements(CustodyArrangements custodyArrangements) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilderImpl.setCustodyArrangements(CustodyArrangements _custodyArrangements) -
Uses of CustodyArrangements in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CustodyArrangementsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CustodyArrangements>> CustodyArrangementsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CustodyArrangements, com.rosetta.model.lib.qualify.QualifyResult>> CustodyArrangementsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CustodyArrangements, Set<String>> CustodyArrangementsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CustodyArrangements> CustodyArrangementsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CustodyArrangements> CustodyArrangementsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CustodyArrangements> CustodyArrangementsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CustodyArrangements> CustodyArrangementsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CustodyArrangements in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CustodyArrangementsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CustodyArrangementsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CustodyArrangements o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CustodyArrangementsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CustodyArrangements o) -
Uses of CustodyArrangements in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CustodyArrangementsModifier and TypeMethodDescription<T2 extends CustodyArrangements>
com.rosetta.model.lib.validation.ValidationResult<CustodyArrangements> CustodyArrangementsOnlyExistsValidator.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 CustodyArrangementsModifier and TypeMethodDescription<T2 extends CustodyArrangements>
com.rosetta.model.lib.validation.ValidationResult<CustodyArrangements> CustodyArrangementsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)