Uses of Interface
cdm.product.common.settlement.PaymentDetail
Packages that use PaymentDetail
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of PaymentDetail in cdm.product.collateral
Methods in cdm.product.collateral that return types with arguments of type PaymentDetailModifier and TypeMethodDescriptionList<? extends PaymentDetail> IndependentAmount.getPaymentDetail()An attribute that specifies a payment as the combination of a payment amount, a payment date and an associated payment calculation rule.List<? extends PaymentDetail> IndependentAmount.IndependentAmountImpl.getPaymentDetail()Methods in cdm.product.collateral with parameters of type PaymentDetailModifier and TypeMethodDescriptionIndependentAmount.IndependentAmountBuilder.addPaymentDetail(PaymentDetail paymentDetail) IndependentAmount.IndependentAmountBuilder.addPaymentDetail(PaymentDetail paymentDetail, int idx) IndependentAmount.IndependentAmountBuilderImpl.addPaymentDetail(PaymentDetail _paymentDetail) IndependentAmount.IndependentAmountBuilderImpl.addPaymentDetail(PaymentDetail _paymentDetail, int idx) Method parameters in cdm.product.collateral with type arguments of type PaymentDetailModifier and TypeMethodDescriptionIndependentAmount.IndependentAmountBuilder.addPaymentDetail(List<? extends PaymentDetail> paymentDetail) IndependentAmount.IndependentAmountBuilderImpl.addPaymentDetail(List<? extends PaymentDetail> paymentDetails) IndependentAmount.IndependentAmountBuilder.setPaymentDetail(List<? extends PaymentDetail> paymentDetail) IndependentAmount.IndependentAmountBuilderImpl.setPaymentDetail(List<? extends PaymentDetail> paymentDetails) -
Uses of PaymentDetail in cdm.product.common.settlement
Subinterfaces of PaymentDetail in cdm.product.common.settlementModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.settlement that implement PaymentDetailModifier and TypeClassDescriptionstatic classBuilder Implementation of PaymentDetailstatic classImmutable Implementation of PaymentDetailMethods in cdm.product.common.settlement that return PaymentDetailModifier and TypeMethodDescriptionPaymentDetail.build()Build MethodsPaymentDetail.PaymentDetailBuilderImpl.build()PaymentDetail.PaymentDetailImpl.build()Methods in cdm.product.common.settlement that return types with arguments of type PaymentDetailModifier and TypeMethodDescriptiondefault Class<? extends PaymentDetail> PaymentDetail.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDetail> PaymentDetail.metaData()Utility Methods -
Uses of PaymentDetail in cdm.product.common.settlement.meta
Methods in cdm.product.common.settlement.meta that return types with arguments of type PaymentDetailModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PaymentDetail>> PaymentDetailMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PaymentDetail, com.rosetta.model.lib.qualify.QualifyResult>> PaymentDetailMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PaymentDetail, Set<String>> PaymentDetailMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PaymentDetail> PaymentDetailMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PaymentDetail> PaymentDetailMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PaymentDetail> PaymentDetailMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PaymentDetail> PaymentDetailMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PaymentDetail in cdm.product.common.settlement.validation
Methods in cdm.product.common.settlement.validation with parameters of type PaymentDetailModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PaymentDetailTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PaymentDetail o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PaymentDetailValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PaymentDetail o) -
Uses of PaymentDetail in cdm.product.common.settlement.validation.exists
Methods in cdm.product.common.settlement.validation.exists with type parameters of type PaymentDetailModifier and TypeMethodDescription<T2 extends PaymentDetail>
com.rosetta.model.lib.validation.ValidationResult<PaymentDetail> PaymentDetailOnlyExistsValidator.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 PaymentDetailModifier and TypeMethodDescription<T2 extends PaymentDetail>
com.rosetta.model.lib.validation.ValidationResult<PaymentDetail> PaymentDetailOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)