Uses of Class
org.isda.cdm.metafields.FieldWithMetaDate
-
Packages that use FieldWithMetaDate Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of FieldWithMetaDate in org.isda.cdm
Methods in org.isda.cdm that return FieldWithMetaDate Modifier and Type Method Description FieldWithMetaDate
AdjustableDate. getAdjustedDate()
The date once the adjustment has been performed.FieldWithMetaDate
AdjustableOrAdjustedDate. getAdjustedDate()
The date once the adjustment has been performed.FieldWithMetaDate
AdjustableOrAdjustedOrRelativeDate. getAdjustedDate()
The date once the adjustment has been performed.FieldWithMetaDate
MakeWholeAmount. 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.FieldWithMetaDate
Execution. getTradeDate()
The trade/execution date.Methods in org.isda.cdm that return types with arguments of type FieldWithMetaDate Modifier and Type Method Description java.util.List<FieldWithMetaDate>
AdjustableDates. getAdjustedDate()
The date(s) once the adjustment has been performed.Method parameters in org.isda.cdm with type arguments of type FieldWithMetaDate Modifier and Type Method Description AdjustableDates.AdjustableDatesBuilder
AdjustableDates.AdjustableDatesBuilder. addAdjustedDate(java.util.List<FieldWithMetaDate> adjustedDates)
-
Uses of FieldWithMetaDate in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return FieldWithMetaDate Modifier and Type Method Description FieldWithMetaDate
FieldWithMetaDate.FieldWithMetaDateBuilder. build()
Methods in org.isda.cdm.metafields that return types with arguments of type FieldWithMetaDate Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends FieldWithMetaDate>
FieldWithMetaDate.FieldWithMetaDateBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends FieldWithMetaDate>
FieldWithMetaDate. metaData()
-