Uses of Interface
cdm.legaldocumentation.csa.CollateralRounding
Packages that use CollateralRounding
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CollateralRounding in cdm.legaldocumentation.csa
Subinterfaces of CollateralRounding in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CollateralRoundingModifier and TypeClassDescriptionstatic classBuilder Implementation of CollateralRoundingstatic classImmutable Implementation of CollateralRoundingMethods in cdm.legaldocumentation.csa that return CollateralRoundingModifier and TypeMethodDescriptionCollateralRounding.build()Build MethodsCollateralRounding.CollateralRoundingBuilderImpl.build()CollateralRounding.CollateralRoundingImpl.build()CreditSupportObligationsCollateralTransferAgreement.CreditSupportObligationsCollateralTransferAgreementImpl.getRounding()CreditSupportObligationsCollateralTransferAgreement.getRounding()The rounding methodology applicable to the Delivery Amount and the Return Amount in terms of nearest integral multiple of Base Currency units.CreditSupportObligationsInitialMargin.CreditSupportObligationsInitialMarginImpl.getRounding()CreditSupportObligationsInitialMargin.getRounding()The rounding methodology applicable to the Delivery Amount and the Return Amount in terms of nearest integral multiple of Base Currency units.CreditSupportObligationsLegacy.CreditSupportObligationsLegacyImpl.getRounding()CreditSupportObligationsLegacy.getRounding()The rounding methodology applicable to the Delivery Amount and the Return Amount in terms of nearest integral multiple of Base Currency units.CreditSupportObligationsVariationMargin.CreditSupportObligationsVariationMarginImpl.getRounding()CreditSupportObligationsVariationMargin.getRounding()The rounding methodology applicable to the Delivery Amount and the Return Amount in terms of nearest integral multiple of Base Currency units.Methods in cdm.legaldocumentation.csa that return types with arguments of type CollateralRoundingModifier and TypeMethodDescriptiondefault Class<? extends CollateralRounding> CollateralRounding.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralRounding> CollateralRounding.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CollateralRoundingModifier and TypeMethodDescriptionCreditSupportObligationsCollateralTransferAgreement.CreditSupportObligationsCollateralTransferAgreementBuilder.setRounding(CollateralRounding rounding) CreditSupportObligationsCollateralTransferAgreement.CreditSupportObligationsCollateralTransferAgreementBuilderImpl.setRounding(CollateralRounding _rounding) CreditSupportObligationsInitialMargin.CreditSupportObligationsInitialMarginBuilder.setRounding(CollateralRounding rounding) CreditSupportObligationsInitialMargin.CreditSupportObligationsInitialMarginBuilderImpl.setRounding(CollateralRounding _rounding) CreditSupportObligationsLegacy.CreditSupportObligationsLegacyBuilder.setRounding(CollateralRounding rounding) CreditSupportObligationsLegacy.CreditSupportObligationsLegacyBuilderImpl.setRounding(CollateralRounding _rounding) CreditSupportObligationsVariationMargin.CreditSupportObligationsVariationMarginBuilder.setRounding(CollateralRounding rounding) CreditSupportObligationsVariationMargin.CreditSupportObligationsVariationMarginBuilderImpl.setRounding(CollateralRounding _rounding) -
Uses of CollateralRounding in cdm.legaldocumentation.csa.functions
Methods in cdm.legaldocumentation.csa.functions with parameters of type CollateralRoundingModifier and TypeMethodDescriptionprotected Money.MoneyBuilderDeliveryAmount.DeliveryAmountDefault.assignOutput(Money.MoneyBuilder result, List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected Money.MoneyBuilderReturnAmount.ReturnAmountDefault.assignOutput(Money.MoneyBuilder result, List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Money> DeliveryAmount.creditSupportAmount1(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected com.rosetta.model.lib.mapper.MapperS<? extends Money> DeliveryAmount.DeliveryAmountDefault.creditSupportAmount1(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Money> ReturnAmount.creditSupportAmount1(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected com.rosetta.model.lib.mapper.MapperS<? extends Money> ReturnAmount.ReturnAmountDefault.creditSupportAmount1(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> DeliveryAmount.deliveryAmount(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> DeliveryAmount.DeliveryAmountDefault.deliveryAmount(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected Money.MoneyBuilderDeliveryAmount.DeliveryAmountDefault.doEvaluate(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected abstract Money.MoneyBuilderDeliveryAmount.doEvaluate(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected abstract Money.MoneyBuilderReturnAmount.doEvaluate(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected Money.MoneyBuilderReturnAmount.ReturnAmountDefault.doEvaluate(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) DeliveryAmount.evaluate(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) ReturnAmount.evaluate(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> ReturnAmount.returnAmount(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> ReturnAmount.ReturnAmountDefault.returnAmount(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected com.rosetta.model.lib.mapper.MapperS<? extends Money> DeliveryAmount.DeliveryAmountDefault.undisputedAdjustedPostedCreditSupportAmount1(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Money> DeliveryAmount.undisputedAdjustedPostedCreditSupportAmount1(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected com.rosetta.model.lib.mapper.MapperS<? extends Money> ReturnAmount.ReturnAmountDefault.undisputedAdjustedPostedCreditSupportAmount1(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Money> ReturnAmount.undisputedAdjustedPostedCreditSupportAmount1(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> DeliveryAmount.DeliveryAmountDefault.undisputedDeliveryAmount(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> DeliveryAmount.undisputedDeliveryAmount(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedDeliveryAmount, String baseCurrency) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> ReturnAmount.ReturnAmountDefault.undisputedReturnAmount(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> ReturnAmount.undisputedReturnAmount(List<? extends PostedCreditSupportItem> postedCreditSupportItems, Money priorDeliveryAmountAdjustment, Money priorReturnAmountAdjustment, Money disputedTransferredPostedCreditSupportAmount, Money marginAmount, Money threshold, MarginApproachEnum marginApproach, Money marginAmountIA, Money minimumTransferAmount, CollateralRounding rounding, Money disputedReturnAmount, String baseCurrency) -
Uses of CollateralRounding in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CollateralRoundingModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CollateralRounding>> CollateralRoundingMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CollateralRounding, com.rosetta.model.lib.qualify.QualifyResult>> CollateralRoundingMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CollateralRounding, Set<String>> CollateralRoundingMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CollateralRounding> CollateralRoundingMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralRounding> CollateralRoundingMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CollateralRounding> CollateralRoundingMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralRounding> CollateralRoundingMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CollateralRounding in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CollateralRoundingModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralRoundingTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralRounding o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralRoundingValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralRounding o) -
Uses of CollateralRounding in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CollateralRoundingModifier and TypeMethodDescription<T2 extends CollateralRounding>
com.rosetta.model.lib.validation.ValidationResult<CollateralRounding> CollateralRoundingOnlyExistsValidator.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 CollateralRoundingModifier and TypeMethodDescription<T2 extends CollateralRounding>
com.rosetta.model.lib.validation.ValidationResult<CollateralRounding> CollateralRoundingOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)