Skip to main content
Version: 1.1.0

Cash

GET 

/v1.1/statement/ca/cash

This is used to get the cash log of the given customer for the given corporate action.

#description
CASH_DVDcash dividend
REV_CASH_DVDreverse cash dividend
STCK_DVDstock dividend
REV_STCK_DVDreverse stock dividend

for fractions - cash can be received along with stock dividend.

Request

Query Parameters

    institutionCode stringrequired
    customerNumber string

    Possible values: >= 1 and <= 12

    corporateActionType stringrequired

    Possible values: [CASH_DVD, STCK_DVD, REV_CASH_DVD, REV_STCK_DVD]

    startDate stringrequired

    Possible values: Value must match regular expression yyyy/MM/dd

    endDate stringrequired

    Possible values: Value must match regular expression yyyy/MM/dd

    pageNo integer
    pageWidth integer

Responses

OK

Schema
    status stringrequired
    rejectCode integer

    Find error codes here

    isNextPageAvailable boolean
    pageNo integer
    pageWidth integer
    totalNoOfRecords integer
    list object[]
  • Array [
  • corporateActionType string
    exchange string
    symbol string
    amount number
    cashAccountNumber string
    date string
    transactionCurrency string
    amountInTransactionCurrency number
    issueSettleRate number
    settleCurrency string
    eligibleShares number
    narration string
  • ]
Loading...
Is this page helpful for you?