Uses of Interface
cdm.product.common.settlement.PaymentDiscounting
Packages that use PaymentDiscounting
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of PaymentDiscounting in cdm.event.common.functions
Methods in cdm.event.common.functions with parameters of type PaymentDiscountingModifier and TypeMethodDescriptionprotected Cashflow.CashflowBuilderCreate_Cashflow.Create_CashflowDefault.assignOutput(Cashflow.CashflowBuilder cashflow, BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) protected Cashflow.CashflowBuilderCreate_Cashflow.Create_CashflowDefault.doEvaluate(BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) protected abstract Cashflow.CashflowBuilderCreate_Cashflow.doEvaluate(BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) Create_Cashflow.evaluate(BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) -
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()Cashflow.CashflowImpl.getPaymentDiscounting()Cashflow.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 TypeMethodDescriptionCashflow.CashflowBuilder.setPaymentDiscounting(PaymentDiscounting paymentDiscounting) Cashflow.CashflowBuilderImpl.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)