Uses of Interface
cdm.legaldocumentation.csa.LegacyReturnAmount
Packages that use LegacyReturnAmount
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of LegacyReturnAmount in cdm.legaldocumentation.csa
Subinterfaces of LegacyReturnAmount in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement LegacyReturnAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of LegacyReturnAmountstatic classImmutable Implementation of LegacyReturnAmountMethods in cdm.legaldocumentation.csa that return LegacyReturnAmountModifier and TypeMethodDescriptionLegacyReturnAmount.build()Build MethodsLegacyReturnAmount.LegacyReturnAmountBuilderImpl.build()LegacyReturnAmount.LegacyReturnAmountImpl.build()CreditSupportObligations.CreditSupportObligationsImpl.getLegacyReturnAmount()CreditSupportObligations.getLegacyReturnAmount()In respect of a Valuation Date, the amount of collateral which a party is entitled to demand to be recalled to it as a Return Amount.Methods in cdm.legaldocumentation.csa that return types with arguments of type LegacyReturnAmountModifier and TypeMethodDescriptiondefault Class<? extends LegacyReturnAmount> LegacyReturnAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyReturnAmount> LegacyReturnAmount.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type LegacyReturnAmountModifier and TypeMethodDescriptionCreditSupportObligations.CreditSupportObligationsBuilder.setLegacyReturnAmount(LegacyReturnAmount legacyReturnAmount) CreditSupportObligations.CreditSupportObligationsBuilderImpl.setLegacyReturnAmount(LegacyReturnAmount _legacyReturnAmount) -
Uses of LegacyReturnAmount in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type LegacyReturnAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegacyReturnAmount>> LegacyReturnAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegacyReturnAmount, com.rosetta.model.lib.qualify.QualifyResult>> LegacyReturnAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegacyReturnAmount, Set<String>> LegacyReturnAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegacyReturnAmount> LegacyReturnAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyReturnAmount> LegacyReturnAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegacyReturnAmount> LegacyReturnAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyReturnAmount> LegacyReturnAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegacyReturnAmount in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type LegacyReturnAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyReturnAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyReturnAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyReturnAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyReturnAmount o) -
Uses of LegacyReturnAmount in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type LegacyReturnAmountModifier and TypeMethodDescription<T2 extends LegacyReturnAmount>
com.rosetta.model.lib.validation.ValidationResult<LegacyReturnAmount> LegacyReturnAmountOnlyExistsValidator.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 LegacyReturnAmountModifier and TypeMethodDescription<T2 extends LegacyReturnAmount>
com.rosetta.model.lib.validation.ValidationResult<LegacyReturnAmount> LegacyReturnAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)