Supporting infrastructure
The out-of-the-box Pega Client Lifecycle Management and KYC 8.5 application version introduces the possibility of adding multiple roles for a related party and adding indirect related parties. The following data model infrastructure supports the functionality.
Data model structure | Rule type | Description |
LinkedRelatedPartyList() | Property Page-list | Holds information about two parties involved in the relationship like party IDs, party names, assessment flags, and others. |
LinkedRelatedPartyList().Relcodes() | Property Page-list | Holds information about multiple relationships between parties like relationship category, relationship code, and others. |
LinkedRelatedPartyList().Relcodes().Attributes() | Property Page-list | Holds information about attributes and their values. |
RelatedPartyList() | Property Page-list | Holds a unique list of related parties that are part of the related party network. |
While the preconfigured data mapped to the above page list is enough to cover most regular cases provided out of the box, there might be some situations where the Relationship Manager might require extra data for processing in the background or displaying on the UI and, in those scenarios, the above data model infrastructure can be used.
Previous topic User interface Next topic Configuring core modules