Uses of Interface
cdm.base.staticdata.identifier.Identifier
Packages that use Identifier
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.
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
Common legal agreement concepts.
Template feature concepts to define payouts.
-
Uses of Identifier in cdm.base.staticdata.identifier
Subinterfaces of Identifier in cdm.base.staticdata.identifierModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceinterfaceSpecifies a location identifier.static interfaceBuilder InterfaceClasses in cdm.base.staticdata.identifier that implement IdentifierModifier and TypeClassDescriptionstatic classBuilder Implementation of Identifierstatic classImmutable Implementation of Identifierstatic classBuilder Implementation of LocationIdentifierstatic classImmutable Implementation of LocationIdentifierMethods in cdm.base.staticdata.identifier that return IdentifierModifier and TypeMethodDescriptionIdentifier.build()Build MethodsIdentifier.IdentifierBuilderImpl.build()Identifier.IdentifierImpl.build()IdentifiedList.getListId()The identifier for the list.IdentifiedList.IdentifiedListImpl.getListId()Methods in cdm.base.staticdata.identifier that return types with arguments of type IdentifierModifier and TypeMethodDescriptionList<? extends Identifier> IdentifiedList.getComponentId()Identifier(s) for each component of the list.List<? extends Identifier> IdentifiedList.IdentifiedListImpl.getComponentId()default Class<? extends Identifier> Identifier.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Identifier> Identifier.metaData()Utility MethodsMethods in cdm.base.staticdata.identifier with parameters of type IdentifierModifier and TypeMethodDescriptionIdentifiedList.IdentifiedListBuilder.addComponentId(Identifier componentId) IdentifiedList.IdentifiedListBuilder.addComponentId(Identifier componentId, int idx) IdentifiedList.IdentifiedListBuilderImpl.addComponentId(Identifier _componentId) IdentifiedList.IdentifiedListBuilderImpl.addComponentId(Identifier _componentId, int idx) IdentifiedList.IdentifiedListBuilder.setListId(Identifier listId) IdentifiedList.IdentifiedListBuilderImpl.setListId(Identifier _listId) Method parameters in cdm.base.staticdata.identifier with type arguments of type IdentifierModifier and TypeMethodDescriptionIdentifiedList.IdentifiedListBuilder.addComponentId(List<? extends Identifier> componentId) IdentifiedList.IdentifiedListBuilderImpl.addComponentId(List<? extends Identifier> componentIds) IdentifiedList.IdentifiedListBuilder.setComponentId(List<? extends Identifier> componentId) IdentifiedList.IdentifiedListBuilderImpl.setComponentId(List<? extends Identifier> componentIds) -
Uses of Identifier in cdm.base.staticdata.identifier.meta
Methods in cdm.base.staticdata.identifier.meta that return types with arguments of type IdentifierModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super Identifier>> IdentifierMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super Identifier, com.rosetta.model.lib.qualify.QualifyResult>> IdentifierMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super Identifier, Set<String>> IdentifierMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Identifier> IdentifierMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Identifier> IdentifierMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Identifier> IdentifierMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Identifier> IdentifierMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Identifier in cdm.base.staticdata.identifier.metafields
Methods in cdm.base.staticdata.identifier.metafields that return IdentifierModifier and TypeMethodDescriptionFieldWithMetaIdentifier.FieldWithMetaIdentifierImpl.getValue()FieldWithMetaIdentifier.getValue()Getter MethodsMethods in cdm.base.staticdata.identifier.metafields that return types with arguments of type IdentifierModifier and TypeMethodDescriptiondefault Class<Identifier> FieldWithMetaIdentifier.getValueType()Methods in cdm.base.staticdata.identifier.metafields with parameters of type IdentifierModifier and TypeMethodDescriptionFieldWithMetaIdentifier.FieldWithMetaIdentifierBuilder.setValue(Identifier value) FieldWithMetaIdentifier.FieldWithMetaIdentifierBuilderImpl.setValue(Identifier _value) -
Uses of Identifier in cdm.base.staticdata.identifier.validation
Methods in cdm.base.staticdata.identifier.validation with parameters of type IdentifierModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> IdentifierTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Identifier o) List<com.rosetta.model.lib.validation.ValidationResult<?>> IdentifierValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Identifier o) -
Uses of Identifier in cdm.base.staticdata.identifier.validation.datarule
Methods in cdm.base.staticdata.identifier.validation.datarule with parameters of type IdentifierModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> IdentifierIssuerChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Identifier identifier) List<com.rosetta.model.lib.validation.ValidationResult<?>> IdentifierIssuerChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Identifier identifier) -
Uses of Identifier in cdm.base.staticdata.identifier.validation.exists
Methods in cdm.base.staticdata.identifier.validation.exists with type parameters of type IdentifierModifier and TypeMethodDescription<T2 extends Identifier>
com.rosetta.model.lib.validation.ValidationResult<Identifier> IdentifierOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.identifier.validation.exists that return types with arguments of type IdentifierModifier and TypeMethodDescription<T2 extends Identifier>
com.rosetta.model.lib.validation.ValidationResult<Identifier> IdentifierOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of Identifier in cdm.base.staticdata.party
Methods in cdm.base.staticdata.party that return IdentifierModifier and TypeMethodDescriptionBusinessUnit.BusinessUnitImpl.getIdentifier()BusinessUnit.getIdentifier()An identifier used to uniquely identify the organizational unitMethods in cdm.base.staticdata.party with parameters of type IdentifierModifier and TypeMethodDescriptionBusinessUnit.BusinessUnitBuilder.setIdentifier(Identifier identifier) BusinessUnit.BusinessUnitBuilderImpl.setIdentifier(Identifier _identifier) -
Uses of Identifier in cdm.event.common
Subinterfaces of Identifier in cdm.event.commonModifier and TypeInterfaceDescriptioninterfaceDefines a position identifier as a special case of the generic identifier type, that also includes the position identifier class.static interfaceBuilder InterfaceinterfaceDefines a trade identifier as a special case of the generic identifier type, that also includes the trade identifier class.static interfaceBuilder InterfaceClasses in cdm.event.common that implement IdentifierModifier and TypeClassDescriptionstatic classBuilder Implementation of PositionIdentifierstatic classImmutable Implementation of PositionIdentifierstatic classBuilder Implementation of TradeIdentifierstatic classImmutable Implementation of TradeIdentifierMethods in cdm.event.common that return IdentifierModifier and TypeMethodDescriptionMarginCallBase.getCallIdentifier()Represents a unique Identifier for a margin call message, that can be referenced throughout all points of the process.MarginCallBase.MarginCallBaseImpl.getCallIdentifier()ExecutionInstruction.ExecutionInstructionImpl.getLotIdentifier()ExecutionInstruction.getLotIdentifier()Lot Identifier associated with the transaction.CollateralPortfolio.CollateralPortfolioImpl.getPortfolioIdentifier()CollateralPortfolio.getPortfolioIdentifier()Specifies a unique identifier for a set of collateral positions in a portfolio.Methods in cdm.event.common that return types with arguments of type IdentifierModifier and TypeMethodDescriptionList<? extends Identifier> Affirmation.AffirmationImpl.getIdentifier()List<? extends Identifier> Affirmation.getIdentifier()The identifier(s) associated with the trade and resulting confirmation.List<? extends Identifier> Confirmation.ConfirmationImpl.getIdentifier()List<? extends Identifier> Confirmation.getIdentifier()The identifier(s) associated with the trade and resulting confirmation.List<? extends Identifier> QuantityChangeInstruction.getLotIdentifier()Identifier for the new lot (in case of increase) or for the existing lot to be changed(in case of decrease or replacement).List<? extends Identifier> QuantityChangeInstruction.QuantityChangeInstructionImpl.getLotIdentifier()Methods in cdm.event.common with parameters of type IdentifierModifier and TypeMethodDescriptionAffirmation.AffirmationBuilder.addIdentifier(Identifier identifier) Affirmation.AffirmationBuilder.addIdentifier(Identifier identifier, int idx) Affirmation.AffirmationBuilderImpl.addIdentifier(Identifier _identifier) Affirmation.AffirmationBuilderImpl.addIdentifier(Identifier _identifier, int idx) Confirmation.ConfirmationBuilder.addIdentifier(Identifier identifier) Confirmation.ConfirmationBuilder.addIdentifier(Identifier identifier, int idx) Confirmation.ConfirmationBuilderImpl.addIdentifier(Identifier _identifier) Confirmation.ConfirmationBuilderImpl.addIdentifier(Identifier _identifier, int idx) Transfer.TransferBuilder.addIdentifierValue(Identifier identifier) Transfer.TransferBuilder.addIdentifierValue(Identifier identifier, int idx) Transfer.TransferBuilderImpl.addIdentifierValue(Identifier _identifier) Transfer.TransferBuilderImpl.addIdentifierValue(Identifier _identifier, int idx) TransferBase.TransferBaseBuilder.addIdentifierValue(Identifier identifier) TransferBase.TransferBaseBuilder.addIdentifierValue(Identifier identifier, int idx) TransferBase.TransferBaseBuilderImpl.addIdentifierValue(Identifier _identifier) TransferBase.TransferBaseBuilderImpl.addIdentifierValue(Identifier _identifier, int idx) QuantityChangeInstruction.QuantityChangeInstructionBuilder.addLotIdentifier(Identifier lotIdentifier) QuantityChangeInstruction.QuantityChangeInstructionBuilder.addLotIdentifier(Identifier lotIdentifier, int idx) QuantityChangeInstruction.QuantityChangeInstructionBuilderImpl.addLotIdentifier(Identifier _lotIdentifier) QuantityChangeInstruction.QuantityChangeInstructionBuilderImpl.addLotIdentifier(Identifier _lotIdentifier, int idx) MarginCallBase.MarginCallBaseBuilder.setCallIdentifier(Identifier callIdentifier) MarginCallBase.MarginCallBaseBuilderImpl.setCallIdentifier(Identifier _callIdentifier) MarginCallExposure.MarginCallExposureBuilder.setCallIdentifier(Identifier callIdentifier) MarginCallExposure.MarginCallExposureBuilderImpl.setCallIdentifier(Identifier _callIdentifier) MarginCallIssuance.MarginCallIssuanceBuilder.setCallIdentifier(Identifier callIdentifier) MarginCallIssuance.MarginCallIssuanceBuilderImpl.setCallIdentifier(Identifier _callIdentifier) MarginCallResponse.MarginCallResponseBuilder.setCallIdentifier(Identifier callIdentifier) MarginCallResponse.MarginCallResponseBuilderImpl.setCallIdentifier(Identifier _callIdentifier) ExecutionInstruction.ExecutionInstructionBuilder.setLotIdentifier(Identifier lotIdentifier) ExecutionInstruction.ExecutionInstructionBuilderImpl.setLotIdentifier(Identifier _lotIdentifier) CollateralPortfolio.CollateralPortfolioBuilder.setPortfolioIdentifier(Identifier portfolioIdentifier) CollateralPortfolio.CollateralPortfolioBuilderImpl.setPortfolioIdentifier(Identifier _portfolioIdentifier) Method parameters in cdm.event.common with type arguments of type IdentifierModifier and TypeMethodDescriptionAffirmation.AffirmationBuilder.addIdentifier(List<? extends Identifier> identifier) Affirmation.AffirmationBuilderImpl.addIdentifier(List<? extends Identifier> identifiers) Confirmation.ConfirmationBuilder.addIdentifier(List<? extends Identifier> identifier) Confirmation.ConfirmationBuilderImpl.addIdentifier(List<? extends Identifier> identifiers) Transfer.TransferBuilder.addIdentifierValue(List<? extends Identifier> identifier) Transfer.TransferBuilderImpl.addIdentifierValue(List<? extends Identifier> identifiers) TransferBase.TransferBaseBuilder.addIdentifierValue(List<? extends Identifier> identifier) TransferBase.TransferBaseBuilderImpl.addIdentifierValue(List<? extends Identifier> identifiers) QuantityChangeInstruction.QuantityChangeInstructionBuilder.addLotIdentifier(List<? extends Identifier> lotIdentifier) QuantityChangeInstruction.QuantityChangeInstructionBuilderImpl.addLotIdentifier(List<? extends Identifier> lotIdentifiers) Affirmation.AffirmationBuilder.setIdentifier(List<? extends Identifier> identifier) Affirmation.AffirmationBuilderImpl.setIdentifier(List<? extends Identifier> identifiers) Confirmation.ConfirmationBuilder.setIdentifier(List<? extends Identifier> identifier) Confirmation.ConfirmationBuilderImpl.setIdentifier(List<? extends Identifier> identifiers) Transfer.TransferBuilder.setIdentifierValue(List<? extends Identifier> identifier) Transfer.TransferBuilderImpl.setIdentifierValue(List<? extends Identifier> identifiers) TransferBase.TransferBaseBuilder.setIdentifierValue(List<? extends Identifier> identifier) TransferBase.TransferBaseBuilderImpl.setIdentifierValue(List<? extends Identifier> identifiers) QuantityChangeInstruction.QuantityChangeInstructionBuilder.setLotIdentifier(List<? extends Identifier> lotIdentifier) QuantityChangeInstruction.QuantityChangeInstructionBuilderImpl.setLotIdentifier(List<? extends Identifier> lotIdentifiers) -
Uses of Identifier in cdm.event.common.functions
Methods in cdm.event.common.functions that return types with arguments of type IdentifierModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperC<? extends Identifier> Create_ShapingInstruction.componentId(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) protected com.rosetta.model.lib.mapper.MapperC<? extends Identifier> Create_ShapingInstruction.Create_ShapingInstructionDefault.componentId(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) Methods in cdm.event.common.functions with parameters of type IdentifierModifier and TypeMethodDescriptionprotected ExecutionDetails.ExecutionDetailsBuilderCreate_PackageExecutionDetails.Create_PackageExecutionDetailsDefault.assignOutput(ExecutionDetails.ExecutionDetailsBuilder newExecutionDetails, ExecutionDetails executionDetails, Identifier listId, List<? extends Identifier> componentId) protected List<Instruction.InstructionBuilder> Create_PairOffInstruction.Create_PairOffInstructionDefault.assignOutput(List<Instruction.InstructionBuilder> instruction, List<? extends TradeState> tradeState, Identifier pairReference) Create_ShapingInstruction.Create_ShapingInstructionDefault.assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeIdentifier> Create_PairOffInstruction.componentId(List<? extends TradeState> tradeState, Identifier pairReference) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeIdentifier> Create_PairOffInstruction.Create_PairOffInstructionDefault.componentId(List<? extends TradeState> tradeState, Identifier pairReference) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Identifier> Create_ShapingInstruction.componentId(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) protected com.rosetta.model.lib.mapper.MapperC<? extends Identifier> Create_ShapingInstruction.Create_ShapingInstructionDefault.componentId(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) protected ExecutionDetails.ExecutionDetailsBuilderCreate_PackageExecutionDetails.Create_PackageExecutionDetailsDefault.doEvaluate(ExecutionDetails executionDetails, Identifier listId, List<? extends Identifier> componentId) protected abstract ExecutionDetails.ExecutionDetailsBuilderCreate_PackageExecutionDetails.doEvaluate(ExecutionDetails executionDetails, Identifier listId, List<? extends Identifier> componentId) protected List<Instruction.InstructionBuilder> Create_PairOffInstruction.Create_PairOffInstructionDefault.doEvaluate(List<? extends TradeState> tradeState, Identifier pairReference) protected abstract List<Instruction.InstructionBuilder> Create_PairOffInstruction.doEvaluate(List<? extends TradeState> tradeState, Identifier pairReference) Create_ShapingInstruction.Create_ShapingInstructionDefault.doEvaluate(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) protected abstract PrimitiveInstruction.PrimitiveInstructionBuilderCreate_ShapingInstruction.doEvaluate(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) Create_PackageExecutionDetails.evaluate(ExecutionDetails executionDetails, Identifier listId, List<? extends Identifier> componentId) List<? extends Instruction> Create_PairOffInstruction.evaluate(List<? extends TradeState> tradeState, Identifier pairReference) Create_ShapingInstruction.evaluate(TradeState tradeState, List<? extends TradeLot> tradeLots, Identifier shapeIdentifier) Method parameters in cdm.event.common.functions with type arguments of type IdentifierModifier and TypeMethodDescriptionprotected ExecutionDetails.ExecutionDetailsBuilderCreate_PackageExecutionDetails.Create_PackageExecutionDetailsDefault.assignOutput(ExecutionDetails.ExecutionDetailsBuilder newExecutionDetails, ExecutionDetails executionDetails, Identifier listId, List<? extends Identifier> componentId) protected ExecutionDetails.ExecutionDetailsBuilderCreate_PackageExecutionDetails.Create_PackageExecutionDetailsDefault.doEvaluate(ExecutionDetails executionDetails, Identifier listId, List<? extends Identifier> componentId) protected abstract ExecutionDetails.ExecutionDetailsBuilderCreate_PackageExecutionDetails.doEvaluate(ExecutionDetails executionDetails, Identifier listId, List<? extends Identifier> componentId) Create_PackageExecutionDetails.evaluate(ExecutionDetails executionDetails, Identifier listId, List<? extends Identifier> componentId) -
Uses of Identifier in cdm.event.workflow
Methods in cdm.event.workflow that return types with arguments of type IdentifierModifier and TypeMethodDescriptionList<? extends Identifier> WorkflowStep.getEventIdentifier()The identifier(s) that uniquely identify a lifecycle event.List<? extends Identifier> WorkflowStep.WorkflowStepImpl.getEventIdentifier()Methods in cdm.event.workflow with parameters of type IdentifierModifier and TypeMethodDescriptionWorkflowStep.WorkflowStepBuilder.addEventIdentifier(Identifier eventIdentifier) WorkflowStep.WorkflowStepBuilder.addEventIdentifier(Identifier eventIdentifier, int idx) WorkflowStep.WorkflowStepBuilderImpl.addEventIdentifier(Identifier _eventIdentifier) WorkflowStep.WorkflowStepBuilderImpl.addEventIdentifier(Identifier _eventIdentifier, int idx) Method parameters in cdm.event.workflow with type arguments of type IdentifierModifier and TypeMethodDescriptionWorkflowStep.WorkflowStepBuilder.addEventIdentifier(List<? extends Identifier> eventIdentifier) WorkflowStep.WorkflowStepBuilderImpl.addEventIdentifier(List<? extends Identifier> eventIdentifiers) WorkflowStep.WorkflowStepBuilder.setEventIdentifier(List<? extends Identifier> eventIdentifier) WorkflowStep.WorkflowStepBuilderImpl.setEventIdentifier(List<? extends Identifier> eventIdentifiers) -
Uses of Identifier in cdm.legaldocumentation.common
Methods in cdm.legaldocumentation.common that return types with arguments of type IdentifierModifier and TypeMethodDescriptionList<? extends Identifier> LegalAgreementBase.getIdentifier()The legal agreement identifier.List<? extends Identifier> LegalAgreementBase.LegalAgreementBaseImpl.getIdentifier()Methods in cdm.legaldocumentation.common with parameters of type IdentifierModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.addIdentifier(Identifier identifier) LegalAgreement.LegalAgreementBuilder.addIdentifier(Identifier identifier, int idx) LegalAgreement.LegalAgreementBuilderImpl.addIdentifier(Identifier _identifier) LegalAgreement.LegalAgreementBuilderImpl.addIdentifier(Identifier _identifier, int idx) LegalAgreementBase.LegalAgreementBaseBuilder.addIdentifier(Identifier identifier) LegalAgreementBase.LegalAgreementBaseBuilder.addIdentifier(Identifier identifier, int idx) LegalAgreementBase.LegalAgreementBaseBuilderImpl.addIdentifier(Identifier _identifier) LegalAgreementBase.LegalAgreementBaseBuilderImpl.addIdentifier(Identifier _identifier, int idx) Method parameters in cdm.legaldocumentation.common with type arguments of type IdentifierModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.addIdentifier(List<? extends Identifier> identifier) LegalAgreement.LegalAgreementBuilderImpl.addIdentifier(List<? extends Identifier> identifiers) LegalAgreementBase.LegalAgreementBaseBuilder.addIdentifier(List<? extends Identifier> identifier) LegalAgreementBase.LegalAgreementBaseBuilderImpl.addIdentifier(List<? extends Identifier> identifiers) LegalAgreement.LegalAgreementBuilder.setIdentifier(List<? extends Identifier> identifier) LegalAgreement.LegalAgreementBuilderImpl.setIdentifier(List<? extends Identifier> identifiers) LegalAgreementBase.LegalAgreementBaseBuilder.setIdentifier(List<? extends Identifier> identifier) LegalAgreementBase.LegalAgreementBaseBuilderImpl.setIdentifier(List<? extends Identifier> identifiers) -
Uses of Identifier in cdm.product.collateral
Methods in cdm.product.collateral that return types with arguments of type IdentifierModifier and TypeMethodDescriptionList<? extends Identifier> EligibleCollateralSpecification.EligibleCollateralSpecificationImpl.getIdentifier()List<? extends Identifier> EligibleCollateralSpecification.getIdentifier()Specifies the identifier(s) to uniquely identify eligible collateral or a set of eligible collateral, such as a schedule or equivalant for an identity issuer.List<? extends Identifier> Collateral.CollateralImpl.getPortfolioIdentifier()List<? extends Identifier> Collateral.getPortfolioIdentifier()A list of identifiers pointing to the collateral portfolios which contain the collateral which covers a trade.Methods in cdm.product.collateral with parameters of type IdentifierModifier and TypeMethodDescriptionEligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.addIdentifier(Identifier identifier) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.addIdentifier(Identifier identifier, int idx) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.addIdentifier(Identifier _identifier) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.addIdentifier(Identifier _identifier, int idx) Collateral.CollateralBuilder.addPortfolioIdentifier(Identifier portfolioIdentifier) Collateral.CollateralBuilder.addPortfolioIdentifier(Identifier portfolioIdentifier, int idx) Collateral.CollateralBuilderImpl.addPortfolioIdentifier(Identifier _portfolioIdentifier) Collateral.CollateralBuilderImpl.addPortfolioIdentifier(Identifier _portfolioIdentifier, int idx) Method parameters in cdm.product.collateral with type arguments of type IdentifierModifier and TypeMethodDescriptionEligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.addIdentifier(List<? extends Identifier> identifier) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.addIdentifier(List<? extends Identifier> identifiers) Collateral.CollateralBuilder.addPortfolioIdentifier(List<? extends Identifier> portfolioIdentifier) Collateral.CollateralBuilderImpl.addPortfolioIdentifier(List<? extends Identifier> portfolioIdentifiers) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilder.setIdentifier(List<? extends Identifier> identifier) EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl.setIdentifier(List<? extends Identifier> identifiers) Collateral.CollateralBuilder.setPortfolioIdentifier(List<? extends Identifier> portfolioIdentifier) Collateral.CollateralBuilderImpl.setPortfolioIdentifier(List<? extends Identifier> portfolioIdentifiers) -
Uses of Identifier in cdm.product.template
Methods in cdm.product.template that return types with arguments of type IdentifierModifier and TypeMethodDescriptionList<? extends Identifier> TradeLot.getLotIdentifier()Specifies one or more identifiers for the lot, if any.List<? extends Identifier> TradeLot.TradeLotImpl.getLotIdentifier()Methods in cdm.product.template with parameters of type IdentifierModifier and TypeMethodDescriptionTradeLot.TradeLotBuilder.addLotIdentifier(Identifier lotIdentifier) TradeLot.TradeLotBuilder.addLotIdentifier(Identifier lotIdentifier, int idx) TradeLot.TradeLotBuilderImpl.addLotIdentifier(Identifier _lotIdentifier) TradeLot.TradeLotBuilderImpl.addLotIdentifier(Identifier _lotIdentifier, int idx) Method parameters in cdm.product.template with type arguments of type IdentifierModifier and TypeMethodDescriptionTradeLot.TradeLotBuilder.addLotIdentifier(List<? extends Identifier> lotIdentifier) TradeLot.TradeLotBuilderImpl.addLotIdentifier(List<? extends Identifier> lotIdentifiers) TradeLot.TradeLotBuilder.setLotIdentifier(List<? extends Identifier> lotIdentifier) TradeLot.TradeLotBuilderImpl.setLotIdentifier(List<? extends Identifier> lotIdentifiers)