Uses of Interface
cdm.legaldocumentation.csa.CollateralValueMethod
Packages that use CollateralValueMethod
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CollateralValueMethod in cdm.legaldocumentation.csa
Subinterfaces of CollateralValueMethod in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CollateralValueMethodModifier and TypeClassDescriptionstatic classBuilder Implementation of CollateralValueMethodstatic classImmutable Implementation of CollateralValueMethodMethods in cdm.legaldocumentation.csa that return CollateralValueMethodModifier and TypeMethodDescriptionCollateralValueMethod.build()Build MethodsCollateralValueMethod.CollateralValueMethodBuilderImpl.build()CollateralValueMethod.CollateralValueMethodImpl.build()CreditSupportAgreementElections.CreditSupportAgreementElectionsImpl.getValue()CreditSupportAgreementElections.getValue()Details how particular types of collateral are valued (other than in respect of a default).Methods in cdm.legaldocumentation.csa that return types with arguments of type CollateralValueMethodModifier and TypeMethodDescriptiondefault Class<? extends CollateralValueMethod> CollateralValueMethod.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralValueMethod> CollateralValueMethod.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CollateralValueMethodModifier and TypeMethodDescriptionCreditSupportAgreementElections.CreditSupportAgreementElectionsBuilder.setValue(CollateralValueMethod value) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilderImpl.setValue(CollateralValueMethod _value) -
Uses of CollateralValueMethod in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CollateralValueMethodModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CollateralValueMethod>> CollateralValueMethodMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CollateralValueMethod, com.rosetta.model.lib.qualify.QualifyResult>> CollateralValueMethodMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CollateralValueMethod, Set<String>> CollateralValueMethodMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CollateralValueMethod> CollateralValueMethodMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralValueMethod> CollateralValueMethodMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CollateralValueMethod> CollateralValueMethodMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralValueMethod> CollateralValueMethodMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CollateralValueMethod in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CollateralValueMethodModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralValueMethodTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralValueMethod o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralValueMethodValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralValueMethod o) -
Uses of CollateralValueMethod in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type CollateralValueMethodModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralValueMethodOtherValues.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralValueMethod collateralValueMethod) List<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralValueMethodOtherValues.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralValueMethod collateralValueMethod) -
Uses of CollateralValueMethod in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CollateralValueMethodModifier and TypeMethodDescription<T2 extends CollateralValueMethod>
com.rosetta.model.lib.validation.ValidationResult<CollateralValueMethod> CollateralValueMethodOnlyExistsValidator.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 CollateralValueMethodModifier and TypeMethodDescription<T2 extends CollateralValueMethod>
com.rosetta.model.lib.validation.ValidationResult<CollateralValueMethod> CollateralValueMethodOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)