Hi, I tried to find out a similar topic but failed, if this has already been discussed please let direct me to that.
My question is on populating sub party IDs for a trade ticket (TCR) along with PartyRoles.
For example, we need to publish the following details of the Executing Firm (PartyRole = 1)
- LEI (e.g. LEI123) o
- Firm name which is a custom identifier used in our application (e.g. ABC Corp)
Can I use the following tags in the TCR message:
NoPartyRoles = 1
PartyID = ABC Corp
PartyIDSoruce = D
PartyRole = 1
NoPartySubIDs = 1
-> PartySubID = LEI123
-> PartySubIDType = 84
Question:
- Is the above structure correct from FIX standard point of view?
- In the standard, the description of PartySubID says - ‘Not required when using PartyID (448), PartyIDSource (447), and PartyRole’. Does this mean the above structure is not per the standard?
- Can I continue to add further PartySubIDTypes to support other attributes of the Executing Firm (E.g. BIC, Full Legal Name of the Firm etc)