Uses of Interface
cdm.product.common.settlement.PrincipalPaymentSchedule
Packages that use PrincipalPaymentSchedule
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of PrincipalPaymentSchedule in cdm.product.common.settlement
Subinterfaces of PrincipalPaymentSchedule in cdm.product.common.settlementModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.settlement that implement PrincipalPaymentScheduleModifier and TypeClassDescriptionstatic classBuilder Implementation of PrincipalPaymentSchedulestatic classImmutable Implementation of PrincipalPaymentScheduleMethods in cdm.product.common.settlement that return PrincipalPaymentScheduleModifier and TypeMethodDescriptionPrincipalPaymentSchedule.build()Build MethodsPrincipalPaymentSchedule.PrincipalPaymentScheduleBuilderImpl.build()PrincipalPaymentSchedule.PrincipalPaymentScheduleImpl.build()PrincipalPayments.getPrincipalPaymentSchedule()Describe dates schedules for Principal Exchanges and related role of the parties when known.PrincipalPayments.PrincipalPaymentsImpl.getPrincipalPaymentSchedule()Methods in cdm.product.common.settlement that return types with arguments of type PrincipalPaymentScheduleModifier and TypeMethodDescriptiondefault Class<? extends PrincipalPaymentSchedule> PrincipalPaymentSchedule.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PrincipalPaymentSchedule> PrincipalPaymentSchedule.metaData()Utility MethodsMethods in cdm.product.common.settlement with parameters of type PrincipalPaymentScheduleModifier and TypeMethodDescriptionPrincipalPayments.PrincipalPaymentsBuilder.setPrincipalPaymentSchedule(PrincipalPaymentSchedule principalPaymentSchedule) PrincipalPayments.PrincipalPaymentsBuilderImpl.setPrincipalPaymentSchedule(PrincipalPaymentSchedule _principalPaymentSchedule) -
Uses of PrincipalPaymentSchedule in cdm.product.common.settlement.meta
Methods in cdm.product.common.settlement.meta that return types with arguments of type PrincipalPaymentScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PrincipalPaymentSchedule>> PrincipalPaymentScheduleMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PrincipalPaymentSchedule, com.rosetta.model.lib.qualify.QualifyResult>> PrincipalPaymentScheduleMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PrincipalPaymentSchedule, Set<String>> PrincipalPaymentScheduleMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PrincipalPaymentSchedule> PrincipalPaymentScheduleMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PrincipalPaymentSchedule> PrincipalPaymentScheduleMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PrincipalPaymentSchedule> PrincipalPaymentScheduleMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PrincipalPaymentSchedule> PrincipalPaymentScheduleMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PrincipalPaymentSchedule in cdm.product.common.settlement.validation
Methods in cdm.product.common.settlement.validation with parameters of type PrincipalPaymentScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PrincipalPaymentScheduleTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PrincipalPaymentSchedule o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PrincipalPaymentScheduleValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PrincipalPaymentSchedule o) -
Uses of PrincipalPaymentSchedule in cdm.product.common.settlement.validation.exists
Methods in cdm.product.common.settlement.validation.exists with type parameters of type PrincipalPaymentScheduleModifier and TypeMethodDescription<T2 extends PrincipalPaymentSchedule>
com.rosetta.model.lib.validation.ValidationResult<PrincipalPaymentSchedule> PrincipalPaymentScheduleOnlyExistsValidator.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 PrincipalPaymentScheduleModifier and TypeMethodDescription<T2 extends PrincipalPaymentSchedule>
com.rosetta.model.lib.validation.ValidationResult<PrincipalPaymentSchedule> PrincipalPaymentScheduleOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)