Uses of Class
org.isda.cdm.AdjustableDates
-
Packages that use AdjustableDates Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of AdjustableDates in org.isda.cdm
Methods in org.isda.cdm that return AdjustableDates Modifier and Type Method Description AdjustableDates
AdjustableDates.AdjustableDatesBuilder. build()
AdjustableDates
AdjustableOrRelativeDates. getAdjustableDates()
A series of dates that shall be subject to adjustment if they 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.AdjustableDates
CashSettlementPaymentDate. getAdjustableDates()
A series of dates that shall be subject to adjustment if they 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.AdjustableDates
NonDeliverableSettlement. getFxFixingSchedule()
The date, when expressed as a schedule of date(s), on which the currency rate will be determined for the purpose of specifying the amount in deliverable currency.Methods in org.isda.cdm that return types with arguments of type AdjustableDates Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableDates>
AdjustableDates.AdjustableDatesBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableDates>
AdjustableDates. metaData()
Methods in org.isda.cdm with parameters of type AdjustableDates Modifier and Type Method Description AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder. setAdjustableDates(AdjustableDates adjustableDates)
CashSettlementPaymentDate.CashSettlementPaymentDateBuilder
CashSettlementPaymentDate.CashSettlementPaymentDateBuilder. setAdjustableDates(AdjustableDates adjustableDates)
NonDeliverableSettlement.NonDeliverableSettlementBuilder
NonDeliverableSettlement.NonDeliverableSettlementBuilder. setFxFixingSchedule(AdjustableDates fxFixingSchedule)
-
Uses of AdjustableDates in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AdjustableDates Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AdjustableDates>>
AdjustableDatesMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AdjustableDates>>
AdjustableDatesMeta. dataRules()
java.util.List<java.util.function.Function<? super AdjustableDates,com.rosetta.model.lib.qualify.QualifyResult>>
AdjustableDatesMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AdjustableDates,java.lang.String>
AdjustableDatesMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AdjustableDates>
AdjustableDatesMeta. validator()
-
Uses of AdjustableDates in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AdjustableDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDates>
AdjustableDatesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AdjustableDates>
AdjustableDatesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDates o)
Methods in org.isda.cdm.validation with parameters of type AdjustableDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDates>
AdjustableDatesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDates o)
-
Uses of AdjustableDates in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AdjustableDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDates>
AdjustableDatesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AdjustableDates>
AdjustableDatesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDates o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AdjustableDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableDates>
AdjustableDatesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableDates o, java.lang.String field)
-