Uses of Interface
cdm.legaldocumentation.csa.JurisdictionRelatedTerms
Packages that use JurisdictionRelatedTerms
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of JurisdictionRelatedTerms in cdm.legaldocumentation.csa
Subinterfaces of JurisdictionRelatedTerms in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement JurisdictionRelatedTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of JurisdictionRelatedTermsstatic classImmutable Implementation of JurisdictionRelatedTermsMethods in cdm.legaldocumentation.csa that return JurisdictionRelatedTermsModifier and TypeMethodDescriptionJurisdictionRelatedTerms.build()Build MethodsJurisdictionRelatedTerms.JurisdictionRelatedTermsBuilderImpl.build()JurisdictionRelatedTerms.JurisdictionRelatedTermsImpl.build()CollateralTransferAgreementElections.CollateralTransferAgreementElectionsImpl.getJurisdictionRelatedTerms()CollateralTransferAgreementElections.getJurisdictionRelatedTerms()The jurisdiction specific terms relevant to the agreement.CreditSupportAgreementInitialMarginElections.CreditSupportAgreementInitialMarginElectionsImpl.getJurisdictionRelatedTerms()CreditSupportAgreementInitialMarginElections.getJurisdictionRelatedTerms()The jurisdiction specific terms relevant to the agreement.SecurityAgreementElections.getJurisdictionRelatedTerms()The jurisdiction specific terms.SecurityAgreementElections.SecurityAgreementElectionsImpl.getJurisdictionRelatedTerms()Methods in cdm.legaldocumentation.csa that return types with arguments of type JurisdictionRelatedTermsModifier and TypeMethodDescriptiondefault Class<? extends JurisdictionRelatedTerms> JurisdictionRelatedTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends JurisdictionRelatedTerms> JurisdictionRelatedTerms.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type JurisdictionRelatedTermsModifier and TypeMethodDescriptionCollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilder.setJurisdictionRelatedTerms(JurisdictionRelatedTerms jurisdictionRelatedTerms) CollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilderImpl.setJurisdictionRelatedTerms(JurisdictionRelatedTerms _jurisdictionRelatedTerms) CreditSupportAgreementInitialMarginElections.CreditSupportAgreementInitialMarginElectionsBuilder.setJurisdictionRelatedTerms(JurisdictionRelatedTerms jurisdictionRelatedTerms) CreditSupportAgreementInitialMarginElections.CreditSupportAgreementInitialMarginElectionsBuilderImpl.setJurisdictionRelatedTerms(JurisdictionRelatedTerms _jurisdictionRelatedTerms) SecurityAgreementElections.SecurityAgreementElectionsBuilder.setJurisdictionRelatedTerms(JurisdictionRelatedTerms jurisdictionRelatedTerms) SecurityAgreementElections.SecurityAgreementElectionsBuilderImpl.setJurisdictionRelatedTerms(JurisdictionRelatedTerms _jurisdictionRelatedTerms) -
Uses of JurisdictionRelatedTerms in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type JurisdictionRelatedTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super JurisdictionRelatedTerms>> JurisdictionRelatedTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super JurisdictionRelatedTerms, com.rosetta.model.lib.qualify.QualifyResult>> JurisdictionRelatedTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super JurisdictionRelatedTerms, Set<String>> JurisdictionRelatedTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super JurisdictionRelatedTerms> JurisdictionRelatedTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super JurisdictionRelatedTerms> JurisdictionRelatedTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super JurisdictionRelatedTerms> JurisdictionRelatedTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super JurisdictionRelatedTerms> JurisdictionRelatedTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of JurisdictionRelatedTerms in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type JurisdictionRelatedTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> JurisdictionRelatedTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, JurisdictionRelatedTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> JurisdictionRelatedTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, JurisdictionRelatedTerms o) -
Uses of JurisdictionRelatedTerms in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type JurisdictionRelatedTermsModifier and TypeMethodDescription<T2 extends JurisdictionRelatedTerms>
com.rosetta.model.lib.validation.ValidationResult<JurisdictionRelatedTerms> JurisdictionRelatedTermsOnlyExistsValidator.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 JurisdictionRelatedTermsModifier and TypeMethodDescription<T2 extends JurisdictionRelatedTerms>
com.rosetta.model.lib.validation.ValidationResult<JurisdictionRelatedTerms> JurisdictionRelatedTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)