Uses of Interface
cdm.legaldocumentation.csa.MarginApproach
Packages that use MarginApproach
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of MarginApproach in cdm.legaldocumentation.csa
Subinterfaces of MarginApproach in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement MarginApproachModifier and TypeClassDescriptionstatic classBuilder Implementation of MarginApproachstatic classImmutable Implementation of MarginApproachMethods in cdm.legaldocumentation.csa that return MarginApproachModifier and TypeMethodDescriptionMarginApproach.build()Build MethodsMarginApproach.MarginApproachBuilderImpl.build()MarginApproach.MarginApproachImpl.build()CreditSupportObligations.CreditSupportObligationsImpl.getMarginApproach()CreditSupportObligations.getMarginApproach()The selection of Margin Approach applicable to the agreement.Methods in cdm.legaldocumentation.csa that return types with arguments of type MarginApproachModifier and TypeMethodDescriptiondefault Class<? extends MarginApproach> MarginApproach.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MarginApproach> MarginApproach.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type MarginApproachModifier and TypeMethodDescriptionCreditSupportObligations.CreditSupportObligationsBuilder.setMarginApproach(MarginApproach marginApproach) CreditSupportObligations.CreditSupportObligationsBuilderImpl.setMarginApproach(MarginApproach _marginApproach) -
Uses of MarginApproach in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type MarginApproachModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super MarginApproach>> MarginApproachMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super MarginApproach, com.rosetta.model.lib.qualify.QualifyResult>> MarginApproachMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super MarginApproach, Set<String>> MarginApproachMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super MarginApproach> MarginApproachMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MarginApproach> MarginApproachMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super MarginApproach> MarginApproachMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MarginApproach> MarginApproachMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of MarginApproach in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type MarginApproachModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> MarginApproachTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MarginApproach o) List<com.rosetta.model.lib.validation.ValidationResult<?>> MarginApproachValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MarginApproach o) -
Uses of MarginApproach in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type MarginApproachModifier and TypeMethodDescription<T2 extends MarginApproach>
com.rosetta.model.lib.validation.ValidationResult<MarginApproach> MarginApproachOnlyExistsValidator.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 MarginApproachModifier and TypeMethodDescription<T2 extends MarginApproach>
com.rosetta.model.lib.validation.ValidationResult<MarginApproach> MarginApproachOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)