Uses of Interface
cdm.base.staticdata.party.Party
Packages that use Party
Package
Description
Basic identifier and assigned identifier concepts that are applicable across the model.
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.
Position concepts: portfolio and portfolio aggregation.
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
Common legal agreement concepts.
-
Uses of Party in cdm.base.staticdata.identifier
Methods in cdm.base.staticdata.identifier with parameters of type PartyModifier and TypeMethodDescriptionIdentifier.IdentifierBuilder.setIssuerReferenceValue(Party issuerReference) Identifier.IdentifierBuilderImpl.setIssuerReferenceValue(Party _issuerReference) LocationIdentifier.LocationIdentifierBuilder.setIssuerReferenceValue(Party issuerReference) LocationIdentifier.LocationIdentifierBuilderImpl.setIssuerReferenceValue(Party _issuerReference) -
Uses of Party in cdm.base.staticdata.party
Subinterfaces of Party in cdm.base.staticdata.partyClasses in cdm.base.staticdata.party that implement PartyModifier and TypeClassDescriptionstatic classBuilder Implementation of Partystatic classImmutable Implementation of PartyMethods in cdm.base.staticdata.party that return PartyModifier and TypeMethodDescriptionParty.build()Build MethodsParty.PartyBuilderImpl.build()Party.PartyImpl.build()Methods in cdm.base.staticdata.party that return types with arguments of type PartyModifier and TypeMethodDescriptionParty.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Party> Party.metaData()Utility MethodsMethods in cdm.base.staticdata.party with parameters of type PartyModifier and TypeMethodDescriptionAncillaryParty.AncillaryPartyBuilder.addPartyReferenceValue(Party partyReference) AncillaryParty.AncillaryPartyBuilder.addPartyReferenceValue(Party partyReference, int idx) AncillaryParty.AncillaryPartyBuilderImpl.addPartyReferenceValue(Party _partyReference) AncillaryParty.AncillaryPartyBuilderImpl.addPartyReferenceValue(Party _partyReference, int idx) Account.AccountBuilder.setAccountBeneficiaryValue(Party accountBeneficiary) Account.AccountBuilderImpl.setAccountBeneficiaryValue(Party _accountBeneficiary) PartyRole.PartyRoleBuilder.setOwnershipPartyReferenceValue(Party ownershipPartyReference) PartyRole.PartyRoleBuilderImpl.setOwnershipPartyReferenceValue(Party _ownershipPartyReference) Account.AccountBuilder.setPartyReferenceValue(Party partyReference) Account.AccountBuilderImpl.setPartyReferenceValue(Party _partyReference) Counterparty.CounterpartyBuilder.setPartyReferenceValue(Party partyReference) Counterparty.CounterpartyBuilderImpl.setPartyReferenceValue(Party _partyReference) PartyContactInformation.PartyContactInformationBuilder.setPartyReferenceValue(Party partyReference) PartyContactInformation.PartyContactInformationBuilderImpl.setPartyReferenceValue(Party _partyReference) PartyRole.PartyRoleBuilder.setPartyReferenceValue(Party partyReference) PartyRole.PartyRoleBuilderImpl.setPartyReferenceValue(Party _partyReference) RelatedParty.RelatedPartyBuilder.setPartyReferenceValue(Party partyReference) RelatedParty.RelatedPartyBuilderImpl.setPartyReferenceValue(Party _partyReference) PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilder.setPayerPartyReferenceValue(Party payerPartyReference) PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilderImpl.setPayerPartyReferenceValue(Party _payerPartyReference) PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilder.setReceiverPartyReferenceValue(Party receiverPartyReference) PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilderImpl.setReceiverPartyReferenceValue(Party _receiverPartyReference) Account.AccountBuilder.setServicingPartyValue(Party servicingParty) Account.AccountBuilderImpl.setServicingPartyValue(Party _servicingParty) Method parameters in cdm.base.staticdata.party with type arguments of type PartyModifier and TypeMethodDescriptionAncillaryParty.AncillaryPartyBuilder.addPartyReferenceValue(List<? extends Party> partyReference) AncillaryParty.AncillaryPartyBuilderImpl.addPartyReferenceValue(List<? extends Party> partyReferences) AncillaryParty.AncillaryPartyBuilder.setPartyReferenceValue(List<? extends Party> partyReference) AncillaryParty.AncillaryPartyBuilderImpl.setPartyReferenceValue(List<? extends Party> partyReferences) -
Uses of Party in cdm.base.staticdata.party.functions
Methods in cdm.base.staticdata.party.functions that return types with arguments of type PartyModifier and TypeMethodDescriptionMethods in cdm.base.staticdata.party.functions with parameters of type PartyModifier and TypeMethodDescriptionprotected List<Party.PartyBuilder> ReplaceParty.ReplacePartyDefault.assignOutput(List<Party.PartyBuilder> updatedParties, List<? extends Party> parties, Party oldParty, Party newParty) protected abstract List<Party.PartyBuilder> ReplaceParty.doEvaluate(List<? extends Party> parties, Party oldParty, Party newParty) protected List<Party.PartyBuilder> ReplaceParty.ReplacePartyDefault.doEvaluate(List<? extends Party> parties, Party oldParty, Party newParty) Method parameters in cdm.base.staticdata.party.functions with type arguments of type PartyModifier and TypeMethodDescriptionprotected abstract List<Party.PartyBuilder> ReplaceParty.doEvaluate(List<? extends Party> parties, Party oldParty, Party newParty) protected List<Party.PartyBuilder> ReplaceParty.ReplacePartyDefault.doEvaluate(List<? extends Party> parties, Party oldParty, Party newParty) -
Uses of Party in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type PartyModifier and TypeMethodDescriptionPartyMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) PartyMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) PartyMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Party> PartyMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Party> PartyMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Party> PartyMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Party> PartyMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Party in cdm.base.staticdata.party.metafields
Methods in cdm.base.staticdata.party.metafields that return PartyModifier and TypeMethodDescriptionReferenceWithMetaParty.getValue()Getter MethodsReferenceWithMetaParty.ReferenceWithMetaPartyImpl.getValue()Methods in cdm.base.staticdata.party.metafields that return types with arguments of type PartyMethods in cdm.base.staticdata.party.metafields with parameters of type PartyModifier and TypeMethodDescription -
Uses of Party in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type PartyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PartyTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Party o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PartyValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Party o) -
Uses of Party in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type PartyModifier and TypeMethodDescriptionPartyOnlyExistsValidator.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 Party -
Uses of Party in cdm.event.common
Methods in cdm.event.common that return PartyModifier and TypeMethodDescriptionClearingInstruction.ClearingInstructionImpl.getClearerParty1()ClearingInstruction.getClearerParty1()Optional party facing the CCP, acting as clearing member for party1.ClearingInstruction.ClearingInstructionImpl.getClearerParty2()ClearingInstruction.getClearerParty2()Optional party facing the CCP, acting as clearing member for party2.MarginCallBase.getClearingBroker()Indicates the name of the Clearing Broker FCM/DCM.MarginCallBase.MarginCallBaseImpl.getClearingBroker()ClearingInstruction.ClearingInstructionImpl.getClearingParty()ClearingInstruction.getClearingParty()The Central Counter party (CCP) that the contract will be submitted to for clearing.ClearingInstruction.ClearingInstructionImpl.getParty1()ClearingInstruction.getParty1()First party facing the CCP if it is clearing for its own account.ClearingInstruction.ClearingInstructionImpl.getParty2()ClearingInstruction.getParty2()Second party facing the CCP if it is clearing for its own account.BillingInstruction.BillingInstructionImpl.getReceivingParty()BillingInstruction.getReceivingParty()The party receiving the invoiceSecurityLendingInvoice.getReceivingParty()The party receiving the invoiceSecurityLendingInvoice.SecurityLendingInvoiceImpl.getReceivingParty()BillingInstruction.BillingInstructionImpl.getSendingParty()BillingInstruction.getSendingParty()The party issuing the invoiceSecurityLendingInvoice.getSendingParty()The party issuing the invoiceSecurityLendingInvoice.SecurityLendingInvoiceImpl.getSendingParty()Methods in cdm.event.common that return types with arguments of type PartyModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionImpl.getParties()ExecutionInstruction.getParties()Defines all parties to that execution, including agents and brokers.Affirmation.AffirmationImpl.getParty()Affirmation.getParty()The parties associated with the trade.Confirmation.ConfirmationImpl.getParty()Confirmation.getParty()The parties associated with the trade.MarginCallBase.getParty()Represents the parties to the margin call.MarginCallBase.MarginCallBaseImpl.getParty()Trade.getParty()Represents the parties to the trade.Trade.TradeImpl.getParty()Methods in cdm.event.common with parameters of type PartyModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionBuilder.addParties(Party parties) ExecutionInstruction.ExecutionInstructionBuilder.addParties(Party parties, int idx) ExecutionInstruction.ExecutionInstructionBuilderImpl.addParties(Party _parties) ExecutionInstruction.ExecutionInstructionBuilderImpl.addParties(Party _parties, int idx) ClearingInstruction.ClearingInstructionBuilder.setClearerParty1(Party clearerParty1) ClearingInstruction.ClearingInstructionBuilderImpl.setClearerParty1(Party _clearerParty1) ClearingInstruction.ClearingInstructionBuilder.setClearerParty2(Party clearerParty2) ClearingInstruction.ClearingInstructionBuilderImpl.setClearerParty2(Party _clearerParty2) MarginCallBase.MarginCallBaseBuilder.setClearingBroker(Party clearingBroker) MarginCallBase.MarginCallBaseBuilderImpl.setClearingBroker(Party _clearingBroker) MarginCallExposure.MarginCallExposureBuilder.setClearingBroker(Party clearingBroker) MarginCallExposure.MarginCallExposureBuilderImpl.setClearingBroker(Party _clearingBroker) MarginCallIssuance.MarginCallIssuanceBuilder.setClearingBroker(Party clearingBroker) MarginCallIssuance.MarginCallIssuanceBuilderImpl.setClearingBroker(Party _clearingBroker) MarginCallResponse.MarginCallResponseBuilder.setClearingBroker(Party clearingBroker) MarginCallResponse.MarginCallResponseBuilderImpl.setClearingBroker(Party _clearingBroker) ClearingInstruction.ClearingInstructionBuilder.setClearingParty(Party clearingParty) ClearingInstruction.ClearingInstructionBuilderImpl.setClearingParty(Party _clearingParty) PositionIdentifier.PositionIdentifierBuilder.setIssuerReferenceValue(Party issuerReference) PositionIdentifier.PositionIdentifierBuilderImpl.setIssuerReferenceValue(Party _issuerReference) TradeIdentifier.TradeIdentifierBuilder.setIssuerReferenceValue(Party issuerReference) TradeIdentifier.TradeIdentifierBuilderImpl.setIssuerReferenceValue(Party _issuerReference) BillingInstruction.BillingInstructionBuilder.setReceivingParty(Party receivingParty) BillingInstruction.BillingInstructionBuilderImpl.setReceivingParty(Party _receivingParty) SecurityLendingInvoice.SecurityLendingInvoiceBuilder.setReceivingParty(Party receivingParty) SecurityLendingInvoice.SecurityLendingInvoiceBuilderImpl.setReceivingParty(Party _receivingParty) BillingInstruction.BillingInstructionBuilder.setSendingParty(Party sendingParty) BillingInstruction.BillingInstructionBuilderImpl.setSendingParty(Party _sendingParty) SecurityLendingInvoice.SecurityLendingInvoiceBuilder.setSendingParty(Party sendingParty) SecurityLendingInvoice.SecurityLendingInvoiceBuilderImpl.setSendingParty(Party _sendingParty) Method parameters in cdm.event.common with type arguments of type PartyModifier and TypeMethodDescriptionExecutionInstruction.ExecutionInstructionBuilder.addParties(List<? extends Party> parties) ExecutionInstruction.ExecutionInstructionBuilderImpl.addParties(List<? extends Party> partiess) ExecutionInstruction.ExecutionInstructionBuilder.setParties(List<? extends Party> parties) ExecutionInstruction.ExecutionInstructionBuilderImpl.setParties(List<? extends Party> partiess) -
Uses of Party in cdm.event.position
Methods in cdm.event.position that return types with arguments of type PartyModifier and TypeMethodDescriptionAvailableInventory.AvailableInventoryImpl.getParty()AvailableInventory.getParty()Defines all parties involved for the list of inventory records in this set of inventory.CounterpartyPosition.CounterpartyPositionImpl.getParty()CounterpartyPosition.getParty()The parties involved in the position, including the Clearing Organization.Methods in cdm.event.position with parameters of type PartyModifier and TypeMethodDescriptionAggregationParameters.AggregationParametersBuilder.addPartyValue(Party party) AggregationParameters.AggregationParametersBuilder.addPartyValue(Party party, int idx) AggregationParameters.AggregationParametersBuilderImpl.addPartyValue(Party _party) AggregationParameters.AggregationParametersBuilderImpl.addPartyValue(Party _party, int idx) Method parameters in cdm.event.position with type arguments of type PartyModifier and TypeMethodDescriptionAggregationParameters.AggregationParametersBuilder.addPartyValue(List<? extends Party> party) AggregationParameters.AggregationParametersBuilderImpl.addPartyValue(List<? extends Party> partys) AggregationParameters.AggregationParametersBuilder.setPartyValue(List<? extends Party> party) AggregationParameters.AggregationParametersBuilderImpl.setPartyValue(List<? extends Party> partys) -
Uses of Party in cdm.event.workflow
Methods in cdm.event.workflow that return types with arguments of type PartyModifier and TypeMethodDescriptionWorkflowStep.getParty()The specification of the event parties.WorkflowStep.WorkflowStepImpl.getParty()Methods in cdm.event.workflow with parameters of type PartyModifier and TypeMethodDescriptionPartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder.setPartyReferenceValue(Party partyReference) PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilderImpl.setPartyReferenceValue(Party _partyReference) WorkflowStepApproval.WorkflowStepApprovalBuilder.setPartyValue(Party party) WorkflowStepApproval.WorkflowStepApprovalBuilderImpl.setPartyValue(Party _party) Method parameters in cdm.event.workflow with type arguments of type PartyModifier and TypeMethodDescription -
Uses of Party in cdm.legaldocumentation.common
Methods in cdm.legaldocumentation.common with parameters of type PartyModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.addContractualPartyValue(Party contractualParty) LegalAgreement.LegalAgreementBuilder.addContractualPartyValue(Party contractualParty, int idx) LegalAgreement.LegalAgreementBuilderImpl.addContractualPartyValue(Party _contractualParty) LegalAgreement.LegalAgreementBuilderImpl.addContractualPartyValue(Party _contractualParty, int idx) LegalAgreementBase.LegalAgreementBaseBuilder.addContractualPartyValue(Party contractualParty) LegalAgreementBase.LegalAgreementBaseBuilder.addContractualPartyValue(Party contractualParty, int idx) LegalAgreementBase.LegalAgreementBaseBuilderImpl.addContractualPartyValue(Party _contractualParty) LegalAgreementBase.LegalAgreementBaseBuilderImpl.addContractualPartyValue(Party _contractualParty, int idx) Method parameters in cdm.legaldocumentation.common with type arguments of type PartyModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.addContractualPartyValue(List<? extends Party> contractualParty) LegalAgreement.LegalAgreementBuilderImpl.addContractualPartyValue(List<? extends Party> contractualPartys) LegalAgreementBase.LegalAgreementBaseBuilder.addContractualPartyValue(List<? extends Party> contractualParty) LegalAgreementBase.LegalAgreementBaseBuilderImpl.addContractualPartyValue(List<? extends Party> contractualPartys) LegalAgreement.LegalAgreementBuilder.setContractualPartyValue(List<? extends Party> contractualParty) LegalAgreement.LegalAgreementBuilderImpl.setContractualPartyValue(List<? extends Party> contractualPartys) LegalAgreementBase.LegalAgreementBaseBuilder.setContractualPartyValue(List<? extends Party> contractualParty) LegalAgreementBase.LegalAgreementBaseBuilderImpl.setContractualPartyValue(List<? extends Party> contractualPartys) -
Uses of Party in cdm.product.collateral
Methods in cdm.product.collateral that return types with arguments of type PartyModifier and TypeMethodDescriptionEligibleCollateralSpecification.EligibleCollateralSpecificationImpl.getParty()EligibleCollateralSpecification.getParty()The parties associated with the specification.Methods in cdm.product.collateral with parameters of type PartyModifier and TypeMethodDescriptionEligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.addParty(Party party, int idx) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.addParty(Party _party, int idx) IndependentAmount.IndependentAmountBuilder.setPayerPartyReferenceValue(Party payerPartyReference) IndependentAmount.IndependentAmountBuilderImpl.setPayerPartyReferenceValue(Party _payerPartyReference) IndependentAmount.IndependentAmountBuilder.setReceiverPartyReferenceValue(Party receiverPartyReference) IndependentAmount.IndependentAmountBuilderImpl.setReceiverPartyReferenceValue(Party _receiverPartyReference) Method parameters in cdm.product.collateral with type arguments of type PartyModifier and TypeMethodDescriptionEligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.addParty(List<? extends Party> party) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.addParty(List<? extends Party> partys) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.setParty(List<? extends Party> party) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.setParty(List<? extends Party> partys)