Uses of Interface
cdm.legaldocumentation.csa.RightsEvents
Packages that use RightsEvents
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of RightsEvents in cdm.legaldocumentation.csa
Subinterfaces of RightsEvents in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement RightsEventsModifier and TypeClassDescriptionstatic classBuilder Implementation of RightsEventsstatic classImmutable Implementation of RightsEventsMethods in cdm.legaldocumentation.csa that return RightsEventsModifier and TypeMethodDescriptionRightsEvents.build()Build MethodsRightsEvents.RightsEventsBuilderImpl.build()RightsEvents.RightsEventsImpl.build()CollateralTransferAgreementElections.CollateralTransferAgreementElectionsImpl.getRightsEvents()CollateralTransferAgreementElections.getRightsEvents()The bespoke provisions that might be specified by the parties to the agreement to specify the rights of Security Taker and/or Security Provider when an Early Termination or Access Condition event has occurred.CreditSupportAgreementInitialMarginElections.CreditSupportAgreementInitialMarginElectionsImpl.getRightsEvents()CreditSupportAgreementInitialMarginElections.getRightsEvents()The bespoke provisions that might be specified by the parties to the agreement to specify the rights of Security Taker and/or Security Provider when an Early Termination or Access Condition event has occurred.Methods in cdm.legaldocumentation.csa that return types with arguments of type RightsEventsModifier and TypeMethodDescriptiondefault Class<? extends RightsEvents> RightsEvents.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RightsEvents> RightsEvents.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type RightsEventsModifier and TypeMethodDescriptionCollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilder.setRightsEvents(RightsEvents rightsEvents) CollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilderImpl.setRightsEvents(RightsEvents _rightsEvents) CreditSupportAgreementInitialMarginElections.CreditSupportAgreementInitialMarginElectionsBuilder.setRightsEvents(RightsEvents rightsEvents) CreditSupportAgreementInitialMarginElections.CreditSupportAgreementInitialMarginElectionsBuilderImpl.setRightsEvents(RightsEvents _rightsEvents) -
Uses of RightsEvents in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type RightsEventsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RightsEvents>> RightsEventsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RightsEvents, com.rosetta.model.lib.qualify.QualifyResult>> RightsEventsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RightsEvents, Set<String>> RightsEventsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RightsEvents> RightsEventsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RightsEvents> RightsEventsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RightsEvents> RightsEventsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RightsEvents> RightsEventsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RightsEvents in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type RightsEventsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RightsEventsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RightsEvents o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RightsEventsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RightsEvents o) -
Uses of RightsEvents in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type RightsEventsModifier and TypeMethodDescription<T2 extends RightsEvents>
com.rosetta.model.lib.validation.ValidationResult<RightsEvents> RightsEventsOnlyExistsValidator.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 RightsEventsModifier and TypeMethodDescription<T2 extends RightsEvents>
com.rosetta.model.lib.validation.ValidationResult<RightsEvents> RightsEventsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)