Uses of Interface
cdm.legaldocumentation.csa.LegacyDeliveryAmount
Packages that use LegacyDeliveryAmount
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of LegacyDeliveryAmount in cdm.legaldocumentation.csa
Subinterfaces of LegacyDeliveryAmount in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement LegacyDeliveryAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of LegacyDeliveryAmountstatic classImmutable Implementation of LegacyDeliveryAmountMethods in cdm.legaldocumentation.csa that return LegacyDeliveryAmountModifier and TypeMethodDescriptionLegacyDeliveryAmount.build()Build MethodsLegacyDeliveryAmount.LegacyDeliveryAmountBuilderImpl.build()LegacyDeliveryAmount.LegacyDeliveryAmountImpl.build()CreditSupportObligations.CreditSupportObligationsImpl.getLegacyDeliveryAmount()CreditSupportObligations.getLegacyDeliveryAmount()In respect of a Valuation Date, the amount of collateral which a party is entitled to demand to be transferred to it as a Delivery Amount.Methods in cdm.legaldocumentation.csa that return types with arguments of type LegacyDeliveryAmountModifier and TypeMethodDescriptiondefault Class<? extends LegacyDeliveryAmount> LegacyDeliveryAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyDeliveryAmount> LegacyDeliveryAmount.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type LegacyDeliveryAmountModifier and TypeMethodDescriptionCreditSupportObligations.CreditSupportObligationsBuilder.setLegacyDeliveryAmount(LegacyDeliveryAmount legacyDeliveryAmount) CreditSupportObligations.CreditSupportObligationsBuilderImpl.setLegacyDeliveryAmount(LegacyDeliveryAmount _legacyDeliveryAmount) -
Uses of LegacyDeliveryAmount in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type LegacyDeliveryAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegacyDeliveryAmount>> LegacyDeliveryAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegacyDeliveryAmount, com.rosetta.model.lib.qualify.QualifyResult>> LegacyDeliveryAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegacyDeliveryAmount, Set<String>> LegacyDeliveryAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegacyDeliveryAmount> LegacyDeliveryAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyDeliveryAmount> LegacyDeliveryAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegacyDeliveryAmount> LegacyDeliveryAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyDeliveryAmount> LegacyDeliveryAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegacyDeliveryAmount in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type LegacyDeliveryAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyDeliveryAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyDeliveryAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyDeliveryAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyDeliveryAmount o) -
Uses of LegacyDeliveryAmount in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type LegacyDeliveryAmountModifier and TypeMethodDescription<T2 extends LegacyDeliveryAmount>
com.rosetta.model.lib.validation.ValidationResult<LegacyDeliveryAmount> LegacyDeliveryAmountOnlyExistsValidator.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 LegacyDeliveryAmountModifier and TypeMethodDescription<T2 extends LegacyDeliveryAmount>
com.rosetta.model.lib.validation.ValidationResult<LegacyDeliveryAmount> LegacyDeliveryAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)