Skip to content

Payment Item Data Element

Payment Items are a core data construct that tracks and manages individual payment transactions. It consists of a PAYMENT_ITEM table that describes the payment details, including its status, associated deal, client, and amounts. The PAYMENT_ITEM table also links to PARTICIPANT_SETTLEMENT_ITEM to track how payments are allocated to various participants.

The PAYMENT_ITEM table serves as the central record for each payment, capturing its financial attributes and operational status. It supports the comprehensive management of payment workflows, from initial creation through to clearing, and ensures accurate tracking of funds for both internal and external stakeholders.

PAYMENT_ITEM

FieldTypeComment
PAYMENT_ITEM_IDNumberUnique identifier for the Payment Item
PAYMENT_ITEM_TYPE_CDStringCode Master for Payment_Item_Type_Cd (S, P, L, R)
UTA_ENTITY_IDNumberFK for UTA_ENTITY
DEPARTMENT_IDNumberFK for UTA_Department
AGENT_GROUP_IDNumberFK for Agent Group
PAYMENT_ITEM_NAMEStringDescription for the Payment Item
DEAL_IDNumberFK for Deal
CLIENT_IDNumberFK for PARTY of type Client
CONTRACTED_PARTY_IDNumberFK for PARTY of type Contracted
BUYER_IDNumberFK for PARTY of type Buyer
PROJECT_IDNumberFK for Project
PAYMENT_PARTY_IDNumberFK for the Party
PAYMENT_PARTY_BANK_IDNumberFK for party bank account
PARTICIPANT_SETTLEMENT_ITEM_IDNumberFK for the Settlement
PAYMENT_ITEM_AMTNumberThe amount to be paid
PAYMENT_ITEM_CURRENCY_CDStringCurrency code (USD, EUR, etc.)
PAYMENT_ITEM_COMMENTStringComment for the payment item
PAYMENT_ITEM_POSTING_STATUS_CDStringCode Master for Posting_Status_Cd
POSTING_DTDateDate payment was posted
PAYMENT_CLEARING_STATUS_INDBooleanIndicator to tell if this payment is cleared or not
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

PAYMENT_ITEM CODE MASTER

Code_Master_CdCode_Master_DescCode_Master_Type
SSettledPAYMENT_ITEM_TYPE_CD
PPassthroughPAYMENT_ITEM_TYPE_CD
LLoanPAYMENT_ITEM_TYPE_CD
RRefundPAYMENT_ITEM_TYPE_CD
Code Master TypeCodeAttributeValueDescription

Confidential. For internal use only.