Uses of Interface
cdm.base.staticdata.party.Counterparty
Packages that use Counterparty
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
Business event concepts: primitives, contract state and associated state transition function specifications.
Common legal agreement concepts.
Template feature concepts to define payouts.
-
Uses of Counterparty in cdm.base.staticdata.party
Subinterfaces of Counterparty in cdm.base.staticdata.partyModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.party that implement CounterpartyModifier and TypeClassDescriptionstatic classBuilder Implementation of Counterpartystatic classImmutable Implementation of CounterpartyMethods in cdm.base.staticdata.party that return CounterpartyModifier and TypeMethodDescriptionCounterparty.build()Build MethodsCounterparty.CounterpartyBuilderImpl.build()Counterparty.CounterpartyImpl.build()Methods in cdm.base.staticdata.party that return types with arguments of type CounterpartyModifier and TypeMethodDescriptiondefault Class<? extends Counterparty> Counterparty.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Counterparty> Counterparty.metaData()Utility Methods -
Uses of Counterparty in cdm.base.staticdata.party.functions
Methods in cdm.base.staticdata.party.functions that return CounterpartyModifier and TypeMethodDescriptionExtractCounterpartyByRole.evaluate(List<? extends Counterparty> counterparties, CounterpartyRoleEnum roleEnumToExtract) Method parameters in cdm.base.staticdata.party.functions with type arguments of type CounterpartyModifier and TypeMethodDescriptionprotected Counterparty.CounterpartyBuilderExtractCounterpartyByRole.ExtractCounterpartyByRoleDefault.assignOutput(Counterparty.CounterpartyBuilder counterparty, List<? extends Counterparty> counterparties, CounterpartyRoleEnum roleEnumToExtract) protected abstract Counterparty.CounterpartyBuilderExtractCounterpartyByRole.doEvaluate(List<? extends Counterparty> counterparties, CounterpartyRoleEnum roleEnumToExtract) protected Counterparty.CounterpartyBuilderExtractCounterpartyByRole.ExtractCounterpartyByRoleDefault.doEvaluate(List<? extends Counterparty> counterparties, CounterpartyRoleEnum roleEnumToExtract) ExtractCounterpartyByRole.evaluate(List<? extends Counterparty> counterparties, CounterpartyRoleEnum roleEnumToExtract) -
Uses of Counterparty in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type CounterpartyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super Counterparty>> CounterpartyMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super Counterparty, com.rosetta.model.lib.qualify.QualifyResult>> CounterpartyMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super Counterparty, Set<String>> CounterpartyMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Counterparty> CounterpartyMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Counterparty> CounterpartyMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Counterparty> CounterpartyMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Counterparty> CounterpartyMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Counterparty in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type CounterpartyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CounterpartyTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Counterparty o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CounterpartyValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Counterparty o) -
Uses of Counterparty in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type CounterpartyModifier and TypeMethodDescription<T2 extends Counterparty>
com.rosetta.model.lib.validation.ValidationResult<Counterparty> CounterpartyOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.party.validation.exists that return types with arguments of type CounterpartyModifier and TypeMethodDescription<T2 extends Counterparty>
com.rosetta.model.lib.validation.ValidationResult<Counterparty> CounterpartyOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of Counterparty in cdm.event.common
Methods in cdm.event.common that return CounterpartyModifier and TypeMethodDescriptionPartyChangeInstruction.getCounterparty()The new counterparty who is stepping into the trade.PartyChangeInstruction.PartyChangeInstructionImpl.getCounterparty()Methods in cdm.event.common that return types with arguments of type CounterpartyModifier and TypeMethodDescriptionList<? extends Counterparty> ExecutionInstruction.ExecutionInstructionImpl.getCounterparty()List<? extends Counterparty> ExecutionInstruction.getCounterparty()Maps two defined parties to counterparty enums for the transacted product.Methods in cdm.event.common with parameters of type CounterpartyModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionBuilder.addCounterparty(Counterparty counterparty) ExecutionInstruction.ExecutionInstructionBuilder.addCounterparty(Counterparty counterparty, int idx) ExecutionInstruction.ExecutionInstructionBuilderImpl.addCounterparty(Counterparty _counterparty) ExecutionInstruction.ExecutionInstructionBuilderImpl.addCounterparty(Counterparty _counterparty, int idx) PartyChangeInstruction.PartyChangeInstructionBuilder.setCounterparty(Counterparty counterparty) PartyChangeInstruction.PartyChangeInstructionBuilderImpl.setCounterparty(Counterparty _counterparty) Method parameters in cdm.event.common with type arguments of type CounterpartyModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionBuilder.addCounterparty(List<? extends Counterparty> counterparty) ExecutionInstruction.ExecutionInstructionBuilderImpl.addCounterparty(List<? extends Counterparty> counterpartys) ExecutionInstruction.ExecutionInstructionBuilder.setCounterparty(List<? extends Counterparty> counterparty) ExecutionInstruction.ExecutionInstructionBuilderImpl.setCounterparty(List<? extends Counterparty> counterpartys) -
Uses of Counterparty in cdm.event.common.functions
Methods in cdm.event.common.functions that return types with arguments of type CounterpartyModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<? extends Counterparty> Create_PartyChange.counterparty1(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected com.rosetta.model.lib.mapper.MapperS<? extends Counterparty> Create_PartyChange.Create_PartyChangeDefault.counterparty1(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Counterparty> Create_PartyChange.counterparty2(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected com.rosetta.model.lib.mapper.MapperS<? extends Counterparty> Create_PartyChange.Create_PartyChangeDefault.counterparty2(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) Methods in cdm.event.common.functions with parameters of type CounterpartyModifier and TypeMethodDescriptionprotected TradeState.TradeStateBuilderCreate_PartyChange.Create_PartyChangeDefault.assignOutput(TradeState.TradeStateBuilder newTrade, Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Counterparty> Create_PartyChange.counterparty1(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected com.rosetta.model.lib.mapper.MapperS<? extends Counterparty> Create_PartyChange.Create_PartyChangeDefault.counterparty1(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Counterparty> Create_PartyChange.counterparty2(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected com.rosetta.model.lib.mapper.MapperS<? extends Counterparty> Create_PartyChange.Create_PartyChangeDefault.counterparty2(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected TradeState.TradeStateBuilderCreate_PartyChange.Create_PartyChangeDefault.doEvaluate(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected abstract TradeState.TradeStateBuilderCreate_PartyChange.doEvaluate(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) Create_PartyChange.evaluate(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaParty> Create_PartyChange.Create_PartyChangeDefault.partyToRemove(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaParty> Create_PartyChange.partyToRemove(Counterparty counterparty, AncillaryParty ancillaryParty, PartyRole partyRole, List<? extends TradeIdentifier> tradeId, TradeState originalTrade) -
Uses of Counterparty in cdm.legaldocumentation.common
Methods in cdm.legaldocumentation.common that return types with arguments of type CounterpartyModifier and TypeMethodDescriptionList<? extends Counterparty> AgreementTerms.AgreementTermsImpl.getCounterparty()List<? extends Counterparty> AgreementTerms.getCounterparty()Specification of the roles of the counterparties to the agreement.Methods in cdm.legaldocumentation.common with parameters of type CounterpartyModifier and TypeMethodDescriptionAgreementTerms.AgreementTermsBuilder.addCounterparty(Counterparty counterparty) AgreementTerms.AgreementTermsBuilder.addCounterparty(Counterparty counterparty, int idx) AgreementTerms.AgreementTermsBuilderImpl.addCounterparty(Counterparty _counterparty) AgreementTerms.AgreementTermsBuilderImpl.addCounterparty(Counterparty _counterparty, int idx) Method parameters in cdm.legaldocumentation.common with type arguments of type CounterpartyModifier and TypeMethodDescriptionAgreementTerms.AgreementTermsBuilder.addCounterparty(List<? extends Counterparty> counterparty) AgreementTerms.AgreementTermsBuilderImpl.addCounterparty(List<? extends Counterparty> counterpartys) AgreementTerms.AgreementTermsBuilder.setCounterparty(List<? extends Counterparty> counterparty) AgreementTerms.AgreementTermsBuilderImpl.setCounterparty(List<? extends Counterparty> counterpartys) -
Uses of Counterparty in cdm.product.collateral
Methods in cdm.product.collateral that return types with arguments of type CounterpartyModifier and TypeMethodDescriptionList<? extends Counterparty> EligibleCollateralSpecification.EligibleCollateralSpecificationImpl.getCounterparty()List<? extends Counterparty> EligibleCollateralSpecification.getCounterparty()Specification of the roles of the counterparties to the specification.Methods in cdm.product.collateral with parameters of type CounterpartyModifier and TypeMethodDescriptionEligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.addCounterparty(Counterparty counterparty) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.addCounterparty(Counterparty counterparty, int idx) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.addCounterparty(Counterparty _counterparty) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.addCounterparty(Counterparty _counterparty, int idx) Method parameters in cdm.product.collateral with type arguments of type CounterpartyModifier and TypeMethodDescriptionEligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.addCounterparty(List<? extends Counterparty> counterparty) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.addCounterparty(List<? extends Counterparty> counterpartys) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.setCounterparty(List<? extends Counterparty> counterparty) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.setCounterparty(List<? extends Counterparty> counterpartys) -
Uses of Counterparty in cdm.product.template
Methods in cdm.product.template that return types with arguments of type CounterpartyModifier and TypeMethodDescriptionList<? extends Counterparty> TradableProduct.getCounterparty()Specifies the parties which are the two counterparties to the transaction.List<? extends Counterparty> TradableProduct.TradableProductImpl.getCounterparty()Methods in cdm.product.template with parameters of type CounterpartyModifier and TypeMethodDescriptionTradableProduct.TradableProductBuilder.addCounterparty(Counterparty counterparty) TradableProduct.TradableProductBuilder.addCounterparty(Counterparty counterparty, int idx) TradableProduct.TradableProductBuilderImpl.addCounterparty(Counterparty _counterparty) TradableProduct.TradableProductBuilderImpl.addCounterparty(Counterparty _counterparty, int idx) Method parameters in cdm.product.template with type arguments of type CounterpartyModifier and TypeMethodDescriptionTradableProduct.TradableProductBuilder.addCounterparty(List<? extends Counterparty> counterparty) TradableProduct.TradableProductBuilderImpl.addCounterparty(List<? extends Counterparty> counterpartys) TradableProduct.TradableProductBuilder.setCounterparty(List<? extends Counterparty> counterparty) TradableProduct.TradableProductBuilderImpl.setCounterparty(List<? extends Counterparty> counterpartys)