Uses of Class
org.isda.cdm.BusinessDayAdjustments
-
Packages that use BusinessDayAdjustments Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.metafields org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of BusinessDayAdjustments in org.isda.cdm
Methods in org.isda.cdm that return BusinessDayAdjustments Modifier and Type Method Description BusinessDayAdjustments
BusinessDayAdjustments.BusinessDayAdjustmentsBuilder. build()
BusinessDayAdjustments
CalculationPeriodDates. getCalculationPeriodDatesAdjustments()
The specification of the business day convention and financial business centers used for adjusting any calculation period date if it would otherwise fall on a day that is not a business day in the specified business center.BusinessDayAdjustments
AdjustableDate. getDateAdjustments()
The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.BusinessDayAdjustments
AdjustableDates. getDateAdjustments()
The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.BusinessDayAdjustments
AdjustableOrAdjustedDate. getDateAdjustments()
The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.BusinessDayAdjustments
AdjustableOrAdjustedOrRelativeDate. getDateAdjustments()
The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.BusinessDayAdjustments
EconomicTerms. getDateAdjustments()
The business day adjustment convention when it applies across all the payout components.BusinessDayAdjustments
PaymentDates. getPaymentDatesAdjustments()
The definition of the business day convention and financial business centers used for adjusting the payment date if it would otherwise fall on a day that is not a business day in the specified business center.BusinessDayAdjustments
AdjustedRelativeDateOffset. getRelativeDateAdjustments()
The business day convention and financial business centers used for adjusting the relative date if it would otherwise fall on a day that is not a business date in the specified business centers.BusinessDayAdjustments
ResetDates. getResetDatesAdjustments()
The definition of the business day convention and financial business centers used for adjusting the reset date if it would otherwise fall on a day that is not a business day in the specified business center.Methods in org.isda.cdm that return types with arguments of type BusinessDayAdjustments Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessDayAdjustments>
BusinessDayAdjustments.BusinessDayAdjustmentsBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessDayAdjustments>
BusinessDayAdjustments. metaData()
-
Uses of BusinessDayAdjustments in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type BusinessDayAdjustments Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super BusinessDayAdjustments>>
BusinessDayAdjustmentsMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super BusinessDayAdjustments>>
BusinessDayAdjustmentsMeta. dataRules()
java.util.List<java.util.function.Function<? super BusinessDayAdjustments,com.rosetta.model.lib.qualify.QualifyResult>>
BusinessDayAdjustmentsMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super BusinessDayAdjustments,java.lang.String>
BusinessDayAdjustmentsMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super BusinessDayAdjustments>
BusinessDayAdjustmentsMeta. validator()
-
Uses of BusinessDayAdjustments in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return BusinessDayAdjustments Modifier and Type Method Description BusinessDayAdjustments
ReferenceWithMetaBusinessDayAdjustments. getValue()
Methods in org.isda.cdm.metafields with parameters of type BusinessDayAdjustments Modifier and Type Method Description ReferenceWithMetaBusinessDayAdjustments.ReferenceWithMetaBusinessDayAdjustmentsBuilder
ReferenceWithMetaBusinessDayAdjustments.ReferenceWithMetaBusinessDayAdjustmentsBuilder. setValue(BusinessDayAdjustments value)
-
Uses of BusinessDayAdjustments in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type BusinessDayAdjustments Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BusinessDayAdjustments>
BusinessDayAdjustmentsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<BusinessDayAdjustments>
BusinessDayAdjustmentsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BusinessDayAdjustments o)
Methods in org.isda.cdm.validation with parameters of type BusinessDayAdjustments Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BusinessDayAdjustments>
BusinessDayAdjustmentsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BusinessDayAdjustments o)
-
Uses of BusinessDayAdjustments in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type BusinessDayAdjustments Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BusinessDayAdjustments>
BusinessDayAdjustmentsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<BusinessDayAdjustments>
BusinessDayAdjustmentsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BusinessDayAdjustments o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type BusinessDayAdjustments Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BusinessDayAdjustments>
BusinessDayAdjustmentsOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BusinessDayAdjustments o, java.lang.String field)
-