Uses of Interface
cdm.legaldocumentation.csa.LegacyIndependentAmount
Packages that use LegacyIndependentAmount
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of LegacyIndependentAmount in cdm.legaldocumentation.csa
Subinterfaces of LegacyIndependentAmount in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement LegacyIndependentAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of LegacyIndependentAmountstatic classImmutable Implementation of LegacyIndependentAmountMethods in cdm.legaldocumentation.csa that return LegacyIndependentAmountModifier and TypeMethodDescriptionLegacyIndependentAmount.build()Build MethodsLegacyIndependentAmount.LegacyIndependentAmountBuilderImpl.build()LegacyIndependentAmount.LegacyIndependentAmountImpl.build()CreditSupportObligationsLegacy.CreditSupportObligationsLegacyImpl.getIndependentAmount()CreditSupportObligationsLegacy.getIndependentAmount()Specifies the additional amount of collateral that is required to be delivered by a party irrespective of the mark-to-market exposure under the related Transactions.Methods in cdm.legaldocumentation.csa that return types with arguments of type LegacyIndependentAmountModifier and TypeMethodDescriptiondefault Class<? extends LegacyIndependentAmount> LegacyIndependentAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyIndependentAmount> LegacyIndependentAmount.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type LegacyIndependentAmountModifier and TypeMethodDescriptionCreditSupportObligationsLegacy.CreditSupportObligationsLegacyBuilder.setIndependentAmount(LegacyIndependentAmount independentAmount) CreditSupportObligationsLegacy.CreditSupportObligationsLegacyBuilderImpl.setIndependentAmount(LegacyIndependentAmount _independentAmount) -
Uses of LegacyIndependentAmount in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type LegacyIndependentAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegacyIndependentAmount>> LegacyIndependentAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegacyIndependentAmount, com.rosetta.model.lib.qualify.QualifyResult>> LegacyIndependentAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegacyIndependentAmount, Set<String>> LegacyIndependentAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegacyIndependentAmount> LegacyIndependentAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyIndependentAmount> LegacyIndependentAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegacyIndependentAmount> LegacyIndependentAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyIndependentAmount> LegacyIndependentAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegacyIndependentAmount in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type LegacyIndependentAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyIndependentAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyIndependentAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyIndependentAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyIndependentAmount o) -
Uses of LegacyIndependentAmount in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type LegacyIndependentAmountModifier and TypeMethodDescription<T2 extends LegacyIndependentAmount>
com.rosetta.model.lib.validation.ValidationResult<LegacyIndependentAmount> LegacyIndependentAmountOnlyExistsValidator.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 LegacyIndependentAmountModifier and TypeMethodDescription<T2 extends LegacyIndependentAmount>
com.rosetta.model.lib.validation.ValidationResult<LegacyIndependentAmount> LegacyIndependentAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)