Uses of Interface
cdm.product.common.settlement.PaymentDiscounting
Packages that use PaymentDiscounting
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of PaymentDiscounting in cdm.event.common
Methods in cdm.event.common with parameters of type PaymentDiscountingModifier and TypeMethodDescriptionScheduledTransfer.ScheduledTransferBuilder.setPaymentDiscounting(PaymentDiscounting paymentDiscounting) ScheduledTransfer.ScheduledTransferBuilderImpl.setPaymentDiscounting(PaymentDiscounting _paymentDiscounting) TransferBase.TransferBaseBuilder.setPaymentDiscounting(PaymentDiscounting paymentDiscounting) TransferBase.TransferBaseBuilderImpl.setPaymentDiscounting(PaymentDiscounting _paymentDiscounting) UnscheduledTransfer.UnscheduledTransferBuilder.setPaymentDiscounting(PaymentDiscounting paymentDiscounting) UnscheduledTransfer.UnscheduledTransferBuilderImpl.setPaymentDiscounting(PaymentDiscounting _paymentDiscounting) -
Uses of PaymentDiscounting in cdm.event.common.util
Methods in cdm.event.common.util that return PaymentDiscountingModifier and TypeMethodDescriptionTransferDeepPathUtil.choosePaymentDiscounting(Transfer transfer) -
Uses of PaymentDiscounting in cdm.product.common.settlement
Subinterfaces of PaymentDiscounting in cdm.product.common.settlementModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.settlement that implement PaymentDiscountingModifier and TypeClassDescriptionstatic classBuilder Implementation of PaymentDiscountingstatic classImmutable Implementation of PaymentDiscountingMethods in cdm.product.common.settlement that return PaymentDiscountingModifier and TypeMethodDescriptionPaymentDiscounting.build()Build MethodsPaymentDiscounting.PaymentDiscountingBuilderImpl.build()PaymentDiscounting.PaymentDiscountingImpl.build()AssetFlowBase.AssetFlowBaseImpl.getPaymentDiscounting()AssetFlowBase.getPaymentDiscounting()FpML specifies the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment.Methods in cdm.product.common.settlement that return types with arguments of type PaymentDiscountingModifier and TypeMethodDescriptiondefault Class<? extends PaymentDiscounting> PaymentDiscounting.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDiscounting> PaymentDiscounting.metaData()Utility MethodsMethods in cdm.product.common.settlement with parameters of type PaymentDiscountingModifier and TypeMethodDescriptionAssetFlow.AssetFlowBuilder.setPaymentDiscounting(PaymentDiscounting paymentDiscounting) AssetFlow.AssetFlowBuilderImpl.setPaymentDiscounting(PaymentDiscounting _paymentDiscounting) AssetFlowBase.AssetFlowBaseBuilder.setPaymentDiscounting(PaymentDiscounting paymentDiscounting) AssetFlowBase.AssetFlowBaseBuilderImpl.setPaymentDiscounting(PaymentDiscounting _paymentDiscounting) -
Uses of PaymentDiscounting in cdm.product.common.settlement.meta
Methods in cdm.product.common.settlement.meta that return types with arguments of type PaymentDiscountingModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PaymentDiscounting>> PaymentDiscountingMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PaymentDiscounting, com.rosetta.model.lib.qualify.QualifyResult>> PaymentDiscountingMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PaymentDiscounting, Set<String>> PaymentDiscountingMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PaymentDiscounting> PaymentDiscountingMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PaymentDiscounting> PaymentDiscountingMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PaymentDiscounting> PaymentDiscountingMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PaymentDiscounting> PaymentDiscountingMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PaymentDiscounting in cdm.product.common.settlement.validation
Methods in cdm.product.common.settlement.validation with parameters of type PaymentDiscountingModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PaymentDiscountingTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PaymentDiscounting o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PaymentDiscountingValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PaymentDiscounting o) -
Uses of PaymentDiscounting in cdm.product.common.settlement.validation.exists
Methods in cdm.product.common.settlement.validation.exists with type parameters of type PaymentDiscountingModifier and TypeMethodDescription<T2 extends PaymentDiscounting>
com.rosetta.model.lib.validation.ValidationResult<PaymentDiscounting> PaymentDiscountingOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.settlement.validation.exists that return types with arguments of type PaymentDiscountingModifier and TypeMethodDescription<T2 extends PaymentDiscounting>
com.rosetta.model.lib.validation.ValidationResult<PaymentDiscounting> PaymentDiscountingOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)