1.4 Retail Party Amendment
On completion of Party Amendment process in Oracle Banking Party Management, an event is published to kafka queue. Avro format for the event is as below.
AVRO
Format
{
"namespace":"avro.oracle.fsgbu.plato.eventhub.events",
"name":"ObpyRetAmendGenerated",
"type":"record",
"fields" : [
{"name":"applicationNumber","type":"string"},
{"name":"branchCode","type":["null","string"]},
{"name":"userId","type":["null","string"]},
{"name":"partyId","type":"string"},
{"name":"externalCustomerId","type":"string"},
{"name":"partyType","type":"string"},
{"name":"eventType","type":"string"},
{"name":"handoffStatus","type":"string"},
{"name":"sourceProductId","type":["null","string"]},
{"name":"datasegmentCode","type":["null","string"]},
{"name":"datasegmentName","type":["null","string"]},
{"name":"httpMethod","type":["null","string"]},
{"name":"amendPayload","type":["null","string"]},
{"name":"amendDateTime","type":"string"},
{"name":"applicationDate","type":"string"}
]
}
Table 1-1 Attribute
Attribute | Description |
---|---|
applicationNumber | Application number of the amendment |
branchCode | Branch Code, where party is onboarded using Oracle Banking Party Management application. |
userId | User ID of the user, who is onboarding party using Oracle Banking Party Management application. |
partyId | Unique Party ID generated by OBPY. |
externalCustomerId | Customer Identification number generated by external system, in case party information is handed off to external systems/back end system. Else, party id generated by Oracle Banking Party Management. |
eventType | Type of Event. |
handoffStatus | Hand off status of party information to host/core such as Success, Failure etc. |
sourceProductId | Transaction initiation source product ID such as Oracle Banking Party Management. |
datasegmentCode | Data Segment Code. |
datasegmentName | Name of the Data Segment. |
amendDateTime | Date and Time of Amendment. |
applicationDate | Date of Application. |
amendPayload |
Object for the fields amended during amendment event. amendPayload will be populated based on the Data Segment Amended such as Basic Info, ID Details etc. Note: For more information about the fields supported by Basic Info and Citizenship data segment, refer to the Retail Onboarding User Guide.
|
- Retail Party Info
An single event is published during an amendment process with consolidated amendments across data segments of retail party. - Basic Info and Citizenship
Event notification for amendment in basic info and citizenship details of the party. - Identification Details (ID Details)
Event notification for amendment in ID details of the party. - Contact Details
Event notification for amendment in contact details of the party. - Current Address
Event notification for amendment in current address details of the party. - Previous Details
Event notification for amendment in previous details of the party. - Tax Declaration
Event notification for amendment in tax details of the party. - Visa Details
Event notification for amendment in visa details of the party. - Key Dates
Event notification for amendment in key dates of the party. - Education Qualification
Event notification for amendment in education details of the party. - Supporting Documents
Event notification for amendment in supporting documents of the party. - Signatures
Event notification for amendment in signatures details of the party. - Household
Event notification for amendment in household relationship of the party. - Power of Attorney
Event notification for amendment in power of attorney relationship of the party. - Service Member
Event notification for amendment including addition, deletion, and update in party-to-party relationship of the party. - Related to Insider
Event notification for amendment in related to insider relationship of the party. - Guardian
Event notification for amendment in guardian relationship of the party. - Custodian
Event notification for amendment in custodian relationship of the party. - Solicitor
Event notification for amendment in solicitor relationship of the party. - Employment
Event notification for amendment in employment relationship of the party. - Consent and Preferences
Event notification for amendment in consent details of the party. - Additional Information
Event notification for amendment in additional info of the party. - Service Member Information
Event notification for amendment in service member details of the party. - Membership and Associations
Event notification for amendment in membership details of the party. - Financial Information (Asset)
Event notification for amendment in asset details of the party. - Financial Information (Liability)
Event notification for amendment in liability details of the party. - Financial Information (Income)
Event notification for amendment in income details of the party. - Financial Information (Expense)
Event notification for amendment in expense details of the party. - Other Financial Relationship
Event notification for amendment in financial relationship details of the party. - Beneficially Owned Company
Event notification for amendment in beneficially owned details of the party.
Parent topic: Event Notifications