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":"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"}
]
}
- SMB Party Info
An single event is published during an amendment process with consolidated amendments across data segments of SMB party. - 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 including addition, deletion and update in party-to-party relationship of the Owner relationship. - Authorized Signatory
Event notification for amendment including addition, deletion and update in party-to-party relationship of the authorized signatory relationship. - Guarantor
Event notification for amendment including addition, deletion and update in party-to-party relationship of the guarantor relationship. - Supplier
Event notification for amendment including addition, deletion and update in party-to-party relationship of the supplier relationship. - Trustee
Event notification for amendment in trustee relationship of the party. - Beneficiary
Event notification for amendment in beneficiary relationship 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)
Event notification for amendment in liabilities details of the party. - 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