Uses of Interface
cdm.base.datetime.CustomisableOffset
Packages that use CustomisableOffset
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CustomisableOffset in cdm.base.datetime
Subinterfaces of CustomisableOffset in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement CustomisableOffsetModifier and TypeClassDescriptionstatic classBuilder Implementation of CustomisableOffsetstatic classImmutable Implementation of CustomisableOffsetMethods in cdm.base.datetime that return CustomisableOffsetModifier and TypeMethodDescriptionCustomisableOffset.build()Build MethodsCustomisableOffset.CustomisableOffsetBuilderImpl.build()CustomisableOffset.CustomisableOffsetImpl.build()Methods in cdm.base.datetime that return types with arguments of type CustomisableOffsetModifier and TypeMethodDescriptiondefault Class<? extends CustomisableOffset> CustomisableOffset.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CustomisableOffset> CustomisableOffset.metaData()Utility Methods -
Uses of CustomisableOffset in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type CustomisableOffsetModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CustomisableOffset>> CustomisableOffsetMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CustomisableOffset, com.rosetta.model.lib.qualify.QualifyResult>> CustomisableOffsetMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CustomisableOffset, Set<String>> CustomisableOffsetMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CustomisableOffset> CustomisableOffsetMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CustomisableOffset> CustomisableOffsetMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CustomisableOffset> CustomisableOffsetMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CustomisableOffset> CustomisableOffsetMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CustomisableOffset in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type CustomisableOffsetModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CustomisableOffsetTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CustomisableOffset o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CustomisableOffsetValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CustomisableOffset o) -
Uses of CustomisableOffset in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type CustomisableOffsetModifier and TypeMethodDescription<T2 extends CustomisableOffset>
com.rosetta.model.lib.validation.ValidationResult<CustomisableOffset> CustomisableOffsetOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.datetime.validation.exists that return types with arguments of type CustomisableOffsetModifier and TypeMethodDescription<T2 extends CustomisableOffset>
com.rosetta.model.lib.validation.ValidationResult<CustomisableOffset> CustomisableOffsetOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of CustomisableOffset in cdm.legaldocumentation.csa
Methods in cdm.legaldocumentation.csa that return CustomisableOffsetModifier and TypeMethodDescriptionCustodianEventEndDate.CustodianEventEndDateImpl.getDateOfTimelyStatement()CustodianEventEndDate.getDateOfTimelyStatement()The parties' election to specify the number of days one party has effectively provided the Timely Statement to the other party.CustodianEventEndDate.CustodianEventEndDateImpl.getDaysAfterCustodianEvent()CustodianEventEndDate.getDaysAfterCustodianEvent()Election to specify the number of days after the occurrence of the Custodian Event/Collateral Management Event for the purpose of qualifying the CE/CME End Date.CustodianEventEndDate.CustodianEventEndDateImpl.getReleaseDate()CustodianEventEndDate.getReleaseDate()Election to specify the number of days prior to the termination of the Control Agreement /Collateral Management Event for the purpose of qualifying the CE/CME End Date, in the case where advance notice is given.PledgeeRepresentativeRider.getRepresentativeEndDate()The definition of representative end date in relation to a representative event.PledgeeRepresentativeRider.PledgeeRepresentativeRiderImpl.getRepresentativeEndDate()CustodianEventEndDate.CustodianEventEndDateImpl.getSafekeepingPeriodExpiry()CustodianEventEndDate.getSafekeepingPeriodExpiry()The parties' election to specify the number of days prior to the end of the safekeeping period (Clearstream CTA) purpose of qualifying the CE/CME End Date, in the case where advance notice is given.Methods in cdm.legaldocumentation.csa with parameters of type CustomisableOffsetModifier and TypeMethodDescriptionCustodianEventEndDate.CustodianEventEndDateBuilder.setDateOfTimelyStatement(CustomisableOffset dateOfTimelyStatement) CustodianEventEndDate.CustodianEventEndDateBuilderImpl.setDateOfTimelyStatement(CustomisableOffset _dateOfTimelyStatement) CustodianEventEndDate.CustodianEventEndDateBuilder.setDaysAfterCustodianEvent(CustomisableOffset daysAfterCustodianEvent) CustodianEventEndDate.CustodianEventEndDateBuilderImpl.setDaysAfterCustodianEvent(CustomisableOffset _daysAfterCustodianEvent) CustodianEventEndDate.CustodianEventEndDateBuilder.setReleaseDate(CustomisableOffset releaseDate) CustodianEventEndDate.CustodianEventEndDateBuilderImpl.setReleaseDate(CustomisableOffset _releaseDate) PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder.setRepresentativeEndDate(CustomisableOffset representativeEndDate) PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl.setRepresentativeEndDate(CustomisableOffset _representativeEndDate) CustodianEventEndDate.CustodianEventEndDateBuilder.setSafekeepingPeriodExpiry(CustomisableOffset safekeepingPeriodExpiry) CustodianEventEndDate.CustodianEventEndDateBuilderImpl.setSafekeepingPeriodExpiry(CustomisableOffset _safekeepingPeriodExpiry)