1.5 Small & Medium Business (SMB) Party Amendment
On completion of Party Amendment process in Oracle Banking Party Management, an event is published to kafka queue. The 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"
}
]
}
- Business Details
Event notification for amendment in business details of the party. - Current Address
Event notification for amendment in current address of the party. - Previous Address
Event notification for amendment in previous address of the party. - Supporting Document
Event notification for amendment in supporting documents of the party. - Owner
Event notification for amendment in owner details of the party. - Authorized Signatory
Event notification for amendment in authorized signatory of the party. - Guarantor
Event notification for amendment in guarantor details of the party. - Supplier
Event notification for amendment in supplier details of the party. - Membership and Associations
Event notification for amendment in membership and association details of the party. - Financial Information (Asset)
Event notification for amendment in asset details of the party. - Financial Information (Liability)
- Financial Information (Income)
Event notification for amendment in income details of the part. - Financial Information (Expense)
Event notification for amendment in expense details of the party. - Profit and Financial Ratios
Event notification for amendment in profit and financial details of the party. - Other Financial Relationship
Event notification for amendment in relationship with other financial institution of the party. - Beneficially Owned Company
Event notification for amendment in beneficially owned company relationships of the party.
Parent topic: Event Notifications