Uses of Interface
cdm.legaldocumentation.csa.SinglePostingParty
Packages that use SinglePostingParty
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of SinglePostingParty in cdm.legaldocumentation.csa
Subinterfaces of SinglePostingParty in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement SinglePostingPartyModifier and TypeClassDescriptionstatic classBuilder Implementation of SinglePostingPartystatic classImmutable Implementation of SinglePostingPartyMethods in cdm.legaldocumentation.csa that return SinglePostingPartyModifier and TypeMethodDescriptionSinglePostingParty.build()Build MethodsSinglePostingParty.SinglePostingPartyBuilderImpl.build()SinglePostingParty.SinglePostingPartyImpl.build()CreditSupportAgreementElections.CreditSupportAgreementElectionsImpl.getSinglePostingParty()CreditSupportAgreementElections.getSinglePostingParty()Where only a single party is explicitly designated to post collateral, the party which is specified as the sole poster of collateral.Methods in cdm.legaldocumentation.csa that return types with arguments of type SinglePostingPartyModifier and TypeMethodDescriptiondefault Class<? extends SinglePostingParty> SinglePostingParty.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SinglePostingParty> SinglePostingParty.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type SinglePostingPartyModifier and TypeMethodDescriptionCreditSupportAgreementElections.CreditSupportAgreementElectionsBuilder.setSinglePostingParty(SinglePostingParty singlePostingParty) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilderImpl.setSinglePostingParty(SinglePostingParty _singlePostingParty) -
Uses of SinglePostingParty in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type SinglePostingPartyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super SinglePostingParty>> SinglePostingPartyMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super SinglePostingParty, com.rosetta.model.lib.qualify.QualifyResult>> SinglePostingPartyMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super SinglePostingParty, Set<String>> SinglePostingPartyMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super SinglePostingParty> SinglePostingPartyMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SinglePostingParty> SinglePostingPartyMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super SinglePostingParty> SinglePostingPartyMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SinglePostingParty> SinglePostingPartyMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of SinglePostingParty in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type SinglePostingPartyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SinglePostingPartyTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SinglePostingParty o) List<com.rosetta.model.lib.validation.ValidationResult<?>> SinglePostingPartyValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SinglePostingParty o) -
Uses of SinglePostingParty in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type SinglePostingPartyModifier and TypeMethodDescription<T2 extends SinglePostingParty>
com.rosetta.model.lib.validation.ValidationResult<SinglePostingParty> SinglePostingPartyOnlyExistsValidator.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 SinglePostingPartyModifier and TypeMethodDescription<T2 extends SinglePostingParty>
com.rosetta.model.lib.validation.ValidationResult<SinglePostingParty> SinglePostingPartyOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)