1.6 Party to Account


{
    "namespace": "avro.oracle.fsgbu.plato.eventhub.events",
    "name": "PartyToAccountGenerated",
    "type": "record",
    "fields" : [
       {"name":"branchCode","type":["null","string"]},
       {"name":"userId","type":["null","string"]},
       {"name": "eventType", "type": "string"},
       {"name": "sourceProductId", "type": "string"},
       {"name": "datasegmentCode", "type": "string"},
       {"name": "datasegmentName", "type": "string"},
       {"name": "methodType", "type": "string"},
       {
          "name":"partyToAccountDetails",
          "type":{

               "type":"array",
               "items": {
                     "name":"PartyToAccountDetails",
                     "type":"record",
                     "fields":[
                         {"name":"externalCustomerNo", "type":["null","string"]},
                         {"name":"accountNumber", "type":"string"},
                         {"name":"accountType", "type":"string"},
                         {"name":"partyRelationship", "type":"string"},
                         {"name":"partyRole", "type":"string"},
                         {"name":"ownershipType", "type":["null","string"]},
                         {"name":"responsibilityType", "type":["null","string"]},
                         {"name":"applicationType", "type":["null","string"]},
                         {"name":"productGroup", "type":["null","string"]},
                         {"name":"combinedStatement", "type":"string"},
                         {"name":"nickName", "type":"string"},
                         {"name":"secondNickName", "type":"string"},
                         {"name":"percentOwner", "type":"string"},
                         {"name":"titlePosition", "type":"string"},
                         {"name":"startDate", "type":"string"},
                         {"name":"endDate", "type":["null","string"]}
                     ]
                }
            }
        }
    ]
}   

This topic contains the following subtopics: