Uses of Interface
cdm.legaldocumentation.csa.CSADeliveryAmount
Packages that use CSADeliveryAmount
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CSADeliveryAmount in cdm.legaldocumentation.csa
Subinterfaces of CSADeliveryAmount in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CSADeliveryAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of CSADeliveryAmountstatic classImmutable Implementation of CSADeliveryAmountMethods in cdm.legaldocumentation.csa that return CSADeliveryAmountModifier and TypeMethodDescriptionCSADeliveryAmount.build()Build MethodsCSADeliveryAmount.CSADeliveryAmountBuilderImpl.build()CSADeliveryAmount.CSADeliveryAmountImpl.build()CreditSupportObligationsBase.CreditSupportObligationsBaseImpl.getDeliveryAmount()CreditSupportObligationsBase.getDeliveryAmount()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 CSADeliveryAmountModifier and TypeMethodDescriptiondefault Class<? extends CSADeliveryAmount> CSADeliveryAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CSADeliveryAmount> CSADeliveryAmount.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CSADeliveryAmountModifier and TypeMethodDescriptionCreditSupportObligationsBase.CreditSupportObligationsBaseBuilder.setDeliveryAmount(CSADeliveryAmount deliveryAmount) CreditSupportObligationsBase.CreditSupportObligationsBaseBuilderImpl.setDeliveryAmount(CSADeliveryAmount _deliveryAmount) CreditSupportObligationsCollateralTransferAgreement.CreditSupportObligationsCollateralTransferAgreementBuilder.setDeliveryAmount(CSADeliveryAmount deliveryAmount) CreditSupportObligationsCollateralTransferAgreement.CreditSupportObligationsCollateralTransferAgreementBuilderImpl.setDeliveryAmount(CSADeliveryAmount _deliveryAmount) CreditSupportObligationsInitialMargin.CreditSupportObligationsInitialMarginBuilder.setDeliveryAmount(CSADeliveryAmount deliveryAmount) CreditSupportObligationsInitialMargin.CreditSupportObligationsInitialMarginBuilderImpl.setDeliveryAmount(CSADeliveryAmount _deliveryAmount) CreditSupportObligationsLegacy.CreditSupportObligationsLegacyBuilder.setDeliveryAmount(CSADeliveryAmount deliveryAmount) CreditSupportObligationsLegacy.CreditSupportObligationsLegacyBuilderImpl.setDeliveryAmount(CSADeliveryAmount _deliveryAmount) CreditSupportObligationsVariationMargin.CreditSupportObligationsVariationMarginBuilder.setDeliveryAmount(CSADeliveryAmount deliveryAmount) CreditSupportObligationsVariationMargin.CreditSupportObligationsVariationMarginBuilderImpl.setDeliveryAmount(CSADeliveryAmount _deliveryAmount) -
Uses of CSADeliveryAmount in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CSADeliveryAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CSADeliveryAmount>> CSADeliveryAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CSADeliveryAmount, com.rosetta.model.lib.qualify.QualifyResult>> CSADeliveryAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CSADeliveryAmount, Set<String>> CSADeliveryAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CSADeliveryAmount> CSADeliveryAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CSADeliveryAmount> CSADeliveryAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CSADeliveryAmount> CSADeliveryAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CSADeliveryAmount> CSADeliveryAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CSADeliveryAmount in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CSADeliveryAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CSADeliveryAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSADeliveryAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CSADeliveryAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSADeliveryAmount o) -
Uses of CSADeliveryAmount in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CSADeliveryAmountModifier and TypeMethodDescription<T2 extends CSADeliveryAmount>
com.rosetta.model.lib.validation.ValidationResult<CSADeliveryAmount> CSADeliveryAmountOnlyExistsValidator.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 CSADeliveryAmountModifier and TypeMethodDescription<T2 extends CSADeliveryAmount>
com.rosetta.model.lib.validation.ValidationResult<CSADeliveryAmount> CSADeliveryAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)