Uses of Interface
cdm.legaldocumentation.csa.AmendmentEffectiveDate
Packages that use AmendmentEffectiveDate
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of AmendmentEffectiveDate in cdm.legaldocumentation.csa
Subinterfaces of AmendmentEffectiveDate in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement AmendmentEffectiveDateModifier and TypeClassDescriptionstatic classBuilder Implementation of AmendmentEffectiveDatestatic classImmutable Implementation of AmendmentEffectiveDateMethods in cdm.legaldocumentation.csa that return AmendmentEffectiveDateModifier and TypeMethodDescriptionAmendmentEffectiveDate.AmendmentEffectiveDateBuilderImpl.build()AmendmentEffectiveDate.AmendmentEffectiveDateImpl.build()AmendmentEffectiveDate.build()Build MethodsMinimumTransferAmountAmendment.getEffectiveDate()The effective date of the Amendment to Termination Currency.MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentImpl.getEffectiveDate()TerminationCurrencyAmendment.getEffectiveDate()The effective date of the Amendment to Termination Currency.TerminationCurrencyAmendment.TerminationCurrencyAmendmentImpl.getEffectiveDate()Methods in cdm.legaldocumentation.csa that return types with arguments of type AmendmentEffectiveDateModifier and TypeMethodDescriptiondefault Class<? extends AmendmentEffectiveDate> AmendmentEffectiveDate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AmendmentEffectiveDate> AmendmentEffectiveDate.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type AmendmentEffectiveDateModifier and TypeMethodDescriptionMinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder.setEffectiveDate(AmendmentEffectiveDate effectiveDate) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilderImpl.setEffectiveDate(AmendmentEffectiveDate _effectiveDate) TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder.setEffectiveDate(AmendmentEffectiveDate effectiveDate) TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilderImpl.setEffectiveDate(AmendmentEffectiveDate _effectiveDate) -
Uses of AmendmentEffectiveDate in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type AmendmentEffectiveDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AmendmentEffectiveDate>> AmendmentEffectiveDateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AmendmentEffectiveDate, com.rosetta.model.lib.qualify.QualifyResult>> AmendmentEffectiveDateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AmendmentEffectiveDate, Set<String>> AmendmentEffectiveDateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AmendmentEffectiveDate> AmendmentEffectiveDateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AmendmentEffectiveDate> AmendmentEffectiveDateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AmendmentEffectiveDate> AmendmentEffectiveDateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AmendmentEffectiveDate> AmendmentEffectiveDateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AmendmentEffectiveDate in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type AmendmentEffectiveDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AmendmentEffectiveDateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AmendmentEffectiveDateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate o) -
Uses of AmendmentEffectiveDate in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type AmendmentEffectiveDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AmendmentEffectiveDateOneOf0.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate amendmentEffectiveDate) List<com.rosetta.model.lib.validation.ValidationResult<?>> AmendmentEffectiveDateOneOf0.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AmendmentEffectiveDate amendmentEffectiveDate) -
Uses of AmendmentEffectiveDate in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type AmendmentEffectiveDateModifier and TypeMethodDescription<T2 extends AmendmentEffectiveDate>
com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate> AmendmentEffectiveDateOnlyExistsValidator.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 AmendmentEffectiveDateModifier and TypeMethodDescription<T2 extends AmendmentEffectiveDate>
com.rosetta.model.lib.validation.ValidationResult<AmendmentEffectiveDate> AmendmentEffectiveDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)