Uses of Interface
cdm.base.staticdata.party.Account
Packages that use Account
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.
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of Account in cdm.base.staticdata.party
Subinterfaces of Account in cdm.base.staticdata.partyClasses in cdm.base.staticdata.party that implement AccountModifier and TypeClassDescriptionstatic classBuilder Implementation of Accountstatic classImmutable Implementation of AccountMethods in cdm.base.staticdata.party that return AccountModifier and TypeMethodDescriptionAccount.AccountBuilderImpl.build()Account.AccountImpl.build()Account.build()Build MethodsParty.getAccount()The account that might be associated with the party.Party.PartyImpl.getAccount()Methods in cdm.base.staticdata.party that return types with arguments of type AccountModifier and TypeMethodDescriptionAccount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Account> Account.metaData()Utility MethodsMethods in cdm.base.staticdata.party with parameters of type AccountModifier and TypeMethodDescriptionParty.PartyBuilder.setAccount(Account account) Party.PartyBuilderImpl.setAccount(Account _account) RelatedParty.RelatedPartyBuilder.setAccountReferenceValue(Account accountReference) RelatedParty.RelatedPartyBuilderImpl.setAccountReferenceValue(Account _accountReference) PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilder.setPayerAccountReferenceValue(Account payerAccountReference) PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilderImpl.setPayerAccountReferenceValue(Account _payerAccountReference) PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilder.setReceiverAccountReferenceValue(Account receiverAccountReference) PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilderImpl.setReceiverAccountReferenceValue(Account _receiverAccountReference) -
Uses of Account in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) AccountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) AccountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Account> AccountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Account> AccountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Account> AccountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Account> AccountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Account in cdm.base.staticdata.party.metafields
Methods in cdm.base.staticdata.party.metafields that return AccountModifier and TypeMethodDescriptionReferenceWithMetaAccount.getValue()Getter MethodsReferenceWithMetaAccount.ReferenceWithMetaAccountImpl.getValue()Methods in cdm.base.staticdata.party.metafields that return types with arguments of type AccountMethods in cdm.base.staticdata.party.metafields with parameters of type AccountModifier and TypeMethodDescription -
Uses of Account in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type AccountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AccountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Account o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AccountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Account o) -
Uses of Account in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type AccountModifier and TypeMethodDescriptionAccountOnlyExistsValidator.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 Account -
Uses of Account in cdm.event.common
Methods in cdm.event.common that return types with arguments of type AccountModifier and TypeMethodDescriptionTrade.getAccount()Represents a party's granular account information, which may be used in subsequent internal processing.Trade.TradeImpl.getAccount()Methods in cdm.event.common with parameters of type AccountModifier and TypeMethodDescriptionTrade.TradeBuilder.addAccount(Account account) Trade.TradeBuilder.addAccount(Account account, int idx) Trade.TradeBuilderImpl.addAccount(Account _account) Trade.TradeBuilderImpl.addAccount(Account _account, int idx) Method parameters in cdm.event.common with type arguments of type AccountModifier and TypeMethodDescriptionTrade.TradeBuilder.addAccount(List<? extends Account> account) Trade.TradeBuilderImpl.addAccount(List<? extends Account> accounts) Trade.TradeBuilder.setAccount(List<? extends Account> account) Trade.TradeBuilderImpl.setAccount(List<? extends Account> accounts) -
Uses of Account in cdm.event.workflow
Methods in cdm.event.workflow that return types with arguments of type AccountModifier and TypeMethodDescriptionWorkflowStep.getAccount()Optional account information that could be associated to the event.WorkflowStep.WorkflowStepImpl.getAccount()Methods in cdm.event.workflow with parameters of type AccountModifier and TypeMethodDescriptionWorkflowStep.WorkflowStepBuilder.addAccount(Account account) WorkflowStep.WorkflowStepBuilder.addAccount(Account account, int idx) WorkflowStep.WorkflowStepBuilderImpl.addAccount(Account _account) WorkflowStep.WorkflowStepBuilderImpl.addAccount(Account _account, int idx) Method parameters in cdm.event.workflow with type arguments of type AccountModifier and TypeMethodDescriptionWorkflowStep.WorkflowStepBuilder.addAccount(List<? extends Account> account) WorkflowStep.WorkflowStepBuilderImpl.addAccount(List<? extends Account> accounts) WorkflowStep.WorkflowStepBuilder.setAccount(List<? extends Account> account) WorkflowStep.WorkflowStepBuilderImpl.setAccount(List<? extends Account> accounts) -
Uses of Account in cdm.product.collateral
Methods in cdm.product.collateral with parameters of type AccountModifier and TypeMethodDescriptionIndependentAmount.IndependentAmountBuilder.setPayerAccountReferenceValue(Account payerAccountReference) IndependentAmount.IndependentAmountBuilderImpl.setPayerAccountReferenceValue(Account _payerAccountReference) IndependentAmount.IndependentAmountBuilder.setReceiverAccountReferenceValue(Account receiverAccountReference) IndependentAmount.IndependentAmountBuilderImpl.setReceiverAccountReferenceValue(Account _receiverAccountReference) -
Uses of Account in cdm.product.template.functions
Method parameters in cdm.product.template.functions with type arguments of type AccountModifier and TypeMethodDescriptionprotected BooleanFpmlIrd8.FpmlIrd8Default.assignOutput(Boolean success, TradableProduct tradableProduct, List<? extends Account> accounts) protected abstract BooleanFpmlIrd8.doEvaluate(TradableProduct tradableProduct, List<? extends Account> accounts) protected BooleanFpmlIrd8.FpmlIrd8Default.doEvaluate(TradableProduct tradableProduct, List<? extends Account> accounts) protected BooleanFpmlIrd8Impl.doEvaluate(TradableProduct tradableProduct, List<? extends Account> accounts) FpmlIrd8.evaluate(TradableProduct tradableProduct, List<? extends Account> accounts)