Uses of Interface
com.rosetta.model.metafields.FieldWithMetaDate
Packages that use FieldWithMetaDate
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Business event concepts: primitives, contract state and associated state transition function specifications.
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of FieldWithMetaDate in cdm.base.datetime
Methods in cdm.base.datetime that return FieldWithMetaDateModifier and TypeMethodDescriptionAdjustableDate.AdjustableDateImpl.getAdjustedDate()AdjustableDate.getAdjustedDate()The date once the adjustment has been performed.AdjustableOrAdjustedDate.AdjustableOrAdjustedDateImpl.getAdjustedDate()AdjustableOrAdjustedDate.getAdjustedDate()The date once the adjustment has been performed.AdjustableOrAdjustedOrRelativeDate.AdjustableOrAdjustedOrRelativeDateImpl.getAdjustedDate()AdjustableOrAdjustedOrRelativeDate.getAdjustedDate()The date once the adjustment has been performed.Methods in cdm.base.datetime that return types with arguments of type FieldWithMetaDateModifier and TypeMethodDescriptionList<? extends FieldWithMetaDate> AdjustableDates.AdjustableDatesImpl.getAdjustedDate()List<? extends FieldWithMetaDate> AdjustableDates.getAdjustedDate()The date(s) once the adjustment has been performed.Methods in cdm.base.datetime with parameters of type FieldWithMetaDateModifier and TypeMethodDescriptionAdjustableDates.AdjustableDatesBuilder.addAdjustedDate(FieldWithMetaDate adjustedDate) AdjustableDates.AdjustableDatesBuilder.addAdjustedDate(FieldWithMetaDate adjustedDate, int idx) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDate(FieldWithMetaDate _adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDate(FieldWithMetaDate _adjustedDate, int idx) AdjustableDate.AdjustableDateBuilder.setAdjustedDate(FieldWithMetaDate adjustedDate) AdjustableDate.AdjustableDateBuilderImpl.setAdjustedDate(FieldWithMetaDate _adjustedDate) AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder.setAdjustedDate(FieldWithMetaDate adjustedDate) AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilderImpl.setAdjustedDate(FieldWithMetaDate _adjustedDate) AdjustableOrAdjustedOrRelativeDate.AdjustableOrAdjustedOrRelativeDateBuilder.setAdjustedDate(FieldWithMetaDate adjustedDate) AdjustableOrAdjustedOrRelativeDate.AdjustableOrAdjustedOrRelativeDateBuilderImpl.setAdjustedDate(FieldWithMetaDate _adjustedDate) Method parameters in cdm.base.datetime with type arguments of type FieldWithMetaDateModifier and TypeMethodDescriptionAdjustableDates.AdjustableDatesBuilder.addAdjustedDate(List<? extends FieldWithMetaDate> adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.addAdjustedDate(List<? extends FieldWithMetaDate> adjustedDates) AdjustableDates.AdjustableDatesBuilder.setAdjustedDate(List<? extends FieldWithMetaDate> adjustedDate) AdjustableDates.AdjustableDatesBuilderImpl.setAdjustedDate(List<? extends FieldWithMetaDate> adjustedDates) -
Uses of FieldWithMetaDate in cdm.event.common
Methods in cdm.event.common that return FieldWithMetaDateModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionImpl.getTradeDate()ExecutionInstruction.getTradeDate()Denotes the trade/execution date.Trade.getTradeDate()Specifies the date which the trade was agreed.Trade.TradeImpl.getTradeDate()Methods in cdm.event.common with parameters of type FieldWithMetaDateModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionBuilder.setTradeDate(FieldWithMetaDate tradeDate) ExecutionInstruction.ExecutionInstructionBuilderImpl.setTradeDate(FieldWithMetaDate _tradeDate) Trade.TradeBuilder.setTradeDate(FieldWithMetaDate tradeDate) Trade.TradeBuilderImpl.setTradeDate(FieldWithMetaDate _tradeDate) -
Uses of FieldWithMetaDate in cdm.observable.asset
Methods in cdm.observable.asset that return FieldWithMetaDateModifier and TypeMethodDescriptionMakeWholeAmount.getEarlyCallDate()Date prior to which the option buyer will have to pay a Make Whole Amount to the option seller if he/she exercises the option.MakeWholeAmount.MakeWholeAmountImpl.getEarlyCallDate()Methods in cdm.observable.asset with parameters of type FieldWithMetaDateModifier and TypeMethodDescriptionMakeWholeAmount.MakeWholeAmountBuilder.setEarlyCallDate(FieldWithMetaDate earlyCallDate) MakeWholeAmount.MakeWholeAmountBuilderImpl.setEarlyCallDate(FieldWithMetaDate _earlyCallDate) -
Uses of FieldWithMetaDate in com.rosetta.model.metafields
Subinterfaces of FieldWithMetaDate in com.rosetta.model.metafieldsModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in com.rosetta.model.metafields that implement FieldWithMetaDateModifier and TypeClassDescriptionstatic classBuilder Implementation of FieldWithMetaDatestatic classImmutable Implementation of FieldWithMetaDateMethods in com.rosetta.model.metafields that return FieldWithMetaDateModifier and TypeMethodDescriptionFieldWithMetaDate.build()Build MethodsFieldWithMetaDate.FieldWithMetaDateBuilderImpl.build()FieldWithMetaDate.FieldWithMetaDateImpl.build()Methods in com.rosetta.model.metafields that return types with arguments of type FieldWithMetaDateModifier and TypeMethodDescriptiondefault Class<? extends FieldWithMetaDate> FieldWithMetaDate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FieldWithMetaDate> FieldWithMetaDate.metaData()Utility Methods