addProductIdentifier

Description
This transaction adds a new identifier for a given product.
Web Services
Operation name: addProductIdentifier
Service name: ProductService
Example
Add a CUSIP (NSIN) of "147851MG8" to a municipal bond product.
Usage information
Up to a configurable maximum number, you can add multiple active identifiers for the same product and same identifier type.
Preconditions
A Product must exist.

The Product must not already have the maximum amount of active identifiers of the same type, as defined by the MAX_ALLOWED_NUM threshold.

Mandatory input
  • ProductId
  • ProductIdentifierType
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior

The ProductIdentifierStartDate must be less than or equal to the ProductIdentifierEndDate.

If the ProductIdentifierStartDate is not supplied, the current system date is used by default.

Request message
<TCRMTxType> addProductIdentifier

<TCRMTxObject> ProductIdentifierBObj

<TCRMObject> ProductIdentifierBObj

Response objects
ProductIdentifierBObj
Special note
A maximum number of active identifiers for the same product and same identifier type can be added. The value is defined by the MAX_ALLOWED_NUM element. The MAX_ALLOWED_NUM threshold can be set in the AdminEObjCdProductIdentifierTp business object.