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": "eventType",
"type": "string"
},
{
"name": "handoffStatus",
"type": "string"
},
{
"name": "sourceProductId",
"type": "string"
},
{
"name": "dataSegmentCode",
"type": "string"
},
{
"name": "dataSegmentName",
"type": "string"
},
{
"name": "amendPayload",
"type": "string"
}
]
}
Table 1-3 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.
|
- Basic Info and Citizenship
- Identification Details (ID Details)
- Contact Details
- Current Address
- Previous Details
- Tax Declaration
- Visa Details
- Key Dates
- Education Qualification
- Supporting Documents
- Signatures
- Household
- Power of Attorney
- Service Member
- Related to Insider
- Guardian
- Custodian
- Solicitor
- Employment
- Consent and Preferences
- Additional Information
- Service Member Information
- Membership and Associations
- Financial Information (Asset)
- Financial Information (Liability)
- Financial Information (Income)
- Financial Information (Expense)
- Other Financial Relationship
- Beneficially Owned Company
Parent topic: Event Notifications