Uses of Interface
cdm.product.common.schedule.DateRelativeToPaymentDates
Packages that use DateRelativeToPaymentDates
Package
Description
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of DateRelativeToPaymentDates in cdm.product.common.schedule
Subinterfaces of DateRelativeToPaymentDates in cdm.product.common.scheduleModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.schedule that implement DateRelativeToPaymentDatesModifier and TypeClassDescriptionstatic classBuilder Implementation of DateRelativeToPaymentDatesstatic classImmutable Implementation of DateRelativeToPaymentDatesMethods in cdm.product.common.schedule that return DateRelativeToPaymentDatesModifier and TypeMethodDescriptionDateRelativeToPaymentDates.build()Build MethodsDateRelativeToPaymentDates.DateRelativeToPaymentDatesBuilderImpl.build()DateRelativeToPaymentDates.DateRelativeToPaymentDatesImpl.build()Methods in cdm.product.common.schedule that return types with arguments of type DateRelativeToPaymentDatesModifier and TypeMethodDescriptiondefault Class<? extends DateRelativeToPaymentDates> DateRelativeToPaymentDates.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DateRelativeToPaymentDates> DateRelativeToPaymentDates.metaData()Utility Methods -
Uses of DateRelativeToPaymentDates in cdm.product.common.schedule.meta
Methods in cdm.product.common.schedule.meta that return types with arguments of type DateRelativeToPaymentDatesModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DateRelativeToPaymentDates>> DateRelativeToPaymentDatesMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DateRelativeToPaymentDates, com.rosetta.model.lib.qualify.QualifyResult>> DateRelativeToPaymentDatesMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DateRelativeToPaymentDates, Set<String>> DateRelativeToPaymentDatesMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DateRelativeToPaymentDates> DateRelativeToPaymentDatesMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DateRelativeToPaymentDates> DateRelativeToPaymentDatesMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DateRelativeToPaymentDates> DateRelativeToPaymentDatesMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DateRelativeToPaymentDates> DateRelativeToPaymentDatesMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DateRelativeToPaymentDates in cdm.product.common.schedule.validation
Methods in cdm.product.common.schedule.validation with parameters of type DateRelativeToPaymentDatesModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DateRelativeToPaymentDatesTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DateRelativeToPaymentDates o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DateRelativeToPaymentDatesValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DateRelativeToPaymentDates o) -
Uses of DateRelativeToPaymentDates in cdm.product.common.schedule.validation.exists
Methods in cdm.product.common.schedule.validation.exists with type parameters of type DateRelativeToPaymentDatesModifier and TypeMethodDescription<T2 extends DateRelativeToPaymentDates>
com.rosetta.model.lib.validation.ValidationResult<DateRelativeToPaymentDates> DateRelativeToPaymentDatesOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.schedule.validation.exists that return types with arguments of type DateRelativeToPaymentDatesModifier and TypeMethodDescription<T2 extends DateRelativeToPaymentDates>
com.rosetta.model.lib.validation.ValidationResult<DateRelativeToPaymentDates> DateRelativeToPaymentDatesOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of DateRelativeToPaymentDates in cdm.product.common.settlement
Methods in cdm.product.common.settlement that return DateRelativeToPaymentDatesModifier and TypeMethodDescriptionFxFixingDate.FxFixingDateImpl.getDateRelativeToPaymentDates()FxFixingDate.getDateRelativeToPaymentDates()The payment date references on which settlements in non-deliverable currency are due and will then have to be converted according to the terms specified through the other parts of the nonDeliverableSettlement structure.Methods in cdm.product.common.settlement with parameters of type DateRelativeToPaymentDatesModifier and TypeMethodDescriptionFxFixingDate.FxFixingDateBuilder.setDateRelativeToPaymentDates(DateRelativeToPaymentDates dateRelativeToPaymentDates) FxFixingDate.FxFixingDateBuilderImpl.setDateRelativeToPaymentDates(DateRelativeToPaymentDates _dateRelativeToPaymentDates)