Uses of Class
org.isda.cdm.RelativeDateOffset
-
Packages that use RelativeDateOffset Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of RelativeDateOffset in org.isda.cdm
Subclasses of RelativeDateOffset in org.isda.cdm Modifier and Type Class Description class
AdjustedRelativeDateOffset
A type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date) plus optional date adjustments.class
RelativeDates
A class describing a set of dates defined as relative to another set of dates.Methods in org.isda.cdm that return RelativeDateOffset Modifier and Type Method Description RelativeDateOffset
RelativeDateOffset.RelativeDateOffsetBuilder. build()
RelativeDateOffset
OptionCashSettlement. getCashSettlementValuationDate()
The date on which the cash settlement amount will be determined according to the cash settlement method if the parties have not otherwise been able to agree the cash settlement amount.RelativeDateOffset
ExerciseFee. getFeePaymentDate()
The date on which exercise fee(s) will be paid.RelativeDateOffset
ExerciseFeeSchedule. getFeePaymentDate()
The date on which exercise fee(s) will be paid.RelativeDateOffset
ResetDates. getFixingDates()
The fixing dates are the dates on which the index values are observed.RelativeDateOffset
AdjustableOrAdjustedOrRelativeDate. getRelativeDate()
A date specified as some offset to another date (the anchor date).RelativeDateOffset
CashSettlementPaymentDate. getRelativeDate()
A date specified as some offset to another date (the anchor date).RelativeDateOffset
Composite. getRelativeDate()
A date specified as some offset to another date (the anchor date).RelativeDateOffset
InitialFixingDate. getRelativeDateOffset()
RelativeDateOffset
FxLinkedNotionalSchedule. getVaryingNotionalFixingDates()
The dates on which spot currency exchange rates are observed for purposes of determining the varying notional currency amount that will apply to a calculation period.RelativeDateOffset
FxLinkedNotionalSchedule. getVaryingNotionalInterimExchangePaymentDates()
The dates on which interim exchanges of notional are paid.Methods in org.isda.cdm that return types with arguments of type RelativeDateOffset Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends RelativeDateOffset>
RelativeDateOffset. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends RelativeDateOffset>
RelativeDateOffset.RelativeDateOffsetBuilder. metaData()
-
Uses of RelativeDateOffset in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type RelativeDateOffset Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super RelativeDateOffset>>
RelativeDateOffsetMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super RelativeDateOffset>>
RelativeDateOffsetMeta. dataRules()
java.util.List<java.util.function.Function<? super RelativeDateOffset,com.rosetta.model.lib.qualify.QualifyResult>>
RelativeDateOffsetMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super RelativeDateOffset,java.lang.String>
RelativeDateOffsetMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super RelativeDateOffset>
RelativeDateOffsetMeta. validator()
-
Uses of RelativeDateOffset in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type RelativeDateOffset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<RelativeDateOffset>
RelativeDateOffsetValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<RelativeDateOffset>
RelativeDateOffsetValidator. validate(com.rosetta.model.lib.path.RosettaPath path, RelativeDateOffset o)
Methods in org.isda.cdm.validation with parameters of type RelativeDateOffset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<RelativeDateOffset>
RelativeDateOffsetValidator. validate(com.rosetta.model.lib.path.RosettaPath path, RelativeDateOffset o)
-
Uses of RelativeDateOffset in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type RelativeDateOffset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<RelativeDateOffset>
RelativeDateOffsetOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<RelativeDateOffset>
RelativeDateOffsetOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, RelativeDateOffset o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type RelativeDateOffset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<RelativeDateOffset>
RelativeDateOffsetOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, RelativeDateOffset o, java.lang.String field)
-