Uses of Interface
cdm.base.datetime.AdjustableDates.AdjustableDatesBuilder
Packages that use AdjustableDates.AdjustableDatesBuilder
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of AdjustableDates.AdjustableDatesBuilder in cdm.base.datetime
Classes in cdm.base.datetime that implement AdjustableDates.AdjustableDatesBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of AdjustableDatesFields in cdm.base.datetime declared as AdjustableDates.AdjustableDatesBuilderModifier and TypeFieldDescriptionprotected AdjustableDates.AdjustableDatesBuilderAdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilderImpl.adjustableDatesprotected AdjustableDates.AdjustableDatesBuilderAdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilderImpl.adjustableDatesMethods in cdm.base.datetime that return AdjustableDates.AdjustableDatesBuilderModifier and TypeMethodDescriptionAdjustableDates.AdjustableDatesBuilder.addAdjustedDate(FieldWithMetaDate adjustedDate) AdjustableDates.AdjustableDatesBuilder.addAdjustedDate(FieldWithMetaDate adjustedDate, int idx) AdjustableDates.AdjustableDatesBuilder.addAdjustedDate(List<? extends FieldWithMetaDate> adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDate(FieldWithMetaDate _adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDate(FieldWithMetaDate _adjustedDate, int idx) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDate(List<? extends FieldWithMetaDate> adjustedDates) AdjustableDates.AdjustableDatesBuilder.addAdjustedDateValue(com.rosetta.model.lib.records.Date adjustedDate) AdjustableDates.AdjustableDatesBuilder.addAdjustedDateValue(com.rosetta.model.lib.records.Date adjustedDate, int idx) AdjustableDates.AdjustableDatesBuilder.addAdjustedDateValue(List<? extends com.rosetta.model.lib.records.Date> adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDateValue(com.rosetta.model.lib.records.Date _adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDateValue(com.rosetta.model.lib.records.Date _adjustedDate, int idx) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDateValue(List<? extends com.rosetta.model.lib.records.Date> adjustedDates) AdjustableDates.AdjustableDatesBuilder.addUnadjustedDate(com.rosetta.model.lib.records.Date unadjustedDate) AdjustableDates.AdjustableDatesBuilder.addUnadjustedDate(com.rosetta.model.lib.records.Date unadjustedDate, int idx) AdjustableDates.AdjustableDatesBuilder.addUnadjustedDate(List<com.rosetta.model.lib.records.Date> unadjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.addUnadjustedDate(com.rosetta.model.lib.records.Date _unadjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.addUnadjustedDate(com.rosetta.model.lib.records.Date _unadjustedDate, int idx) AdjustableDates.AdjustableDatesBuilderImpl.addUnadjustedDate(List<com.rosetta.model.lib.records.Date> unadjustedDates) AdjustableDates.builder()AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder.getAdjustableDates()AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilderImpl.getAdjustableDates()AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilder.getAdjustableDates()AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilderImpl.getAdjustableDates()AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder.getOrCreateAdjustableDates()AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilderImpl.getOrCreateAdjustableDates()AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilder.getOrCreateAdjustableDates()AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilderImpl.getOrCreateAdjustableDates()AdjustableDates.AdjustableDatesBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) AdjustableDates.AdjustableDatesBuilder.prune()AdjustableDates.AdjustableDatesBuilderImpl.prune()AdjustableDates.AdjustableDatesBuilder.setAdjustedDate(List<? extends FieldWithMetaDate> adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.setAdjustedDate(List<? extends FieldWithMetaDate> adjustedDates) AdjustableDates.AdjustableDatesBuilder.setAdjustedDateValue(List<? extends com.rosetta.model.lib.records.Date> adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.setAdjustedDateValue(List<? extends com.rosetta.model.lib.records.Date> adjustedDates) AdjustableDates.AdjustableDatesBuilder.setDateAdjustments(BusinessDayAdjustments dateAdjustments) AdjustableDates.AdjustableDatesBuilderImpl.setDateAdjustments(BusinessDayAdjustments _dateAdjustments) AdjustableDates.AdjustableDatesBuilder.setMeta(com.rosetta.model.metafields.MetaFields meta) AdjustableDates.AdjustableDatesBuilderImpl.setMeta(com.rosetta.model.metafields.MetaFields _meta) AdjustableDates.AdjustableDatesBuilder.setUnadjustedDate(List<com.rosetta.model.lib.records.Date> unadjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.setUnadjustedDate(List<com.rosetta.model.lib.records.Date> unadjustedDates) AdjustableDates.AdjustableDatesBuilderImpl.toBuilder()AdjustableDates.AdjustableDatesImpl.toBuilder()AdjustableDates.toBuilder()Methods in cdm.base.datetime with parameters of type AdjustableDates.AdjustableDatesBuilderModifier and TypeMethodDescriptionprotected voidAdjustableDates.AdjustableDatesImpl.setBuilderFields(AdjustableDates.AdjustableDatesBuilder builder) Constructors in cdm.base.datetime with parameters of type AdjustableDates.AdjustableDatesBuilderModifierConstructorDescriptionprotected -
Uses of AdjustableDates.AdjustableDatesBuilder in cdm.product.common.settlement
Fields in cdm.product.common.settlement declared as AdjustableDates.AdjustableDatesBuilderModifier and TypeFieldDescriptionprotected AdjustableDates.AdjustableDatesBuilderSettlementDate.SettlementDateBuilderImpl.adjustableDatesprotected AdjustableDates.AdjustableDatesBuilderValuationDate.ValuationDateBuilderImpl.fxFixingScheduleFields in cdm.product.common.settlement with type parameters of type AdjustableDates.AdjustableDatesBuilderModifier and TypeFieldDescriptionprotected List<AdjustableDates.AdjustableDatesBuilder> PricingDates.PricingDatesBuilderImpl.specifiedDatesMethods in cdm.product.common.settlement that return AdjustableDates.AdjustableDatesBuilderModifier and TypeMethodDescriptionSettlementDate.SettlementDateBuilder.getAdjustableDates()SettlementDate.SettlementDateBuilderImpl.getAdjustableDates()ValuationDate.ValuationDateBuilder.getFxFixingSchedule()ValuationDate.ValuationDateBuilderImpl.getFxFixingSchedule()SettlementDate.SettlementDateBuilder.getOrCreateAdjustableDates()SettlementDate.SettlementDateBuilderImpl.getOrCreateAdjustableDates()ValuationDate.ValuationDateBuilder.getOrCreateFxFixingSchedule()ValuationDate.ValuationDateBuilderImpl.getOrCreateFxFixingSchedule()PricingDates.PricingDatesBuilder.getOrCreateSpecifiedDates(int index) PricingDates.PricingDatesBuilderImpl.getOrCreateSpecifiedDates(int index) Methods in cdm.product.common.settlement that return types with arguments of type AdjustableDates.AdjustableDatesBuilderModifier and TypeMethodDescriptionList<? extends AdjustableDates.AdjustableDatesBuilder> PricingDates.PricingDatesBuilder.getSpecifiedDates()List<? extends AdjustableDates.AdjustableDatesBuilder> PricingDates.PricingDatesBuilderImpl.getSpecifiedDates()