Uses of Class
org.isda.cdm.Offset
-
Packages that use Offset Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of Offset in org.isda.cdm
Subclasses of Offset 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
FxFixingDate
A class that is extending the Offset structure for providing the ability to specify an FX fixing date as an offset to dates specified somewhere else in the document.class
RelativeDateOffset
A class defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date).class
RelativeDates
A class describing a set of dates defined as relative to another set of dates.Methods in org.isda.cdm that return Offset Modifier and Type Method Description Offset
Offset.OffsetBuilder. build()
Offset
GracePeriodExtension. getGracePeriod()
The number of calendar or business days after any due date that the reference entity has to fulfil its obligations before a failure to pay credit event is deemed to have occurred.Offset
InflationRateSpecification. getInflationLag()
An off-setting period from the payment date which determines the reference period for which the inflation index is observed.Offset
CustomisableOffset. getOffset()
Offset
DividendDateReference. getPaymentDateOffset()
Only to be used when SharePayment has been specified in the dividendDateReference element.Offset
PaymentDates. getPaymentDaysOffset()
If early payment or delayed payment is required, specifies the number of days offset that the payment occurs relative to what would otherwise be the unadjusted payment date.Offset
ResetDates. getRateCutOffDaysOffset()
Specifies the number of business days before the period end date when the rate cut-off date is assumed to apply.Methods in org.isda.cdm that return types with arguments of type Offset Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Offset>
Offset. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Offset>
Offset.OffsetBuilder. metaData()
Methods in org.isda.cdm with parameters of type Offset Modifier and Type Method Description GracePeriodExtension.GracePeriodExtensionBuilder
GracePeriodExtension.GracePeriodExtensionBuilder. setGracePeriod(Offset gracePeriod)
InflationRateSpecification.InflationRateSpecificationBuilder
InflationRateSpecification.InflationRateSpecificationBuilder. setInflationLag(Offset inflationLag)
CustomisableOffset.CustomisableOffsetBuilder
CustomisableOffset.CustomisableOffsetBuilder. setOffset(Offset offset)
DividendDateReference.DividendDateReferenceBuilder
DividendDateReference.DividendDateReferenceBuilder. setPaymentDateOffset(Offset paymentDateOffset)
PaymentDates.PaymentDatesBuilder
PaymentDates.PaymentDatesBuilder. setPaymentDaysOffset(Offset paymentDaysOffset)
ResetDates.ResetDatesBuilder
ResetDates.ResetDatesBuilder. setRateCutOffDaysOffset(Offset rateCutOffDaysOffset)
-
Uses of Offset in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Offset Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Offset>>
OffsetMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Offset>>
OffsetMeta. dataRules()
java.util.List<java.util.function.Function<? super Offset,com.rosetta.model.lib.qualify.QualifyResult>>
OffsetMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Offset,java.lang.String>
OffsetMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Offset>
OffsetMeta. validator()
-
Uses of Offset in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Offset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Offset o)
Methods in org.isda.cdm.validation with parameters of type Offset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Offset o)
-
Uses of Offset in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type Offset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetDayTypeDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder offset)
com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetDayTypeDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Offset offset)
Methods in org.isda.cdm.validation.datarule with parameters of type Offset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetDayTypeDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Offset offset)
-
Uses of Offset in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Offset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Offset o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Offset Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Offset>
OffsetOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Offset o, java.lang.String field)
-