Skip to content

Participant Settlement Data Element

Participant Settlements represent the foundational data construct that defines and manages how payments are distributed among participating parties. It consists of a PARTICIPANT_SETTLEMENT table, which captures the high-level settlement details such as type, override indicators, and comments, and a PARTICIPANT_SETTLEMENT_ITEM table, which defines the specific allocations, commission details, and links to related payment records.

The PARTICIPANT_SETTLEMENT table serves as the central record for each settlement, while PARTICIPANT_SETTLEMENT_ITEM specifies the distribution of amounts, including commission percentages and flat rate indicators, across the relevant participants. Together, these tables provide a complete framework for managing settlement calculations, ensuring proper attribution of payments, and supporting downstream financial and accounting processes.

PARTICIPANT_SETTLEMENT

FieldTypeComment
PARTICIPANT_SETTLEMENT_IDNumberUnique identifier for the Participant Settlement
PARTICIPANT_SETTLEMENT_TYPE_CDStringCode Master for Participant_Settlement_Type_Cd
PARTICIPANT_SETTLEMENT_OVERRIDED_INDBooleanIndicator if the split has been overriden from the deal
PARTICIPANT_SETTLEMENT_COMMENTStringComment for the settlement
CREATED_BYStringUser who created the record
CREATED_DTTimestampTimestamp when the record was created
UPDATED_BYStringUser who last updated the record
UPDATED_DTTimestampTimestamp when the record was last updated

PARTICIPANT_SETTLEMENT CODE MASTER

Code_Master_CdCode_Master_DescCode_Master_Type
DDraftPARTICIPANT_SETTLEMENT_TYPE_CD
SSubmittedPARTICIPANT_SETTLEMENT_TYPE_CD
AApprovedPARTICIPANT_SETTLEMENT_TYPE_CD
Code Master TypeCodeAttributeValueDescription

PARTICIPANT_SETTLEMENT_ITEM

FieldTypeComment
PARTICIPANT_SETTLEMENT_ITEM_IDNumberUnique identifier for the Participant Settlement Item
PARTICIPANT_SETTLEMENT_IDNumberFK for the Settlement Header
PAYMENT_PARTY_IDNumberFK for Party
PAYMENT_PARTY_BANK_IDNumberFK to bank account of party
PARTICIPANT_SETTLEMENT_COMMISSION_FLAT_INDBooleanIndicator if commission is flat or % based
PARTICIPANT_SETTLMENT_COMMISSION_PERCNumber% of commission off of net amt
PARTICIPANT_SETTLEMENT_COMMISSION_AMTNumberTotal Commission
PARTICIPANT_SETTLEMENT_ITEM_COMMENTStringComment for the settlement Item
PAYMENT_ITEM_IDNumberFK to payment Item
CREATED_BYStringUser who created the record
CREATED_DTTimestampTimestamp when the record was created
UPDATED_BYStringUser who last updated the record
UPDATED_DTTimestampTimestamp when the record was last updated

Confidential. For internal use only.