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.