1.5.14 Profit and Financial Ratios

Event notification for amendment in profit and financial details of the party.

Table 1-46 Data Segment

Data Segment Code Data Segment Name Topic Name Party Type
DS0067 PROFIT_RATIO obpySmbAmendProfitRatio SMB
Event Payload
{
    "branchCode": "string",
    "userId": "string",
    "applicationNumber": "string",
    "handoffStatus": "SUCCESS",
    "sourceProductId": "OBPY",
    "externalCustomerId": "string",
    "partyId": "string",
    "partyType": "S",
    "eventType": "amend",
    "datasegmentCode": "DS0067",
    "datasegmentName": "PROFIT_RATIO",
    "methodType": "PUT",
    "amendPayload": {
        "profitRatioDetails": {
            "recordId": "string",
            "parentId": "string",
            "partyId": "string",
            "versionNo": "1",
            "recordStat": "O",
            "createdBy": "ADMINUSER1",
            "creationDate": "2023-01-30",
            "updatedBy": "ADMINUSER2",
            "updationDate": "2023-01-30",
            "partyFinancialProfileList": [
                {
                    "id": null,
                    "partyId": "000501347",
                    "parentId": null,
                    "financialYear": "2023",
                    "financialPeriod": "Q2",
                    "currency": "INR"
                }
            ]
        },
        "amendDateTime": "2024-03-13T08:40:41.990807",
        "applicationDate": "2020-03-26"
    }
}