Imported from previous forum
Would anyone happen to know how to properly represent LEI codes as Party Sub ID - which PartySubIDType (803) would be appropriate?
There is a PartyIDSource for LEI codes, ‘N’, but is it possible to represent it as a PartySubID (if we have a different party representation)?
In other words, what would be more appropriate to represent a single party:
(1)
NoPartyIDs = 2
- PartyID = ‘some name’
- PartyIDSource = ‘D’
- PartyRole = 1
- PartyID = ‘My LEI Code’
- PartyIDSource = ‘N’
- PartyRole = 1
or
(2)
NoPartyIDs = 1
- PartyID = ‘some name’
- PartyIDSource = ‘D’
- PartyRole = 1
- NoPartySubIDs = 1
— PartySubID = ‘My LEI Code’
— PartySubIDType = Something appropriate for LEI codes