Uses of Interface
cdm.legaldocumentation.csa.DatedAsOfDate
Packages that use DatedAsOfDate
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of DatedAsOfDate in cdm.legaldocumentation.csa
Subinterfaces of DatedAsOfDate in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement DatedAsOfDateModifier and TypeClassDescriptionstatic classBuilder Implementation of DatedAsOfDatestatic classImmutable Implementation of DatedAsOfDateMethods in cdm.legaldocumentation.csa that return DatedAsOfDateModifier and TypeMethodDescriptionDatedAsOfDate.build()Build MethodsDatedAsOfDate.DatedAsOfDateBuilderImpl.build()DatedAsOfDate.DatedAsOfDateImpl.build()CreditSupportAgreementElections.CreditSupportAgreementElectionsImpl.getDatedAsOfDate()CreditSupportAgreementElections.getDatedAsOfDate()Defines the dates agreed by the parties as the date of the Credit Support Annex or Credit Support Deed.Methods in cdm.legaldocumentation.csa that return types with arguments of type DatedAsOfDateModifier and TypeMethodDescriptiondefault Class<? extends DatedAsOfDate> DatedAsOfDate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DatedAsOfDate> DatedAsOfDate.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type DatedAsOfDateModifier and TypeMethodDescriptionCreditSupportAgreementElections.CreditSupportAgreementElectionsBuilder.setDatedAsOfDate(DatedAsOfDate datedAsOfDate) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilderImpl.setDatedAsOfDate(DatedAsOfDate _datedAsOfDate) -
Uses of DatedAsOfDate in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type DatedAsOfDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DatedAsOfDate>> DatedAsOfDateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DatedAsOfDate, com.rosetta.model.lib.qualify.QualifyResult>> DatedAsOfDateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DatedAsOfDate, Set<String>> DatedAsOfDateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DatedAsOfDate> DatedAsOfDateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DatedAsOfDate> DatedAsOfDateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DatedAsOfDate> DatedAsOfDateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DatedAsOfDate> DatedAsOfDateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DatedAsOfDate in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type DatedAsOfDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DatedAsOfDateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DatedAsOfDate o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DatedAsOfDateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DatedAsOfDate o) -
Uses of DatedAsOfDate in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type DatedAsOfDateModifier and TypeMethodDescription<T2 extends DatedAsOfDate>
com.rosetta.model.lib.validation.ValidationResult<DatedAsOfDate> DatedAsOfDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.csa.validation.exists that return types with arguments of type DatedAsOfDateModifier and TypeMethodDescription<T2 extends DatedAsOfDate>
com.rosetta.model.lib.validation.ValidationResult<DatedAsOfDate> DatedAsOfDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)