Uses of Interface
cdm.legaldocumentation.csa.CSAThreshold
Packages that use CSAThreshold
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CSAThreshold in cdm.legaldocumentation.csa
Subinterfaces of CSAThreshold in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CSAThresholdModifier and TypeClassDescriptionstatic classBuilder Implementation of CSAThresholdstatic classImmutable Implementation of CSAThresholdMethods in cdm.legaldocumentation.csa that return CSAThresholdModifier and TypeMethodDescriptionCSAThreshold.build()Build MethodsCSAThreshold.CSAThresholdBuilderImpl.build()CSAThreshold.CSAThresholdImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type CSAThresholdModifier and TypeMethodDescriptionList<? extends CSAThreshold> CreditSupportObligations.CreditSupportObligationsImpl.getLegacyThreshold()List<? extends CSAThreshold> CreditSupportObligations.getLegacyThreshold()Body ISDA Corpus Annex CSA_NewYork_1994 1994 New York Law Credit Support Annex Provision Body ISDA Corpus Annex CSA_English_1995 1995 English Law Credit Support Annex Provision Body ISDA Corpus Deed CSD_English_1995 1995 English Law Credit Support Deed Provision Body ISDA Corpus Annex CSA_VM_English_2016 2016 English Law Variation Margin Credit Support Annex Provision Body ISDA Corpus Annex CSA_VM_NewYork_2016 2016 New York Law Variation Margin Credit Support Annex Provisiondefault Class<? extends CSAThreshold> CSAThreshold.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CSAThreshold> CSAThreshold.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CSAThresholdModifier and TypeMethodDescriptionCreditSupportObligations.CreditSupportObligationsBuilder.addLegacyThreshold(CSAThreshold legacyThreshold) CreditSupportObligations.CreditSupportObligationsBuilder.addLegacyThreshold(CSAThreshold legacyThreshold, int idx) CreditSupportObligations.CreditSupportObligationsBuilderImpl.addLegacyThreshold(CSAThreshold _legacyThreshold) CreditSupportObligations.CreditSupportObligationsBuilderImpl.addLegacyThreshold(CSAThreshold _legacyThreshold, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type CSAThresholdModifier and TypeMethodDescriptionCreditSupportObligations.CreditSupportObligationsBuilder.addLegacyThreshold(List<? extends CSAThreshold> legacyThreshold) CreditSupportObligations.CreditSupportObligationsBuilderImpl.addLegacyThreshold(List<? extends CSAThreshold> legacyThresholds) CreditSupportObligations.CreditSupportObligationsBuilder.setLegacyThreshold(List<? extends CSAThreshold> legacyThreshold) CreditSupportObligations.CreditSupportObligationsBuilderImpl.setLegacyThreshold(List<? extends CSAThreshold> legacyThresholds) -
Uses of CSAThreshold in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CSAThresholdModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CSAThreshold>> CSAThresholdMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CSAThreshold, com.rosetta.model.lib.qualify.QualifyResult>> CSAThresholdMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CSAThreshold, Set<String>> CSAThresholdMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CSAThreshold> CSAThresholdMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CSAThreshold> CSAThresholdMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CSAThreshold> CSAThresholdMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CSAThreshold> CSAThresholdMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CSAThreshold in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CSAThresholdModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CSAThresholdTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSAThreshold o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CSAThresholdValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSAThreshold o) -
Uses of CSAThreshold in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CSAThresholdModifier and TypeMethodDescription<T2 extends CSAThreshold>
com.rosetta.model.lib.validation.ValidationResult<CSAThreshold> CSAThresholdOnlyExistsValidator.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 CSAThresholdModifier and TypeMethodDescription<T2 extends CSAThreshold>
com.rosetta.model.lib.validation.ValidationResult<CSAThreshold> CSAThresholdOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)