Uses of Class
org.isda.cdm.AdjustableDate
-
Packages that use AdjustableDate Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of AdjustableDate in org.isda.cdm
Methods in org.isda.cdm that return AdjustableDate Modifier and Type Method Description AdjustableDate
AdjustableDate.AdjustableDateBuilder. build()
AdjustableDate
AdjustableOrRelativeDate. getAdjustableDate()
A date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.AdjustableDate
DividendPaymentDate. getAdjustableDate()
AdjustableDate
ResetDates. getFinalFixingDate()
This attribute is not part of the FpML ResetDate, and has been added as part of the CDM to support the credit derivatives final fixing date.AdjustableDate
CalculationPeriodDates. getFirstPeriodStartDate()
The start date of the calculation period.AdjustableDate
FxRateSourceFixing. getFixingDate()
The date on which the fixing is scheduled to occur.AdjustableDate
MandatoryEarlyTermination. getMandatoryEarlyTerminationDate()
The early termination date associated with a mandatory early termination of a swap.AdjustableDate
InterestRatePayout. getPaymentDate()
The payment date, where only one date is specified, as for the FRA product.Methods in org.isda.cdm that return types with arguments of type AdjustableDate Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableDate>
AdjustableDate.AdjustableDateBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableDate>
AdjustableDate. metaData()
-
Uses of AdjustableDate in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AdjustableDate Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AdjustableDate>>
AdjustableDateMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AdjustableDate>>
AdjustableDateMeta. dataRules()
java.util.List<java.util.function.Function<? super AdjustableDate,com.rosetta.model.lib.qualify.QualifyResult>>
AdjustableDateMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AdjustableDate,java.lang.String>
AdjustableDateMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AdjustableDate>
AdjustableDateMeta. validator()
-
Uses of AdjustableDate in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AdjustableDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDate o)
Methods in org.isda.cdm.validation with parameters of type AdjustableDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDate o)
-
Uses of AdjustableDate in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type AdjustableDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDate object)
Methods in org.isda.cdm.validation.choicerule with parameters of type AdjustableDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDate object)
-
Uses of AdjustableDate in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AdjustableDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDate o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AdjustableDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDate>
AdjustableDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDate o, java.lang.String field)
-